Markdown Preview

139 words870 characters

Editor

Preview

Markdown Preview

Getting Started

This is a live markdown preview tool. Type in the editor on the left and see the rendered output on the right.

Text Formatting

You can write bold text, italic text, and strikethrough text. You can also use inline code for technical terms.

Links & Images

Here's a link to example and an image:

Placeholder image

Code Blocks

function greet(name) {
  return "Hello, " + name + "!";
}

console.log(greet(&quot;World&quot;));</code></pre>

Lists

Unordered list:

  • First item
  • Second item
  • Third item

Ordered list:

  1. Step one
  2. Step two
  3. Step three

Blockquotes

"The best way to predict the future is to invent it." — Alan Kay

Horizontal Rule


That's it! Start editing to see your markdown rendered in real time.