- Commit
- 5ef31853d5161d4b5a2dfc0df94e6eaaeb3215d0
- Parent
- b0918a56a878237b7f069fe2499877eb0246c8f3
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added note on documentation in man pages.
My personal build of CMark ✏️
Added note on documentation in man pages.
1 file changed, 2 insertions, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 3 | 2 | 1 |
diff --git a/README.md b/README.md @@ -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.