wallabyjs / quokka

Repository for Quokka.js questions and issues
https://quokkajs.com
1.17k stars 31 forks source link

Question: output formatting to strip <200b>? #907

Open kwonoj opened 8 months ago

kwonoj commented 8 months ago

Issue description or question

image

I'm observing output pane for the quokka having <200b>. It seems like this is not the issue of quokka itself, I could confirm if I enable vscode-neovim extension (https://github.com/vscode-neovim/vscode-neovim) seems neovim puts those into the text buffer.

Still, it's cumbersome to read values with those characters - curious if there's way to configure to ignore / strip out those character? it doesn't seem to appear in other text editor area.

Code editor version

Visual Studio Code v1.84.2

OS name and version

Seems appearing on all of the platforms (Mac / Windows)

smcenlly commented 8 months ago

Thanks for reporting the issue. We've been able to reproduce your problem but are unsure how to fix it yet. It is likely it will need to be fixed in vscode-neovim. We are continuing to investigate and will either raise an issue or a pull request with the vscode-neovim if it needs to be fixed in their code.