Kind: Function
Source: atloria-monorepo/apps/web/src/components/Viewer/preprocessMarkdown.ts
Preprocess markdown content to handle custom JSX components Converts JSX-style components to HTML that ReactMarkdown can handle
Signature
tsfunction preprocessMarkdown(content: string): string
Parameters
| Name | Type |
|---|---|
content | string |
Returns: string
Was this page helpful?