Variable VirMarkdownConst
VirMarkdown: DeclarativeElementDefinition<
"vir-markdown",
{ markdownString: string; renderStyles?: string
| CSSResult },
{
lastStyleString: string;
renderedElement: HTMLElement | undefined;
sanitizedHtml: AsyncProp<string, string>;
},
{},
"vir-markdown-",
"vir-markdown-",
readonly [],
readonly [],
> = ...
Safely renders markdown content as HTML. Used internal for rendering markdown Structured Render sections but this can be used to render any markdown.