mathpix-markdown-it icon indicating copy to clipboard operation
mathpix-markdown-it copied to clipboard

<3 incorrectly gets rendered to ❤️

Open JamMaster1999 opened this issue 10 months ago • 0 comments

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).

JamMaster1999 avatar Apr 28 '25 20:04 JamMaster1999