Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ depending on your use-case. Here are some other projects to consider:
- [comrak (Python package)](https://github.com/lmmx/comrak) — Python bindings for this library built with PyO3.
Available on PyPI as [`comrak`](https://pypi.org/project/comrak), benchmarked at 15-60x faster than pure Python alternatives.

### Elixir bindings

- [mdex](https://github.com/leandrocp/mdex) - Elixir bindings for this library built with Rustler.
Available on Hex as [`mdex`](https://hex.pm/packages/mdex).

As far as I know, Comrak is the only library to implement all of the [GitHub Flavored Markdown
extensions](https://github.github.com/gfm) rigorously.

Expand Down
Loading