v2.14.1
·
1007 commits
to f102be9645f1389cdc0b658e389e77bbb5ee76c1
since this release
[2.14.1] - 2025-12-12
Fixed
- Issue #147: Word wrap now works correctly in list items when using the
-w/--wrapflag. List items with long text are properly wrapped while preserving list structure and indentation for both ordered and unordered lists. - Issue #146:
strip_tagsandpreserve_tagsoptions now correctly prevent<meta>and<title>tags from being extracted into YAML frontmatter whenextract_metadatais enabled. - Issue #145:
strip_newlines=trueno longer causes excessive whitespace around block elements. Structural whitespace is now properly normalized while still removing newlines within paragraph content.