Cmark
This module offers high-level parsing and rendering of markdown content, be it Commonmark-only, full GFM, or partially GFM.
If the content is Commonmark-only use the respective commonmark parsing and HTML rendering methods for the best performance. If all of the GFM extensions must be enabled use the gfm methods. For partial support of GFM extensions use the more generic document methods.
Constants
VERSION = "0.1.3"
Class methods
Renders a Commonmark-only text as HTML.
Renders commonmark text as HTML.
Renders commonmark text with all of the GFM extensions enabled as HTML.
Parses a Commonmark-only document text.
Parses a commonmark document text.