Markdown Editor

Output:


h1 Heading

h2 Heading

h3 Heading

Some quote


var foo = function (bar) { return bar++; }; console.log(foo(5));