- Fix an XSS issue that exists in code language field.
0.9.020200927
- Fix a bug that backslashes get dropped inside a table cell. - Fix a bug that the priority of inline elements is not honored. - Add a new renderer: `marko.md_renderer.MarkdownRenderer` which rerenders the input back to markdown text.
0.8.220200622
- Add support for specifying extensions in marko CLI. - Display a help message when prompting for input in marko CLI.
0.8.120200403
- Fix a bug of list item parsing when mixed whitespace type is used.
0.8.020200307
- Support arguments for extensions
0.7.120191220
- Wrap code block with 'highlight' container in codehilite mode.