Vanessa219 / vditor

♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
https://b3log.org/vditor
MIT License
8.49k stars 873 forks source link

Latex无法解析以数字开头的公式 #1547

Closed justice2001 closed 9 months ago

justice2001 commented 9 months ago

编辑模式

描述问题

无法解析以数字开头的公式,如果出现以数字开头的公式会直接原样输出。

$1234*\frac{a}b$

期待的结果

应当正确渲染公式

截屏或录像

截屏2024-01-23 19 25 30

版本信息

其他信息

https://github.com/justice2001/halo-plugin-vditor/issues/22 (第一条)

Vanessa219 commented 9 months ago

需要设置

     preview: {
            math: {
                inlineDigit: true,
            },
        },