Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 527 Bytes

Example.md

File metadata and controls

36 lines (24 loc) · 527 Bytes

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

function hello(name) {
    console.log('Hello ' + name);
}
hello('msee');

Code Block

`raw` text...

See: GitHub