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
- Host: GitHub
- URL: https://github.com/enspirit/rescript-markdown-it
- Owner: enspirit
- Created: 2019-08-05T15:48:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:25:07.000Z (about 3 years ago)
- Last Synced: 2025-12-05T07:23:52.838Z (4 months ago)
- Topics: markdown-it, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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]`.