pub type TableCell = Vec<Inline>;
A table cell is a vector of inlines (text, links, etc.).
struct TableCell { /* private fields */ }