Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Constructors

constructor

Properties

Protected inputTypes

inputTypes: Promise<ValuePreferences>

Protected outputTypes

outputTypes: Promise<ValuePreferences>

Private Readonly templateEngine

templateEngine: TemplateEngine<Dict<any>>

Methods

canHandle

getInputTypes

getOutputTypes

handle

handleSafe