Markdown Editor Toggle System

Toggle between modes: Switch between visual editor and source code view

Keyboard Shortcuts

Shortcut Action
Ctrl + B Bold selected text
Ctrl + I Italic selected text
Ctrl + S Save content
Ctrl + L Load content

Supported Markdown Elements

Element Syntax Features
Headers # H1 to ###### H6 Instant conversion after space
Bold **bold** Real-time conversion after closing *
Italic *italic* Real-time conversion after closing *
Code `code` Inline and block code support
Lists * item, 1. item Instant conversion, nested support
Tables | col | col | Full GFM table support
Links [text](url) Auto-detection on paste
Images ![alt](url) Drag & drop support
Blockquotes > quote Instant conversion after space
Strikethrough ~~text~~ GFM extension support