trainingproject
Version:
A module to teach you how to module.
37 lines (24 loc) • 527 B
Markdown
Msee
===
`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.
Examples
### List
* Foo: **strong**
* Bar: `code`
* Baz: *emphasis*
### Blockquote
> This is a blockquote.
> This is the second paragraph in the blockquote.
### JavaScript Highlight
```javascript
function hello(name) {
console.log('Hello ' + name);
}
hello('msee');
```
### Code Block
`raw` text...
See: [GitHub](https://github.com/firede/msee)