KaTeX Example
This throwaway guide page exists to prove the math pipeline
(remark-math + rehype-katex + KaTeX CSS) renders correctly in the build.
Inline math
Section titled “Inline math”Euler’s identity is , rendered inline via KaTeX.
Display math
Section titled “Display math”The Rydberg Hamiltonian used across Bloqade Analog:
Mermaid diagram
Section titled “Mermaid diagram”This ```mermaid fenced block is rendered client-side (see
src/components/MermaidHead.astro) and follows the light/dark theme:
graph LR A[Bloqade program] --> B{Mode} B -->|Analog| C[Aquila hardware] B -->|Digital| D[Gemini circuits] C --> E[Results] D --> E[Results]