diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 20:56:43 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 20:56:43 -0800 |
commit | 5ef31853d5161d4b5a2dfc0df94e6eaaeb3215d0 (patch) | |
tree | 620e0ab4656fa972d1b5a8c84e928033bc13b725 | |
parent | b0918a56a878237b7f069fe2499877eb0246c8f3 (diff) |
Added note on documentation in man pages.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ The implementations The C implementation provides both a shared library (`libcmark`) and a standalone program `cmark` that converts CommonMark to HTML. It is written in standard C99 and has no library dependencies. The parser is -very fast (see [benchmarks](benchmarks.md)). +very fast (see [benchmarks](benchmarks.md)). For documentation, see +the man pages in the `man` directory. It is easy to use `libcmark` in python, lua, ruby, and other dynamic languages: see the `wrappers/` subdirectory for some simple examples. |