renderAstroMD
renderAstroMD(
content
):Promise
<string
>
Render Astro Markdown
Renders Astro Markdown content
Astro is the built-in Astro remark-markdown plugin.
Parameters
• content: string
The content to render
Returns
Promise
<string
>
The rendered content
See
https://www.npmjs.com/package/@astrojs/markdown-remark
Defined in
packages/studiocms_renderers/src/lib/astro-remark/index.ts:16