Math

Dendron uses Katex to render math.

  • Expressions inside $...$ will be rendered using inline format.
  • Expressions inside $$...$$ will be rendered using block format.

Examples

Inline

$f(x) = sin(x)$

will render as

f(x)=sin(x)f(x) = sin(x)

Block

$$
f(x) = sin(x)
$$

will render as

f(x)=sin(x)f(x) = sin(x)

Cook

Turn off inline rendering

Due to inline rendering, lines with $...$ will be rendered using Katex. To turn off this behavior, add the following to your workspace settings

"markdown-preview-enhanced.mathRenderingOption": "None",

Backlinks