Skip to content

[ci] release - #247

Merged
DylanPiercey merged 1 commit into
mainfrom
changeset-release/main
Sep 23, 2026
Merged

DylanPiercey merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

htmljs-parser@5.16.0

Minor Changes

  • #246 402c94f Thanks @DylanPiercey! - Export escapeText, which escapes text content so the parser reads it back as the same text, for tools that print Marko source. Only a backslash run before ${ or $!{ is changed; pass the content printed after the text as the second argument so that a backslash run ending the text does not escape a placeholder it leads into.

Patch Changes

  • #246 402c94f Thanks @DylanPiercey! - Read an odd run of five or more backslashes before ${ or $!{ as escapes, like a run of one or three: \\\\\${x} is now the text \\${x} rather than two backslashes and a placeholder.

@DylanPiercey
DylanPiercey merged commit afdd9bc into main Sep 23, 2026
1 check passed
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.

1 participant