Replace HTML plural-you markers with Unicode ⁺ #29
No reviewers
Labels
No labels
Priority 1
Priority 2
Priority 3
Priority 4
Priority 5
Priority 6
Priority 7
new-review
new-set priority
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
grams/updv!29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plural-marker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
<sup><small>+</small></sup>with Unicode superscript plus⁺(U+207A)str_replace('⁺', '<sup><small>+</small></sup>', $text)to restore displayWhy
you⁺instead ofyou<sup><small>+</small></sup>⁺character renders natively in any UTF-8 viewer (GitHub, editors, terminal)Scope
Test plan
⁺back to superscript HTML on the website🤖 Generated with Claude Code