Converts markdown to html.
npm install @fisch0920/markdown-to-html> Converts markdown to HTML, including sub-html and GFM.
``bash`
npm install @fisch0920/markdown-to-html
`ts
import { markdownToHtml } from '@fisch0920/markdown-to-html'
const html = markdownToHtml('# example markdown')
``
MIT © Travis Fischer