A Markdown shard for the Crystal programming language
リビジョン | 9dc34d22121ee7f37a0950a6594b5a47080d8fc2 (tree) |
---|---|
日時 | 2023-12-28 10:56:46 |
作者 | supercell <stigma@disr...> |
コミッター | supercell |
Update CHANGELOG
@@ -6,6 +6,7 @@ All notable changes to Luce will be documented in this file. | ||
6 | 6 | |
7 | 7 | * Support for [footnotes](https://pandoc.org/MANUAL.html#footnotes). |
8 | 8 | * Tables are now able to interrupt other blocks. |
9 | +* Allow Element attributes to have no value ([#6][issue-6] - thanks [solvin]!). | |
9 | 10 | * Fix an infinite loop occurring when using a link in table headers. |
10 | 11 | * This will raise an exception should an infinite loop begin during `BlockSyntax#parse_lines`. |
11 | 12 | * Fix an obscure issue with `HTMLBlockSyntax`. |
@@ -16,6 +17,7 @@ All notable changes to Luce will be documented in this file. | ||
16 | 17 | * Fix crash in Crystal >=1.8 caused by exceeding the Regex Match Limit. |
17 | 18 | |
18 | 19 | [issue-3]: https://codeberg.org/supercell/luce/pulls/3 |
20 | +[issue-6]: https://codeberg.org/supercell/luce/pulls/6 | |
19 | 21 | [solvin]: https://codeberg.org/solvin |
20 | 22 | |
21 | 23 | ## [0.4.0] - 2023-05-23 |