diff options
author | Pavlo Kapyshin <i@93z.org> | 2017-05-16 18:22:47 +0300 |
---|---|---|
committer | Pavlo Kapyshin <i@93z.org> | 2017-05-16 18:22:49 +0300 |
commit | 3c11019281407af0584f7a9e2f29baa46fa8bd54 (patch) | |
tree | 4fe088c6f4001756da9ebee6362448fed9b3ab81 | |
parent | f5c942217751160dc48dc1cb7ff6bddf2d14f0ce (diff) |
Prettify languages list
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -53,12 +53,12 @@ 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 +[R](https://cran.r-project.org/package=commonmark) and [Scala](https://github.com/sparsetech/cmark-scala). Installing |