Skip to content

Markdown

This component uses marked to turn the text prop into HTML.

foo
bar
import { Markdown } from "~/components";
<Markdown text="**foo** <br/> [bar](/style-guide/components/markdown/)" />