File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Tables #[ 72] ( https://github.com/icyleaf/markd/pull/72 )
13
+ - Alerts #[ 92] ( https://github.com/icyleaf/markd/pull/92 )
14
+ - Extended Autolinks #[ 86] ( https://github.com/icyleaf/markd/pull/86 )
15
+ - Tartrazine code block syntax highlighting #[ 67] ( https://github.com/icyleaf/markd/pull/81 ) thanks @[ zw963] ( https://github.com/zw963 ) .
16
+ - Tagfilter option for GFM #[ 64] ( https://github.com/icyleaf/markd/pull/64 ) thanks @[ HertzDevil] ( https://github.com/HertzDevil ) .
17
+ - Task list / checkbox support for GFM #[ 63] ( https://github.com/icyleaf/markd/pull/63 ) thanks @[ nobodywasishere] ( https://github.com/nobodywasishere ) .
18
+ - Strikethrough support for GFM #[ 62] ( https://github.com/icyleaf/markd/pull/62 ) thanks @[ nobodywasishere] ( https://github.com/nobodywasishere ) .
19
+ - Emoji support for GFM #[ 61] ( https://github.com/icyleaf/markd/pull/61 ) thanks @[ nobodywasishere] ( https://github.com/nobodywasishere ) .
20
+
21
+ ### Fixed
22
+
23
+ - Large numbers failing to be parsed as starts of lists #[ 81] ( https://github.com/icyleaf/markd/pull/81 )
24
+
10
25
### TODO
11
26
12
- - GFM support
27
+ - Full GFM support
13
28
14
29
## [ 0.5.0] (2022-06-14)
15
30
You can’t perform that action at this time.
0 commit comments