MDCat
MDCat is like cat, but it pretty-prints Markdown text.
Configuration File
An optional configuration file can be located in one of these three locations (in order of precedence):
$XDG_CONFIG_HOME/mdcat/mdcat.ini
$HOME/.config/mdcat/mdcat.ini
/etc/mdcat.ini
The configuration file uses a plain INI format. Unknown keys are ignored. Here is a sample configuration file with all the valid keys, as well as the defaults:
```ini [colors] blockQuote = BrightBlack thematicBreak = BrightBlack codeBlockColor = BrightGreen htmlColor = BrightBlack linkColor = Cyan inlineCodeColor = Yellow
h1 = Green h2 = Magenta h3 = Cyan h4 = Red h5 = Blue h6 = Default ```
Current Limitations
These are some known limitations for MDCat:
- Markdown variations, like GitHub Flavored Markdown, are not supported.
- HTML Blocks are not supported (inline HTML is, however).
- No generation of a Table of Contents.