This is a pure OCaml parser for Markdown files. It was originally written for Ocsigen but may be useful in other contexts too.
The recommended way to install ocaml-markdown is via the opam package manager:
$ opam install markdown
- API documentation is available online.