Skip to content

Commit 7d5057c

Browse files
committed
Add commonmarker to related projects
1 parent 0eef2ba commit 7d5057c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,18 +306,23 @@ depending on your use-case. Here are some other projects to consider:
306306
- [markdown-rs](https://github.com/wooorm/markdown-rs) (1.x) looks worth watching.
307307
- Know of another library? Please open a PR to add it!
308308

309-
### Python bindings
310-
311-
- [comrak (Python package)](https://github.com/lmmx/comrak) — Python bindings for this library built with PyO3.
312-
Available on PyPI as [`comrak`](https://pypi.org/project/comrak), benchmarked at 15-60x faster than pure Python alternatives.
309+
As far as I know, Comrak is the only library to implement all of the [GitHub Flavored Markdown
310+
extensions](https://github.github.com/gfm) rigorously.
313311

314312
### Elixir bindings
315313

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

319-
As far as I know, Comrak is the only library to implement all of the [GitHub Flavored Markdown
320-
extensions](https://github.github.com/gfm) rigorously.
317+
### Python bindings
318+
319+
- [comrak (Python package)](https://github.com/lmmx/comrak) — Python bindings for this library built with PyO3.
320+
Available on PyPI as [`comrak`](https://pypi.org/project/comrak), benchmarked at 15-60x faster than pure Python alternatives.
321+
322+
### Ruby bindings
323+
324+
- [commonmarker](https://github.com/gjtorikian/commonmarker) - Ruby bindings for this library built with Magnus/rb-sys.
325+
Available on RubyGems as [`commonmarker`](https://rubygems.org/gems/commonmarker).
321326

322327
## Benchmarking
323328

0 commit comments

Comments
 (0)