Luce::ExtensionSet
Inherits Reference < Object
ExtensionSets provide a simple grouping mechanism for common Markdown flavours.
For example, the GITHUB_FLAVOURED set of syntax extensions will
output HTML in a similar fashion to GitHub's parsing.
Constants
The CommonMark extension set is close to compliance with CommonMark.
The GITHUB_FLAVOURED extension set is close to compliance with the
GitHub flavored Markdown spec.
The GITHUB_WEB extension set renders Markdown similarly to GitHub.
This is different from the GITHUB_FLAVOURED extension set in that GitHub
actually renders HTML different from straight
GitHub Flavoured Markdown.
(The only difference currently is that GITHUB_WEB renders headers with
linkable IDs.)
The NONE extension set renders Markdown similar to
Markdown.pl.
However, this set does not render exactly the same as Markdown.pl; rather it is more-or-less the CommonMark standard of Markdown, without fenced code blocks, or inline HTML.