ProseMirror Markdown Editor
WYSIWYG
Markdown
# Welcome to ProseMirror Markdown Editor This is a **rich text editor** built with ProseMirror that supports bidirectional conversion between WYSIWYG and markdown modes. ## Features - Seamless switching between WYSIWYG and markdown views - Real-time markdown parsing and serialization - Full ProseMirror editing capabilities - Extensible plugin architecture ### Try it out: 1. Edit this content in WYSIWYG mode 2. Switch to markdown mode to see the raw markdown 3. Make changes in markdown mode 4. Switch back to see the rendered result > This is a blockquote with **bold** and *italic* text. - Bullet point one - Bullet point two - Nested item 1 - Nested item 2 - Bullet point three ```javascript // Code blocks are supported too function hello() { console.log("Hello, ProseMirror!"); } ``` [Learn more about ProseMirror](https://prosemirror.net/)