package cmarkit
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=42fa920e84f2b7d45f5cf1251d3308daa7becff2590f7ce84186cb22335415b02cc9bc44179095bf0d37624fb5a0e66d1c96fcc1b12f1106f567247a71c79039
CHANGES.md.html
v0.3.0 2023-12-12 La Forclaz (VS)
Fix ordered item marker escaping. Thanks to Rafał Gwoździński for the report (#11).
Data updated for Unicode 15.1.0 (no changes except for the value of
Cmarkit.Doc.unicode_version
).Fix table extension column parsing, toplevel text inlines were being dropped. Thanks to Javier Chávarri for the report (#10).
List_item.make
, change default value ofafter_marker
from 0 to 1. We don't want to generate invalid CommonMark by default. Thanks to Rafał Gwoździński for the report (#9).Add option
-f/--full-featured
, tocmarkit html
. A synonym for a bunch of existing options to generate a publishable document with extensions and math rendering without hassle. Seecmarkit html --help
for details.
v0.2.0 2023-05-10 La Forclaz (VS)
Fix bug in
Block_lines.list_of_string
. Thanks to Rafał Gwoździński for the report and the fix (#7, #8).Cmarkit.Mapper
. Fix non-sensical default map forImage
nodes: do not deleteImage
nodes whose alt text maps toNone
, replace the alt text byInline.empty
. Thanks to Nicolás Ojeda Bär for the report and the fix (#6).
v0.1.0 2023-04-06 La Forclaz (VS)
First release.
Supported by a grant from the OCaml Software Foundation.