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