markdown-codec@4.1.0
·
1190 commits
to main
since this release
4.1.0 (2026-08-21)
Bug Fixes
- documents.js: pass construct markers through to markdown-codec's writer (ee17085)
Features
- markdown-codec: blockquote container as a division construct pair (ade200b)
- markdown-codec: carry a fence's info string as the code language plus quarantined remainder (ccc7e8a)
- markdown-codec: carry link and image titles as link construct annotations (d03ae57)
- markdown-codec: display math as an embedded formula document (46bca3d)
- markdown-codec: raw HTML restorable through quarantined markdown residue (284c24f)
- markdown-codec: reference definitions and front matter through the package tree (85d0387)
- markdown-codec: task checkbox state and item identity on the list membership (036982a)
Dependencies
- Updated document-schema.js to ^4.8.0