[][src]Type Definition pandoc_ast::Caption

type Caption = (Option<ShortCaption>, Vec<Block>);

Caption of a Table (Short caption, Caption)