This page verifies the global rendering features configured for the site.

Math Rendering#

Inline math works with \(e^{i\pi} + 1 = 0\).

Block math works too:

$$ \int_0^1 x^2 \, dx = \frac{1}{3} $$

Mermaid Diagram Rendering#

This block checks Mermaid code fences and the site’s interactive diagram wrapper.

flowchart TD Start[Start] --> Write[Write Markdown] Write --> Build[Run Hugo] Build --> Deploy[Push to Vercel]

Raw HTML Rendering#

This disclosure widget is authored as raw HTML inside Markdown.

Toggle a raw HTML block

This paragraph is embedded as raw HTML inside Markdown.

Inline SVG Rendering#

This badge is written as inline SVG and should render without escaping.

SVG OK

Interactive Canvas Rendering#

This canvas demo shows how the unit ball changes as the p-norm changes.

p = 2.0
p=1: Diamond (Manhattan) p=2: Circle (Euclidean) p -> infinity: Square

Tabbed Interactive Explanation#

This larger demo checks tabs, sliders, and dynamic calculations inside a single embedded component.