Markdown
This component uses marked
to turn the text
prop into HTML.
bar
import { Markdown } from "~/components";
<Markdown text="**foo** <br/> [bar](/style-guide/components/markdown/)" />
This component uses marked
to turn the text
prop into HTML.
import { Markdown } from "~/components";
<Markdown text="**foo** <br/> [bar](/style-guide/components/markdown/)" />