0.5.4 • Published 11 months ago
react-mfm v0.5.4
react-mfm
Usage
See example/
.
import Mfm from "react-mfm"
import "react-mfm/style.css"
import "katex/dist/katex.min.css" // to support Formula
const text = \`
<center>
**hello, world**
</center>
\`.trim()
export default function Page() {
return <Mfm text={text} />
}