typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 56 forks source link

Inline math/code is not automatically rendered #6136

Open JunzheShen opened 2 months ago

JunzheShen commented 2 months ago

Describe the bug I’m using MacOS 14.6.1 and Typora 1.9.4 Inline math mode is not automatically rendered (except for when I type right after inline math)

To Reproduce Examples: $ equation $(not rendered) $ equation $<space>(not rendered) $ equation $<Enter>(rendered) $ equation $<adjust list level>(rendered) The same for inline code (`) **Expected behavior** inline math is automatically rendered when:$ equation $`(not rendered)

Screenshots / Screencasts

image

Sample Markdown File Please attach or send us hi@typora.io the sample md file that may reproduce this. note.md Desktop (please complete the following information):

Typora Version 1.9.4

Additional context Add any other context about the problem here.

abnerlee commented 2 months ago

Does restart Typora fix this? In my test, I still cannot reproduce this

JunzheShen commented 2 months ago

Does restart Typora fix this? In my test, I still cannot reproduce this

Hi, could you please try the sample Markdown file I provided? I tested it with a new Markdown file, and the rendering worked fine on my end. Restarting Typora didn't resolve the issue