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

https://github.com/purefunctor/purescript-simple-markdown-it

Dead-simple PureScript bindings to markdown-it.
https://github.com/purefunctor/purescript-simple-markdown-it

Last synced: 4 months ago
JSON representation

Dead-simple PureScript bindings to markdown-it.

Awesome Lists containing this project

README

          

# purescript-simple-markdown-it
Dead-simple PureScript bindings to [markdown-it](https://github.com/markdown-it/markdown-it).

## Requirements
This package requires `markdown-it` to be added to your `package.json`.
```sh
$ npm install markdown-it
$ yarn add markdown-it
```