The LaTeX formula is not rendered '÷' correctly.
Describe the bug The LaTeX formula is not rendered '÷' correctly.
To Reproduce Steps to reproduce the behavior:
To Reproduce Steps to reproduce the behavior:
- Input $a \div b$ , or ```math a \div b
- The displayed formula is a ▽・b
Expected behavior
The expected formula should be a ÷ b.
Screenshots / Screencasts
Sample Markdown File mathfordiv.md
Desktop (please complete the following information):
- OS: macOS Sonoma 14.6
Typora Version 1.9.4
Describe the bug The LaTeX formula is not rendered '÷' correctly.
To Reproduce Steps to reproduce the behavior:
To Reproduce Steps to reproduce the behavior:
- Input a ÷ b , or ```math a \div b
- The displayed formula is a ▽・b
Expected behavior
The expected formula should be a ÷ b.
Screenshots / Screencasts
Sample Markdown File mathfordiv.md
Desktop (please complete the following information):
- OS: macOS Sonoma 14.6
Typora Version 1.9.4
the reason is " Enable physics package" in Setting.
in the physics package, \div is for the divergence, so if U enable the package, U should use the \divsymbol instead \div
duplicated with #5506
