A minimal CLI utility to quickly preview markdown files in your browser, styled like GitHub.
go install github.com/whatl3y/md@latest
md README.md
Opens the rendered markdown in your default browser. Supports the full GitHub-Flavored Markdown spec: tables, task lists, strikethrough, footnotes, syntax-highlighted code blocks, and more.
Works on macOS, Linux, and Windows.