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.
- Host: GitHub
- URL: https://github.com/purefunctor/purescript-simple-markdown-it
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-04-21T00:27:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T03:52:23.000Z (over 5 years ago)
- Last Synced: 2025-03-20T05:15:46.696Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```