SnapTools

๐Ÿ“ Markdown Editor

Write and preview Markdown with live preview and syntax highlighting


Editor
Preview

Welcome to SnapTools Markdown Editor

This is a live preview markdown editor. Start typing on the left to see the preview on the right!

Features

  • Bold text with **text** or __text__
  • Italic text with *text* or _text_
  • Bold and italic with ***text***
  • Inline code with backticks
  • Links with [text](url)

Lists

Unordered list:

  • Item 1
  • Item 2
  • Item 3

Ordered list:

  1. First item
  2. Second item
  3. Third item

Code Blocks

function hello() {
  console.log("Hello, World!");
}

Blockquotes

This is a blockquote.
It can span multiple lines.

Images

Alt text


Happy writing! ๐Ÿ“