README: add links to go, perl, haskell wrapper libraries.

This commit is contained in:
John MacFarlane 2015-05-06 14:49:37 -07:00
Родитель 6456e7c959
Коммит 6d27ebf98e
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -49,6 +49,10 @@ Advantages of this library:
It is easy to use `libcmark` in python, lua, ruby, and other dynamic 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
[go](https://github.com/rhinoman/go-commonmark),
[Haskell](http://hackage.haskell.org/package/cmark),
and [Perl](https://metacpan.org/release/CommonMark).
Installing Installing
---------- ----------