Enum pandoc_ast::ListNumberStyle [] [src]

pub enum ListNumberStyle {
    DefaultStyle,
    Example,
    Decimal,
    LowerRoman,
    UpperRoman,
    LowerAlpha,
    UpperAlpha,
}

Style of list numbers.

Variants

Trait Implementations

impl Debug for ListNumberStyle
[src]

Formats the value using the given formatter.