mrdocs::doc::MathInline
An inline LaTeX math expression
Synopsis
struct MathInline
: InlineCommonBase<InlineKind::Math>
Description
Inline LaTeX math, typically between \(…\).
Syntax:
$2 + 2 = 4$ or $x_{i+1}^2$
Member Functions
Name |
Description |
|
Constructors |
|
Virtual destructor for inline hierarchy. |
Static Data Members
Name |
Description |
The variant discriminator constant of the most‐derived class. |
Non-Member Functions
Name |
Description |
Get the plain text representation of an inline element tree. |
|
Get the plain text representation of an inline element tree. |
Created with MrDocs