OE

Results 3 issues of OE

There is no $$ in source code(Markdown); how to edit Math formula in Markdown ouput? And $$ formula $$ in source code doesn`t work when preview ![Image](https://github.com/user-attachments/assets/afbcb3c7-f9b1-40f0-91b6-5f56093f1170) ![Image](https://github.com/user-attachments/assets/287b2205-08a6-4258-ab60-bcdfa40eb839)

There is no $$ in source code(Markdown); how to edit Math formula in Markdown ouput? And $$ formula $$ in source code doesn`t work when preview ![Image](https://github.com/user-attachments/assets/afbcb3c7-f9b1-40f0-91b6-5f56093f1170) ![Image](https://github.com/user-attachments/assets/287b2205-08a6-4258-ab60-bcdfa40eb839)

### 编辑模式 * `wysiwyg` 所见即所得模式 * `ir` 即时渲染模式 * `sv` 分屏编辑预览模式 ### 描述问题 请教一下,目前有md-html-md的需求,我将Md公式`$a^2 + b^2 = c^2$`通过getHTML转成html的格式: ```html a^2 + b^2 = c^2 ``` 再通过html2md转回MD得到的结果是`**a^2 + b^2 = c^2**`...

修复缺陷