Markdown Syntaxes
Version 2.1 by Thomas Mortagne on 2021/04/26 12:33
Markdown syntaxes support for XWiki, allowing you to import Markdown content into wiki pages or even author wiki content in Markdown, using both the wiki editor and the WYSIWYG one.
Modules
- Markdown Syntax 1.2: Support for the latest CommonMark specification, using Flexmark-java.
- GitHub-Flavored Markdown Syntax 1.0: Support for the latest GFM specification, using Flexmark-java.
Deprecated Modules
- Markdown Syntax 1.1: Support for the Markdown syntax implemented by Pegdown with additional XWiki support (wiki macros, etc).
- Markdown Syntax 1.0: Support for the Markdown syntax implemented by Pegdown.