Added
- Tables now use true layout: column widths are distributed proportionally
and shrunk to fit the terminal, with cell content word-wrapped (rather
than overflowing) across as many lines as needed. Columns are shrunk no
further than their longest word where space allows, so wrapping a wide
neighbour column doesn't force an unrelated narrow column to break a
short word apart. <br>inside a table cell now starts a new line within that cell, instead
of being dropped or printed literally (GH #27).
Fixed
- Inline and display math inside table cells now use the Unicode fallback
instead of panicking (GH #28).