Markdown Maestro Logo

Markdown Maestro

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!

  1. Write some Markdown on the left.
  2. See the result on the right.
  3. 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.