mdless

View Markdown files with syntax highlighting in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Provides a formatted and highlighted view of Markdown files in Terminal

Commands

mdless

Examples

Display a Markdown file with formatting and colors$ mdless README.md
Pipe Markdown content from another command$ cat document.md | mdless
View Markdown with pager for long files$ mdless --no-pager CHANGELOG.md