summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 10375ba..9aaf32f 100644
--- a/README.md
+++ b/README.md
@@ -53,12 +53,14 @@ 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),
-[Perl](https://metacpan.org/release/CommonMark), and
-[R](http://cran.r-project.org/package=commonmark).
+[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),
+[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
----------