✏️ 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 Previewβœ…High
PDF Exportβœ…High
Templatesβœ…Medium
Dark Modeβœ…Medium

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