🧰Formatty

Markdown Preview

Markdown Preview

Live markdown editor with real-time preview. Supports GitHub Flavored Markdown.

Markdown
31 lines
Preview
Live preview

Welcome to Markdown Preview

This is a live preview of your Markdown content. Try editing this text!

Features

  • Bold and italic text
  • Headings from H1 to H6
  • Lists (ordered and unordered)
  • Links
  • Inline code and code blocks

Code Example

function greet(name) {
  console.log(`Hello, ${name}!`);
}

This is a blockquote. It's great for highlighting important information.

Name Role
John Developer
Jane Designer

Tip: Press Ctrl+B for bold, Ctrl+I for italic!

Quick Reference

Basic Syntax

**bold**bold
*italic*italic
~~strike~~strike
`code`code

Headings

# H1H1
## H2H2
### H3H3

Links & Images

[text](url)

![alt](image.jpg)

> blockquote

About Markdown

Markdown is a lightweight markup language created by John Gruber in 2004. It allows you to write formatted text using plain text syntax. This previewer supports GitHub Flavored Markdown (GFM), including tables, task lists, and syntax highlighting.