Class MarkdownToHtmlConverter

Converts Markdown data to HTML. The generated HTML will be injected into the given template using the parameter htmlBody. A standard Markdown string will be converted to a

tag, so html and body tags should be part of the template. In case the Markdown body starts with a header (#), that value will also be used as title parameter.

Hierarchy

Constructors

Properties

inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>
templateEngine: TemplateEngine<Dict<any>>

Methods