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:
306
306
- [ markdown-rs] ( https://github.com/wooorm/markdown-rs ) (1.x) looks worth watching.
307
307
- Know of another library? Please open a PR to add it!
308
308
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.
313
311
314
312
### Elixir bindings
315
313
316
314
- [ mdex] ( https://github.com/leandrocp/mdex ) - Elixir bindings for this library built with Rustler.
317
315
Available on Hex as [ ` mdex ` ] ( https://hex.pm/packages/mdex ) .
318
316
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 ) .
321
326
322
327
## Benchmarking
323
328
You can’t perform that action at this time.
0 commit comments