- Deprecate the extension name with `Extension` suffix, e.g. `FootnoteExtension` -> `Footnote`. And the old names will be removed by `v1.0.0`. - Store extra info after the language text in fenced code: ` python myscript.py <-- myscript.py is stored in element print('hello world')
` - Built-in code highlight extension using pygments.
0.6.02019726
- Reverse the extension order. - Add a new extension attribute `elements`. - Improve the CLI, add more options.
0.5.12019720
- Add type hints for all primary functions.
0.5.02019719
- Update to comply commonmark spec 0.29. - Change the extension system.
0.4.32018911
- Fix TOC rendering when heading level exceeds the max depth.