package md2mld

  1. Overview
  2. Docs
Little cli tool to convert md files into mld files

Install

Dune Dependency

Authors

Maintainers

Sources

md2mld-0.6.tbz
sha256=d96fe90397489cf57a57f4fe50b85e2e60dd0214fea3d6e0195973d8db96298e
sha512=5bb805781e35d2aadf82d54c2cddc71360670b9c481c10dad048575d8624b2d64c29a91da6d7300ce48d1a1755b26fca7c69a045bfebbd694e7555ff46e3cd83

CHANGES.md.html

0.6 (2022-10-03)

  • Add support for -version option (#10 dmbaturin)

  • Escape square brackets, braces and @ characters in text nodes, fixes #4 (#9 dmbaturin)

  • Add support for reading Markdown from the standard input (#8 dmbaturin)

0.5.1 (2021-06-25)

  • improve generation of (un)ordered lists

0.5.0 (2021-06-25)

  • port to omd 2.0.0~alpha2

0.4.0 (2021-06-25)

  • use html blockquotes

  • port to omd 2.0.0~alpha1 -- including cross-linking features (from https://github.com/ocaml/omd/pull/215)

  • trim output

  • modified argument parsing

0.3.0 (2018-11-23)

  • test using dune promotion behaviour

  • re-format using ocamlformt

  • allow the minimal header section value to be specified on the CLI

  • fix bug on conversion of ordered and unordered list items

0.2.0 (2018-11-22)

  • port to dune

  • updated README

0.1.1 (2018-10-24)

  • minor code cleanups

0.1.0 (2018-06-15)

  • first release