Type Definition pandoc_ast::TableHead

source · []
pub type TableHead = (Attr, Vec<Row>);