Markdown Preview
Write markdown and see it rendered in real-time with customizable themes. Supports syntax highlighting, multiple themes, and export options.
Welcome to Markdown Preview
Start typing to see your markdown rendered in real-time.
Features
- Bold and italic text
- Code blocks with syntax highlighting
- Multiple themes to choose from
Try pressing Ctrl+B for bold or Ctrl+I for italic!
function greet(name) {
console.log(`Hello, ${name}!`);
}