Options
All
  • Public
  • Public/Protected
  • All
Menu

The options for the renderMarkdown function.

Hierarchy

  • IRenderOptions

Index

Properties

host

host: HTMLElement

The host node for the rendered Markdown.

latexTypesetter

latexTypesetter: ILatexTypesetter

The LaTeX typesetter for the application.

linkHandler

linkHandler: ILinkHandler

An optional link handler.

resolver

resolver: IResolver

An optional url resolver.

sanitizer

sanitizer: ISanitizer

The html sanitizer for untrusted source.

shouldTypeset

shouldTypeset: boolean

Whether the node should be typeset.

source

source: string

The Markdown source to render.

Optional translator

translator: ITranslator

The application language translator.

trusted

trusted: boolean

Whether the source is trusted.

Generated using TypeDoc