✏️ Editor
219 words · 1285 chars · 59 lines
Loading editor...
👁️ Preview

Welcome to MK2PDF ✨

A powerful, privacy-first Markdown to PDF editor built with Next.js.


Features

  • Live Preview — See your changes in real-time
  • Rich Formatting — Full GitHub Flavored Markdown support
  • PDF Export — Download high-quality PDFs instantly
  • Templates — Start with professional templates
  • Dark/Light Mode — Choose your preferred theme
  • Privacy First — Everything runs in your browser

Quick Start

Try editing this text on the left panel! The preview will update instantly.

Code Blocks

interface Document {
  title: string;
  content: string;
  createdAt: Date;
}

function createPdf(doc: Document): Promise<Blob> {
  // Your PDF generation logic here
  return generatePdf(doc);
}

Tables

FeatureStatusPriority
Live PreviewHigh
PDF ExportHigh
TemplatesMedium
Dark ModeMedium

Blockquotes

"The best way to predict the future is to create it." — Peter Drucker

Task Lists

  • Install MK2PDF
  • Write your document
  • Export to PDF
  • Share with the world

Made with ❤️ using Next.js, CodeMirror, and React Markdown

Ready
MarkdownUTF-8Ctrl+S to export