markdownToHtml
No documentation has been provided.
Presentation
function markdownToHtml (
markdown: string,
context?: string | undefined,
addDependency?: ((dep: string) => void) | undefined,
): string;
Returns
string
Parameters
Name | Type | Description |
---|---|---|
markdown | string | |
context | string | undefined | |
addDependency | ((dep: string) => void) | undefined |