Skip to content

Commit

Permalink
Merge pull request #547 from leandrocp/lp-add-mdex
Browse files Browse the repository at this point in the history
docs: add mdex (elixir bindings) in the list of related projects
  • Loading branch information
gjtorikian authored Mar 11, 2025
2 parents 90e2307 + 8314c00 commit 0eef2ba
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 0eef2ba

Please sign in to comment.