Skip to content

mdcat-2.14.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:10
· 6 commits to main since this release
mdcat-2.14.0
454d613

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).