Hi, I have problems to read code with symbols.
On this screenshot you can see the default macos terminal and kitty terminal at the bottom. Both terminal have the same file open with neovim, but on kitty the symbols ◀︎ ▶︎ and the </div> are hidden.

I add the file here
App.js.zip
I'm using:
Regards
I have committed a fix for the triangle not being rendered because of the presence of the VS15 variation selector. i cannot however reproduce the div not being rendered on my system with nvim 0.3.5
Hi @kovidgoyal I have updated to neovim 0.3.5 and the bug is the same (without </div>)
There is a simple way to test your fix or is better wait for the next release?
Thanks!
You can compile from source, it is pretty simple IMHO, see https://sw.kovidgoyal.net/kitty/build.html.
Great! I have tested and is working perfect now!! 🎉
There is a way to get notified on the next release to remember upgrade kitty?
After enough people asked for an update notification mechanism in #1108 and #1342, @kovidgoyal implemented such notifications in https://github.com/kovidgoyal/kitty/commit/d3ad15dc516515329fb4f85f43867168d1dd30a7.
But of course, you can still use the other ways to get notified, e.g. if you click the watch button at the top of the GitHub page and choose "Releases only" or via RSS feeds.
Most helpful comment
I have committed a fix for the triangle not being rendered because of the presence of the VS15 variation selector. i cannot however reproduce the div not being rendered on my system with nvim 0.3.5