@vdegenne/md2html
v0.1.2
Published
Markdown to html converter
Downloads
209
Readme
@vdegenne/md2html
Eerily simple and easy goto Markdown to HTML modern es module solution.
Fork and redesign of MiniGFM.
Use at your own risks.
(types included)
Installation
npm i -D @vdegenne/md2htmlUsage
import {md2html} from '@vdegenne/md2html'
md2html(`# test`) // <h1>test</h1>