cmark

My personal build of CMark ✏️

Commit
6d27ebf98e4de6bc8422eef495ea86c098c72e67
Parent
6456e7c959097d3873b413afd8ab7b4bac88bfee
Author
John MacFarlane <jgm@berkeley.edu>
Date

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

Diffstat

1 file changed, 4 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 4 4 0
diff --git a/README.md b/README.md
@@ -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
 ----------