Kind: Function
Source: atloria-monorepo/apps/api/src/changelog/changelog-markdown.ts
Minimal markdown → HTML for release-note bodies (email + feed content_html).
Signature
tsfunction markdownToHtml(md: string): string
Parameters
| Name | Type |
|---|---|
md | string |
Returns: string
Was this page helpful?