Type Definition pandoc_ast::Cell

source · []
pub type Cell = (Attr, Alignment, RowSpan, ColSpan, Vec<Block>);