Math
Math is rendered with KaTeX, fully self-hosted
(fonts included in the build output — no CDN, no runtime download).
Inline
The reading-time estimate is t=⌈w/200⌉ minutes, where
w is the word count.
Block
cosine similarity=∥A∥∥B∥A⋅B
The graph view lays out notes with a force-directed simulation:
Fij=krij2qiqj(repulsion between unconnected nodes i,j)
i=1∑n(xi−xˉ)2=variance×n
Disabling math
mdgarden config set features.math false skips loading KaTeX's CSS and
fonts entirely for vaults that don't need it.