github BIRSAx2/mdcat mdcat-2.11.0

latest releases: mdcat-2.15.0, mdcat-2.14.0, mdcat-2.13.0...
one month ago

Added

  • --watch/-w to re-render a file on every save, for a live preview while
    editing. Requires a single file argument and a terminal on standard output;
    not compatible with --paginate or reading from standard input.
  • Ratatui widget (MdcatWidget) for rendering Markdown inside TUI applications,
    with optional image overlays via the Kitty, iTerm2, Sixel, or halfblocks
    protocols, and inline math rendering for terminals that support image output.

Fixed

  • Ratatui: reference links after a Markdown image now show the correct URL.
    Previously the image's OSC 8 link consumed the next link's queue entry,
    shifting all subsequent reference targets by one.
  • Ratatui: image overlays inside block quotes and other indented contexts now
    render at the correct column. The indent was computed in bytes rather than
    display-width columns, causing a drift for multi-byte prefix characters.

Don't miss a new mdcat release

NewReleases is sending notifications on new releases.