https://github.com/lexi-lambda/racket-commonmark
Fast, CommonMark-compliant Markdown parser written in Racket
https://github.com/lexi-lambda/racket-commonmark
Last synced: 3 months ago
JSON representation
Fast, CommonMark-compliant Markdown parser written in Racket
- Host: GitHub
- URL: https://github.com/lexi-lambda/racket-commonmark
- Owner: lexi-lambda
- License: isc
- Created: 2021-09-09T17:35:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T00:00:20.000Z (9 months ago)
- Last Synced: 2025-04-11T01:03:54.926Z (3 months ago)
- Language: Racket
- Homepage: https://lexi-lambda.github.io/racket-commonmark/
- Size: 495 KB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# commonmark [](https://github.com/lexi-lambda/racket-commonmark/actions/workflows/build.yml) [][commonmark-doc]
This library provides a fast, [CommonMark]-compliant Markdown parser, implemented natively in Racket. To use it, install the `commonmark` package:
```
$ raco pkg install commonmark
```[For more information, see the documentation.][commonmark-doc]
[commonmark-doc]: https://lexi-lambda.github.io/racket-commonmark/
[CommonMark]: https://commonmark.org/