diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-05-18 10:28:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-18 10:28:41 +0200 |
commit | ff1d54ef9460b9135d0a229648f53844f787b40f (patch) | |
tree | 38fcc95a5149adb3019d45132b6f6a5d41116833 | |
parent | f5c942217751160dc48dc1cb7ff6bddf2d14f0ce (diff) | |
parent | 1fff711c3d6b787eabb9f46c33caa723c808c7ff (diff) |
Merge pull request #198 from PavloKapyshin/master
Improve readme a bit
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -53,12 +53,13 @@ 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), -[ruby](https://github.com/gjtorikian/commonmarker), -[lua](https://github.com/jgm/cmark-lua), +[Go](https://github.com/rhinoman/go-commonmark), +[Haskell](https://hackage.haskell.org/package/cmark), +[Ruby](https://github.com/gjtorikian/commonmarker), +[Lua](https://github.com/jgm/cmark-lua), [Perl](https://metacpan.org/release/CommonMark), -[R](http://cran.r-project.org/package=commonmark) and +[Python](https://pypi.python.org/pypi/paka.cmark), +[R](https://cran.r-project.org/package=commonmark) and [Scala](https://github.com/sparsetech/cmark-scala). Installing |