diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 10:21:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 10:21:03 -0700 |
commit | 5ba5740f7e4404c0111a37f77db42c105740a6ff (patch) | |
tree | 6cb1552eab56506f2514da319b8a2983cfad44d6 /README.md | |
parent | bc5f16f146558a1faf9be6abe034755421f6ecce (diff) |
Added link to CommonMarker, ruby wrapper, in docs.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ 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), +[ruby](https://github.com/gjtorikian/commonmarker), and [Perl](https://metacpan.org/release/CommonMark). Installing |