Enable GitHub flavored markdown.
Set the prefix for code block classes.
Conform to obscure parts of markdown.pl as much as possible. Don't fix any of the original markdown bugs or poor behavior.
Type: object Default: new Renderer()
An object containing functions to render tokens to HTML.
Sanitize the output. Ignore any HTML that has been input.
Shows an HTML error message when rendering fails.
Use smarter list behavior than the original markdown. May eventually be default with the old behavior moved into pedantic.
Use "smart" typograhic punctuation for things like quotes and dashes.
Enable GFM tables. This option requires the gfm option to be true.
A function to highlight code blocks. The function takes three arguments: code, lang, and callback.
Generated using TypeDoc
Enable GFM line breaks. This option requires the gfm option to be true.