Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 368 Bytes

EXAMPLE.md

File metadata and controls

30 lines (19 loc) · 368 Bytes

Consoul

Display markdown in a terminal.


Why?

Stop dealing with --help. Shove that shit in a markdown file.

A joke is a very serious thing.

http://google.com has a good search tool.

  1. one fish
  2. two fish
  • red fish
  • blue fish
var foo = 'bar';

var baz = function (one, two) {
	if (true) {
		console.log('boom!');
	}
};