README 751 B

12345678910111213141516
  1. lowdown is a Markdown translator producing HTML5 and roff documents in
  2. the ms and man formats. It's just clean, secure, open source C code with
  3. no dependencies. Its canonical documentation is lowdown(1) for the
  4. formatter, lowdown(5) for the syntax, and the library interface at
  5. lowdown(3).
  6. lowdown started as a fork of hoedown to add sandboxing (pledge(2),
  7. capsicum(4), or sandbox_init(3)) and roff output to securely generate
  8. PDFs on OpenBSD with just mandoc(1).
  9. It has grown to admit many more extensions and outputs, and can even be
  10. used to show the difference between two Markdown documents with
  11. lowdown-diff, documented as the lowdown diffing engine. This uses a
  12. tree-based difference algorithm to show semantically-valid Markdown
  13. differences.