Enum pandoc_ast::MathType [] [src]

pub enum MathType {
    DisplayMath,
    InlineMath,
}

Type of math element (display or inline).

Variants

Trait Implementations

impl Debug for MathType
[src]

Formats the value using the given formatter.