Markdown Maestro
Your Real-time Markdown Editor
Welcome to Markdown Maestro! This is a simple, open-source Markdown editor built with Next.js.
Features
- Real-time preview: See your rendered Markdown as you type.
- Extensible: Add new features with plugins. For example, you can highlight text like this.
- Themeable: Switch between light and dark modes.
Try It Out!
- Write some Markdown on the left.
- See the result on the right.
- Resize the panes by dragging the divider.
// Example code block
function greet() {
console.log("Hello, from Markdown Maestro!");
}
greet();Blockquotes are great for emphasizing text or quoting someone. This one is styled with the primary color.
For more details, check out the README.md and CONTRIBUTING.md files.