• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Markdown shard for the Crystal programming language


RSS
Rev. Time Author
7d437ae 2023-05-21 09:22:54 supercell

Update GFM to 0.29.0.gfm.7

520939e 2023-05-21 08:55:52 supercell

Add `enable_tag_filter` option to `HTMLRenderer`

See: https://github.github.com/gfm/#disallowed-raw-html-extension-

3f7a0dd 2023-05-20 20:44:45 supercell

Rewrite SetextHeaderSyntax

8a3aed7 2023-05-01 12:38:11 supercell

Refactor list syntax

One of the tests (common_mark 317 and gfm 297) still fail when they
should be a loose match. This seems to be a difference in the returned
HTML and what XML.parse_html returns when using the test's HTML input.

Will need to investigate.

da0b0ab 2023-04-29 10:37:56 supercell

Misc. cleanup

7b47156 2023-04-29 10:07:48 supercell

Do not escape single quote(apostrophe) inside code

a88a514 2023-04-29 09:58:59 supercell

Introduce a Line class

9feed38 2023-04-29 08:24:03 supercell

Fix a blockquote issue

4aee289 2023-04-29 08:20:28 supercell

Optimize DelimiterSyntax

dd6d33c 2023-04-25 09:53:36 supercell

Fix an ImageSyntax issue

741b03b 2023-04-25 09:49:02 supercell

Refactor CodeBlockSyntax

08b69ae 2023-04-25 08:59:21 supercell

Refactor ATX headings

2d1f5dd 2023-04-08 11:40:34 supercell

Some cleanup and fixes for Crystal 1.0.0

41cb8f2 2023-04-08 10:56:00 supercell

Refactor CodeSyntax

a7a6ea9 2023-04-08 10:25:47 supercell

Fix HTML escape issues

03689d0 2023-04-08 09:15:42 supercell

Improve BlockquoteSyntax

bf18dbb 2023-04-08 08:50:55 supercell

Some performance improvements on delimiter syntax

0a12930 2023-04-08 08:46:20 supercell

Improve FencedCodeBlockSyntax

Also change how XML parses in stats.cr as we don't need a DOCTYPE or
a <head> and <body> added by default. It just adds extra mess.

568f00e 2023-04-07 16:46:51 supercell

Drop most deprecated APIs

A number of the deprecated classes in block_syntaxes were not exposed,
so not including those in the changelog.

The only APIs not deprecated are the `getter` and `property` changes,
they'll be removed at version 1.0.0.

89a0f1f 2023-04-07 16:36:00 supercell

Add SoftLineBreakSyntax

f5b3255 2023-04-07 16:24:15 supercell

Refactor AutolinkExtensionSyntax

1ec665f 2023-04-07 11:07:45 supercell

Optimize TableSyntax

be629b8 2023-03-28 15:25:03 supercell

Make LinkContext class private

6f38642 2023-03-28 15:24:31 supercell

Return array for link node creation

2966117 2023-03-28 09:16:45 supercell

Fix stats.cr gfm and add all_matches spec

4aa281b 2023-03-28 09:03:56 supercell

Fix HTML entity and numeric character references

Includes a couple of new extensions, one for String and one for Regex.
(String.replaceAllMapped and Regex.allMatches).

These attempt to mimic the behaviour found in Dart.

4e845cf 2023-03-25 14:17:57 supercell

Resolve deprecation warnings

113f670 2023-03-25 14:11:00 supercell

Misc cleanup

Mostly fixes from Ameba, but also fixing the deprecation messages so
that they properly generate in the documentation and in the CLI when
using the shard.

f7a6040 2023-03-25 11:07:17 supercell

Use fewer empty arrays

fad9206 2023-03-25 10:53:10 supercell

Fix Unicode case folding