package markdown

  1. Overview
  2. Docs
Markdown processor for Ocsigen

Install

Dune Dependency

Authors

Maintainers

Sources

markdown-v0.2.1.tbz
sha256=9c575b74ad14229ab089819a348a1a8f453023bfcf1c20ebc5fc47343623de5e
sha512=98e42acfb09026670adad6cf4efb531f06854a9b2035cbac2c4a824037a0b08d4fe4fe3b661759983bb202882d3acd73bac0c6631ed34ac35f588f0a4817341e

README.md.html

OCaml-markdown markdown parser and printer written in OCaml

This is a pure OCaml parser for Markdown files. It was originally written for Ocsigen but may be useful in other contexts too.

Installation

The recommended way to install ocaml-markdown is via the [opam package manager][opam]:

$ opam install markdown

Documentation