diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-06 14:49:37 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-06 14:49:37 -0700 |
commit | 6d27ebf98e4de6bc8422eef495ea86c098c72e67 (patch) | |
tree | b5632e888835375b26a5a31aacb454bf9589a24c | |
parent | 6456e7c959097d3873b413afd8ab7b4bac88bfee (diff) |
README: add links to go, perl, haskell wrapper libraries.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ Advantages of this library: 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 +[go](https://github.com/rhinoman/go-commonmark), +[Haskell](http://hackage.haskell.org/package/cmark), +and [Perl](https://metacpan.org/release/CommonMark). Installing ---------- |