社区 API Demo 成为赞助者
相关 API: options.preview.math.inlineDigit,options.preview.math.macros,options.preview.math.engine
   
new Vditor('vditor', {
      height: 360,
      typewriterMode: true,
      cache: {
        enable: false,
      },
      value: `数字渲染:
$520$

MathJax macros:

\`\`\`json
macros: {
    bf: '{\\\\boldsymbol f}',
    bu: '{\\\\boldsymbol u}',
    bv: '{\\\\boldsymbol v}',
    bw: '{\\\\boldsymbol w}'
}
\`\`\`

$$
\\bf=\\bu+\\bv-\\bw
$$

多行公式块:

$$
\\frac{1}{
  \\Bigl(\\sqrt{\\phi \\sqrt{5}}-\\phi\\Bigr) e^{
  \\frac25 \\pi}} = 1+\\frac{e^{-2\\pi}} {1+\\frac{e^{-4\\pi}} {
    1+\\frac{e^{-6\\pi}}
    {1+\\frac{e^{-8\\pi}}{1+\\cdots}}
  }
}
$$

行内公式:

公式 $a^2 + b^2 = \\color{red}c^2$ 是行内。`,
    })

参与讨论