Markdown Editor

Features

  • Real-time preview as you type
  • Syntax highlighting for code blocks
  • Responsive design for all screen sizes
  • Auto-save to localStorage
  • Keyboard shortcuts for quick formatting
  • Basic Vim mode for advanced text editing

Keyboard Shortcuts

  • Bold: Ctrl+B / ⌘+B
  • Italic: Ctrl+I / ⌘+I
  • Heading 1: Ctrl+1 / ⌘+1

  • Heading 2: Ctrl+2 / ⌘+2

  • Heading 3: Ctrl+3 / ⌘+3

Code Example

function greeting(name) {
  return `Hello, ${name}!`;
}

console.log(greeting('World'));

Lists

  1. First item
  2. Second item
  3. Third item
  • Unordered list
  • Another item
  • And another

This is a blockquote. It can span multiple lines.

Visit GitHub

Sample Image

Chars: 0Words: 0Paras: 0Links: 0
Ln: 1Col: 1