Authoring kit reference
Contents
A hidden reference page exercising every shortcode in the authoring kit. Not listed anywhere; reachable only by URL. Use it as a smoke test after template changes.
🔗Math
Inline math like \(e = mc^2\) and a prime \(f'(x)\) (curly-quote-safe), plus a display block:
\[\Pr[\,\|e\| > t\,] \le 2\exp\!\left(-\frac{t^2}{2\sigma^2}\right).\]Math is authored as plain $...$ / $$...$$ in content-src/ and wrapped into
raw shortcodes by scripts/wrap_math.py, so smart_punctuation never touches
it.
🔗Callouts
🔗Figure
🔗Interactive demo
The demo below is a real Rust → wasm demo (demos/noise-budget/) — an LWE
noise-budget visualizer. Build it with just demos; until then it degrades
gracefully to the fallback text.
LWE noise-budget demo (build with just demos).
🔗Footnotes
Footnotes collect at the bottom.1
-
Like this one. ↩