Skip to content

v2.14.1

Choose a tag to compare

@Goldziher Goldziher released this 12 Dec 16:19
· 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/--wrap flag. List items with long text are properly wrapped while preserving list structure and indentation for both ordered and unordered lists.
  • Issue #146: strip_tags and preserve_tags options now correctly prevent <meta> and <title> tags from being extracted into YAML frontmatter when extract_metadata is enabled.
  • Issue #145: strip_newlines=true no longer causes excessive whitespace around block elements. Structural whitespace is now properly normalized while still removing newlines within paragraph content.