Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve escaping in yuck #1194

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

w-lfchen
Copy link
Contributor

@w-lfchen w-lfchen commented Sep 7, 2024

Description

currently, everything has to be escaped twice due to the (extremely outdated) unescape crate being run over text after all other processing has already happened
this pr, when opened, aims to:

Additional Notes

this might introduce breaking changes, don't know yet.
we should probably evaluate how to best approach this; at the time of opening this pr as a draft, the implementation is very dumb.
i just want to get this idea out there and iterate over it, hopefully improving things in the process

Checklist

  • I added my changes to CHANGELOG.md, if appropriate.
  • The documentation in the docs/content/main directory has been adjusted to reflect my changes.
  • I used cargo fmt to automatically format all code before committing

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.

[BUG] Label text escaping is broken [BUG] Whitespace isn't rendered properly
1 participant