Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 06 May 08:09
· 103 commits to main since this release

Added

  • Treat unknown non-structured inputs as plain-text passthrough instead of
    failing through the record formatter.
  • Add Markdown passthrough support with .md/.markdown detection,
    --type markdown, Markdown syntax highlighting, and fenced code-block
    highlighting that reuses existing JSON/TOML/XML/Jinja highlighters in the TTY
    viewer.
  • Add TOML passthrough support with .toml detection, --type toml, and TOML
    syntax highlighting in the TTY viewer.