This commit is contained in:
Pavlo Kapyshin 2017-05-16 18:22:47 +03:00
Родитель f5c9422177
Коммит 3c11019281
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -53,12 +53,12 @@ It is easy to use `libcmark` in python, lua, ruby, and other dynamic
languages: see the `wrappers/` subdirectory for some simple examples. languages: see the `wrappers/` subdirectory for some simple examples.
There are also libraries that wrap `libcmark` for There are also libraries that wrap `libcmark` for
[go](https://github.com/rhinoman/go-commonmark), [Go](https://github.com/rhinoman/go-commonmark),
[Haskell](http://hackage.haskell.org/package/cmark), [Haskell](https://hackage.haskell.org/package/cmark),
[ruby](https://github.com/gjtorikian/commonmarker), [Ruby](https://github.com/gjtorikian/commonmarker),
[lua](https://github.com/jgm/cmark-lua), [Lua](https://github.com/jgm/cmark-lua),
[Perl](https://metacpan.org/release/CommonMark), [Perl](https://metacpan.org/release/CommonMark),
[R](http://cran.r-project.org/package=commonmark) and [R](https://cran.r-project.org/package=commonmark) and
[Scala](https://github.com/sparsetech/cmark-scala). [Scala](https://github.com/sparsetech/cmark-scala).
Installing Installing