- added link reference definition as AST node (renders as empty) for roundtripping (markdown-it-rust#22)
- only set max indent=4 if
code
blocks plugin is enabled (markdown-it-rust#20)
- fixed ambiguity between tables and setext headings (markdown-it-rust#27)
- fixed panics in smartquotes (markdown-it-rust#26)
- fixed entity code unescaping (markdown-it-rust#23)
- multiple other minor bugfixes
- typographer plugin (markdown-it-rust#4)
- smartquotes plugin (markdown-it-rust#5)
- headings with ids plugin (markdown-it-rust#18)
- reference map changed from a HashMap to a trait object, allowing user to override it (markdown-it-rust#17)
Initial commits. Software was not stabilized yet, so changes weren't documented at that point.