Skip to content

HTML: Fix importing docs which contain attribute values prefixed with newlines#30

Merged
roblillack merged 2 commits intomainfrom
fix-importing-html-tags-with-attribute-values-prefixed-by-newline
Dec 2, 2025
Merged

HTML: Fix importing docs which contain attribute values prefixed with newlines#30
roblillack merged 2 commits intomainfrom
fix-importing-html-tags-with-attribute-values-prefixed-by-newline

Conversation

@roblillack
Copy link
Copy Markdown
Owner

This PR:

  • Hardens the HTML tokenizer so whitespace between an attribute’s = and the opening quote no longer drops the parser out of “attribute value” mode, preventing quoted hrefs from accidentally absorbing the surrounding text
  • Adds a FreeBSD 15.0 release-notes fixture plus snapshots
  • Adds a single Markdown round-trip exclusion so the release-notes snapshot (which currently hits known importer gaps) doesn’t break the rest of the round-trip suite

Fixes #29

@roblillack roblillack merged commit dc96e9b into main Dec 2, 2025
9 checks passed
@roblillack roblillack deleted the fix-importing-html-tags-with-attribute-values-prefixed-by-newline branch December 2, 2025 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FreeBSD 15 release notes not correctly rendering

1 participant