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: StringNormalized label (without leading ^).
blocks: Vec<Block>Footnote content (blocks).
user_data: ()User-defined data associated with this footnote definition