Math & Tex #
romero supports math & equation supports through Katex
Configuration #
Must be enabled in configuration (default):
[output.html]
+mathjax-support = true
Examples #
Given the radius of a circle, the area is:
And the circumference is:
Representation in Markdown #
Given the radius $r$ of a circle, the area $A$ is:
$$
A = \pi \times r^2
$$
And the circumference $C$ is:
$$
C = 2 \pi r
$$
100%