From quorum
Renders KaTeX math expressions in Mermaid diagrams (flowcharts, graphs, sequence, class). Supports inline ($...$) and block ($$...$$) notation with auto-detection in supported renderers.
npx claudepluginhub berrzebb/quorum --plugin quorumRequires KaTeX to be loaded. In supported renderers, math is auto-detected. Wrap with `$...$` inside labels: ```mermaid flowchart LR A["$E = mc^2$"] --> B["$\\sum_{i=0}^n x_i$"] ``` Wrap with `$$...$$`: ```mermaid flowchart TD A["$$\\int_0^\\infty e^{-x} dx = 1$$"] ``` - Flowchart / Graph - Sequence Diagram (in messages and notes) - Class Diagram (in labels) ``` $x^2$ %% Supe...Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Requires KaTeX to be loaded. In supported renderers, math is auto-detected.
Wrap with $...$ inside labels:
flowchart LR
A["$E = mc^2$"] --> B["$\\sum_{i=0}^n x_i$"]
Wrap with $$...$$:
flowchart TD
A["$$\\int_0^\\infty e^{-x} dx = 1$$"]
$x^2$ %% Superscript
$x_i$ %% Subscript
$\\frac{a}{b}$ %% Fraction
$\\sqrt{x}$ %% Square root
$\\sum_{i=0}^n$ %% Summation
$\\int_a^b f(x)dx$ %% Integral
$\\alpha, \\beta, \\gamma$ %% Greek
$\\rightarrow$ %% Arrow
$\\leq, \\geq, \\neq$ %% Comparison
\\)