package md2mld
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=65bc12176cb584bb228027c4b5fba2f5362417f844686a7c19fcea2934c34a4b
sha512=e9b931919174c41ef80b3dd48091bc6be8ed219c1a3b9bddb1e80066d3bdac17f9f85a37673c720091d78fec9aeb1e6edb99d7de5a5e6f7e5b27739987eda3e5
CHANGES.md.html
0.7 (2023-05-01)
Add option to dump OMD ast as sexp for debugging (#20 MisterDA)
Support code block language tags (#19 MisterDA)
Add support for odoc heavy table syntax (#15 MisterDA)
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