Type Alias pandoc_ast::TableBody

source ·
pub type TableBody = (Attr, RowHeadColumns, Vec<Row>, Vec<Row>);