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

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

Awesome Lists containing this project

README

        

# commonmark [![Build Status](https://github.com/lexi-lambda/racket-commonmark/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/lexi-lambda/racket-commonmark/actions/workflows/build.yml) [![Scribble Docs](https://img.shields.io/badge/docs-built-blue)][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/