Math & Equations

Math Node

Specification

Math node for presenting numbered equations

type: string, ("math")
See also
enumerated: boolean, optional
count this math block for numbering based on kind, e.g. See equation (1a)
enumerator: string, optional
resolved enumerated value for this math block
identifier: string, optional
See also
label: string, optional
See also
value: string
See also
position: object, optional, ()
See also
data: object, optional
See also

Example

Markup
AST
Render
```{math}
:label: matrix
Ax = b
```

Inline Math Node

Specification

Fragment of math, similar to InlineCode, using role {math}

type: string, ("inlineMath")
See also
value: string
See also
position: object, optional, ()
See also
data: object, optional
See also

Example

Markup
AST
Render
This is genius {math}`e=mc^2`