I’m using the Rich Text Editor (with Markdown) in WeWeb and I’m wondering if it currently supports rendering math equations using LaTeX or MathJax/Katex syntax or any other syntax?
I’ve tried a few standard formats, including:
Inline math: $a^2 + b^2 = c^2$
Block math:
$
E = mc^2
$
Bracketed blocks:
\[
\frac{1}{2}mv^2
\]
Markdown code blocks with math:
```math
\frac{1}{2}mv^2
But none of them seem to render as equations, just plain text. Does the WeWeb Rich Text Editor currently support math rendering?