Tools
Markdown Input
83 words · 566 chars · 33 lines
Preview

Welcome to Markdown Preview

A live side-by-side editor with instant rendering — no dependencies.

Features

  • Real-time rendering
  • Bold and italic text support
  • inline code highlighting
  • Links work too
  • Strikethrough support

Code Block

function greet(name: string): string {
  return `Hello, ${name}!`;
}
console.log(greet("tools"));

Blockquote

"Code is like humor. When you have to explain it, it's bad." — Cory House

Ordered List

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