0.5.4 • Published 2 years ago

react-mfm v0.5.4

Weekly downloads
-
License
WTFPL
Repository
github
Last release
2 years 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

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago