The options for the renderMarkdown function.

Hierarchy

  • IRenderOptions

Properties

The host node for the rendered Markdown.

latexTypesetter: IRenderMime.ILatexTypesetter

The LaTeX typesetter for the application.

An optional link handler.

The Markdown parser.

An optional url resolver.

The html sanitizer for untrusted source.

shouldTypeset: boolean

Whether the node should be typeset.

source: string

The Markdown source to render.

translator?: ITranslator

The application language translator.

trusted: boolean

Whether the source is trusted.

Generated using TypeDoc