Type Alias pandoc_ast::TableCell

source ·
pub type TableCell = Vec<Block>;
Expand description

Table cells are list of Blocks

Aliased Type§

struct TableCell { /* private fields */ }