A simple, fast Markdown editor with live preview.
h1 through h6code and fenced code blocksfunction greet(name) {
return "Hello, " + name + "!";
}
console.log(greet("World"));
Unordered:
Ordered:
Blockquotes are great for highlighting important information
and can span multiple lines.
That's it! Start editing to see the preview update in real time.