[][src]Type Definition pandoc_ast::Cell

type Cell = (Attr, Alignment, RowSpan, ColSpan, Vec<Block>);