blob: a9eb73f766693b64f1375bf6aa6e7e9bd232db70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# mdv
Markdown viewer which prints a markdown file in a pretty format.
This view is the result of mdv, because all manuals are written
in markdown.
## Usage
```
$ ... | mdv
```
## Notice
By design, **mdv** does only reads from stdin, so if you wish to view a file,
use **read** and pipe it into mdv
|