All notable changes will be documented in this file. After version 2.0.0, this library will follow semantic versioning; all breaking changes which require modification of either markdown files or code implementations will result in a new major release.
- Refactor or additionally provide a normal markdown-it plugin instead of only a wrapper.
- Code spans enclosed in single backticks are disabled.
- Indented blocks are rendered as block quotes instead of code blocks using markdown-it-indented-quotes.
- Block quotes are rendered as flat paragraphs with .blockquote class.
- Markdown lists are rendered as flat paragraphs with .li class using markdown-it-flat-lists.
- Footnotes and endnotes are implemented using markdown-it-footnote.
- HTML attributes (id, class, ¶ and data-*) are implemented using markdown-it-attrs.
- Explicit numbering of paragraphs with markdown-it-auto-parnum is supported with the ¶ attribute.
- Transliterated underlined characters are rendered using [markdown-it-macron-below].
- Page numbers are implemented using markdown-it-pagenumbers.
- Important typography is rendered using markdown-it-replacements.
- Underlined text is rendered in the <u> tag using markdown-it-underline.