mathpix-markdown-it
mathpix-markdown-it copied to clipboard
<3 incorrectly gets rendered to ❤️
I am using mathpix-markdown-it to render an LLM output. I have noticed that whenever the LLM writes <3, it gets converted to ❤️.
I have tried to to use the following configurations which did not help: typographer: false, disableRules: ['replacements']
The only thing that helped was simply replacing <3 with < 3 (space between).