An open API service indexing awesome lists of open source software.

https://github.com/enspirit/rescript-markdown-it

ReScript bindings for MardownIt.js
https://github.com/enspirit/rescript-markdown-it

markdown-it rescript-bindings

Last synced: 17 days ago
JSON representation

ReScript bindings for MardownIt.js

Awesome Lists containing this project

README

          

# rescript-markdown-it

[ReScript](https://rescript-lang.org) bindings for [markdown-it](https://github.com/markdown-it/markdown-it).

# Usage

```reasonml
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]`.