@enspirit/rescript-markdown-it
v2.0.0
Published
ReScript bindings for MardownIt.js
Downloads
7
Readme
rescript-markdown-it
ReScript bindings for markdown-it.
Usage
MarkdownIt.render(MarkdownIt.createMarkdownIt(), "# This is a markdown title")
Developers section
First and formost, configure your environment with npm install
.
Specific ReScript aliases (clean
, build
, watch
, test
...) are defined
in the package.json
file to be used with npm run [alias]
.