msee
is a command-line tool to read markdown
file.
And it's a library help your command-line software to output readable markdown content.
- Foo: strong
- Bar:
code
- Baz: emphasis
This is a blockquote. This is the second paragraph in the blockquote.
function hello(name) {
console.log('Hello ' + name);
}
hello('msee');
`raw` text...
See: GitHub