Markdown Editor

Live Markdown Editor

Write markdown with real-time preview and export options

0 words • 0 characters
Markdown Editor

Editor

Preview

Welcome to Markdown Editor

This is a live preview markdown editor with syntax highlighting and export options.

Features

- ✅ Real-time preview
- ✅ Syntax highlighting
- ✅ Export to HTML/PDF
- ✅ Local storage
- ✅ Full-screen mode

Code Example

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

console.log(greet('World'));
``

Lists

Unordered List


- Item 1
- Item 2
- Nested item
- Another nested item

Ordered List


  • First item

  • Second item

  • Third item
  • Links and Images

    Visit GitHub

    Tables

    | Feature | Status | Priority |
    |---------|--------|----------|
    | Editor | ✅ Done | High |
    | Preview | ✅ Done | High |
    | Export | ✅ Done | Medium |

    Blockquotes

    "The best way to predict the future is to invent it." - Alan Kay

    Emphasis

    Italic text and bold text and bold italic text.

    You can also use strikethrough text.


    Happy writing! 🚀

    Export Options