(Bug report)symbol != will convert to ≠ automatically in code block.
Trilium Version
0.51.2
What operating system are you using?
Windows
What is your setup?
Local (no sync)
Operating System Version
windows10 version 21h1
Description
I am a newer to markdown language. I cannot write != in code block. It will automatically convert != to ≠. -> is the same as above. It will automatically convert -> to →. I do not know how to convert back. It has no problem in text window.
Hi, this is "font ligature" - != is not actually "converted" to ≠, it's just displayed as such. If you copy&paste it elsewhere, it will still be copied as !=.
If you don't like this, you can change the font in the options, e.g. "Courier New" is a monospace font without ligatures.

Hi, this is "font ligature" -
!=is not actually "converted" to≠, it's just displayed as such. If you copy&paste it elsewhere, it will still be copied as!=.If you don't like this, you can change the font in the options, e.g. "Courier New" is a monospace font without ligatures.
It works. Thanks so mush. (o゜▽゜)o☆