Kind: Function
Source: atloria-monorepo/packages/markdown-engine/src/lib/render.ts
Render a Markdown string to an HTML fragment (no / wrapper). Returns an empty string for empty input.
Signature
tsasync function renderMarkdownToHtml(markdown: string): Promise<string>
Parameters
| Name | Type |
|---|---|
markdown | string |
Returns: Promise<string>
Was this page helpful?