Files
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

504 B

@docmd/plugin-math

Adds LaTeX mathematics to your docmd site via KaTeX - inline $...$ and block $$...$$ syntax, rendered client-side with no server overhead. An optional plugin, installed separately.

docmd add math
$E = mc^2$

$$
\sum_{i=1}^n i^2 = \frac{n(n+1)(2n+1)}{6}
$$

Part of the docmd documentation engine.

Documentation

See docs.docmd.io for full usage and API reference.

License

MIT