OE
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  
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  
### 编辑模式 * `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**`...