0.5.4 • Published 11 months ago

react-mfm v0.5.4

Weekly downloads
-
License
WTFPL
Repository
github
Last release
11 months ago

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} />
}
0.5.4

11 months ago

0.5.3

11 months ago

0.5.2

11 months ago

0.5.0

1 year ago

0.5.1

1 year ago

0.3.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago