Skip to content

v3.32.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:08
e2f6169

Added

  • Automatic quote normalization after rewrites (#104). The bundled normalizer defaults to automatic convention inference and accepts the original document with --reference. Rewrite and edit workflows normalize editable prose before delivery; explicit straight/curly targets remain available.

Fixed

  • Preserve inline HTML attributes and raw HTML code during quote normalization. Stop code masks at heading and list boundaries; keep escaped reference text and URL-adjacent prose visible to checks.

  • Validate inline link destinations and titles so malformed links cannot hide following prose. Precomputed boundaries prevent repeated unmatched link openers from scanning the same suffix quadratically. Regression tests cover normalization, style checks, CLI behavior and the bundled command.