Interface MarkdownToHTML
access this type via: parsing.MarkdownToHTML (provides, requires or uses)
Converter for markdown documents to HTML. Optionally takes an array of code styling instances, to apply styling to code from different languages.
Functions
char[] process(MDElement doc, optional char mainDivClass[], MDCodeStyle codeStyling[], bool generateTOC, bool tocFirst, char tocDivClass[])
char[] process(MDElement doc, optional char mainDivClass[], MDCodeStyle codeStyling[], bool generateTOC, bool tocFirst, char tocDivClass[])
Process a parsed markdown document, converting it to HTML. A set of source code styling options can optionally be provided, for different languages, to indicate the CSS classes to use for rendering source code from a given language. Where the source code language is not specified in the markdown document, the first styling option on this list will be used by default.