Type Alias pandoc_ast::Caption

source ·
pub type Caption = (Option<ShortCaption>, Vec<Block>);
Expand description

Caption of a Table (Short caption, Caption)