Skip to main content

MarkdownRenderer

Extends MarkdownRenderChild

Implements MarkdownPreviewEvents, HoverParent

Constructor

constructor(containerEl: HTMLElement);

Properties

app

app: App

hoverPopover

hoverPopover: HoverPopover

Methods

renderMarkdown

static renderMarkdown(markdown: string, el: HTMLElement, sourcePath: string, component: Component): Promise<void>;

Renders markdown string to an HTML element.