md is a simple Markdown renderer for the terminal that uses
Glamour.
It exists because Glow didn't work well within the
fzf preview when using custom styles and
colors. md honors the GLAMOUR_STYLE environment variable and works with the
Catppuccin Glamour theme.
Install
Releases
Check the releases page for the
full list of pre-built binaries.
Download the release for your os/arch
Unzip to archive to get the md binary
Add the md binary to your PATH
Source
go install github.com/ricoberger/md@latest
Development
To build and run the binary the following commands can be used: