File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments