Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 9cfcab1

Browse files
committed
Update CHANGELOG
1 parent 4cf7db6 commit 9cfcab1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
* Improve autolink parsing.
77
* Added new table syntax: `TableSyntax`.
88
* Added new ExtensionSet that includes the table syntax: `ExtensionSet.gitHub`.
9-
* For development: added tool/travis.sh.
9+
* For development: added `tool/travis.sh`.
10+
* Support multiline Setext headers.
11+
* Handle loose-vs-strict list items better.
12+
* Support ordered lists that start with a number other than 1.
1013

1114
## 0.11.0+1
1215

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ parameter. Right now there are two extension sets:
6969
* `new InlineHtmlSyntax()`
7070
* `const FencedCodeBlockSyntax()`
7171

72+
* `ExtensionSet.gitHub` includes five extensions:
73+
74+
* `new InlineHtmlSyntax()`
75+
* `const FencedCodeBlockSyntax()`
76+
* `const HeaderWithIdSyntax()`, which adds `id` attributes to ATX-style
77+
headers, for easy intra-document linking.
78+
* `const SetextHeaderWithIdSyntax()`, which adds `id` attributes to
79+
Setext-style headers, for easy intra-document linking.
80+
* `const TableSyntax()`
81+
7282
### Custom syntax extensions
7383

7484
You can create and use your own syntaxes.

0 commit comments

Comments
 (0)