SimpleFootnoteDefinition

Type Alias SimpleFootnoteDefinition 

Source
pub type SimpleFootnoteDefinition = FootnoteDefinition<()>;
Expand description

Simple footnote definition without user data (backward compatible)

Aliased Type§

pub struct SimpleFootnoteDefinition {
    pub label: String,
    pub blocks: Vec<Block>,
    pub user_data: (),
}

Fields§

§label: String

Normalized label (without leading ^).

§blocks: Vec<Block>

Footnote content (blocks).

§user_data: ()

User-defined data associated with this footnote definition