Releases: clockoon/dokuwiki-plugin-commonmark
Releases · clockoon/dokuwiki-plugin-commonmark
Version 1.3.1
- update Commonmark library version to 2.4.1
- fix list rendering issue with strikethrough text (#22)
- fix spurious spaces around inline elements (#25)
- fix HTML code rendering (#26)
Version 1.3.0
- update commonmark library version to 2.4 (#17)
- add frontmatter-based tag syntax(#18)
- add support for slash link (
[wikilink](wiki/link)
) for better markdown compatibility (ac4825f)
- fix empty lang file issue (#21)
version 1.2.1
- fix hr rendering error after list (#16)
- fix indented code block rendering issues (thanks to [email protected])
version 1.2.0
Add force_commonmark option (#10, #11)
version 1.1.0
Add toolbar for Commonmark. Fix footnote (#7) and inline code rendering issues (#8).
version 1.0.0
Add table syntax. First full-working extension.