mdv

Styled terminal markdown viewer with syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Styled terminal markdown viewer

Commands

mdv

Examples

View a markdown file with formatting in the terminal$ mdv README.md
Display markdown from stdin with custom theme$ cat document.md | mdv
View markdown file with line numbers and specific columns$ mdv -l -c 80 guide.md