Skip to content

v0.2.0

Latest

Choose a tag to compare

@rich-iannone rich-iannone released this 09 Jun 20:40
· 2 commits to main since this release
066b172

Multimark v0.2.0 introduces a command-line interface for converting Markdown directly from the terminal. The CLI supports all five output formats, GFM extensions, and rendering options. This makes it easy to use multimark in shell pipelines, scripts, and agent workflows without writing Python.

New Features

  • Command-line interface — New multimark CLI command converts Markdown from a file or stdin to HTML, LaTeX, man, CommonMark, or XML. Supports all GFM extensions (-e table, -e strikethrough, etc.) and rendering flags (--smart, --unsafe, --footnotes, and more). Built with Click for shell completion and automatic help generation. (#1)

  • --width CLI option — Controls line wrapping for LaTeX, man page, and CommonMark output directly from the command line. Defaults to no wrapping; set a column width (e.g., --width 72) to wrap long paragraphs. (#2)

Full Changelog: v0.1.3...v0.2.0