mdcat

Render markdown documents with syntax highlighting in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Show markdown documents on text terminals

Commands

mdcat

Examples

Display a markdown file in the terminal$ mdcat README.md
View markdown from standard input$ cat document.md | mdcat
Display markdown with paging$ mdcat CHANGELOG.md | less