From 735b2733f3892afb4d554f42c60ed2be12ee984e Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Sun, 1 Sep 2019 13:46:50 +0300 Subject: [PATCH] Add link to Crystal bindings in the documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a36d6f9b3..16a4a41a6 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ It is easy to use `libcmark` in python, lua, ruby, and other dynamic languages: see the `wrappers/` subdirectory for some simple examples. There are also libraries that wrap `libcmark` for +[Crystal](https://github.com/mamantoha/crystal-cmark-gfm) [Go](https://github.com/rhinoman/go-commonmark), [Haskell](https://hackage.haskell.org/package/cmark), [Ruby](https://github.com/gjtorikian/commonmarker),