Kind: Function
Source: atloria-monorepo/apps/api/src/technical-docs/search-index.ts
Strip markdown/HTML to readable plain text (cheap, no deps).
Signature
tsfunction stripMarkdown(md: string): string
Parameters
| Name | Type |
|---|---|
md | string |
Returns: string
Was this page helpful?