Markdown
This component supports markdown compilation. It also does some stylistic enhancements to optimize the readability of the text.
<Markdown>
{`~~Strikethrough~~\n
This is a list:\n
* Foo
* Bar
* Baz`}
</Markdown>
Strikethrough
This is a list:
* Foo
* Bar
* Baz