Skip to content

fix: use u200B instead of uF800#1268

Open
Asraye wants to merge 1 commit into
stoatchat:mainfrom
Asraye:fix/invisible-character-rendering
Open

fix: use u200B instead of uF800#1268
Asraye wants to merge 1 commit into
stoatchat:mainfrom
Asraye:fix/invisible-character-rendering

Conversation

@Asraye

@Asraye Asraye commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Swaps to u200B instead of uF800 for sanitization. uF800 isn't rendered by the majority of browsers and can cause some rendering weirdness when used (e.g. showing up as a glyph). This PR switches it to u200B, which is the more commonly used zero-width character and is generally handled cleanly without any rendering issues.

How was this PR tested?

Tested all other markdowns to make sure formatting isn't broken, and remains as expected.

Screenshots & Screencasts (if appropriate)

Before:
image


After:
image

Checklist:

  • I have carefully read the contributing guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR
  • I have confirmed that any new dependencies are strictly necessary
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code

Please declare, if any, LLM usage involved in creating this PR

None
...

Signed-off-by: AsrayeDev <asrayeofficial@gmail.com>
@Asraye Asraye requested review from a team as code owners June 10, 2026 02:02
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