A simple web application that allows you to write markdown and convert it to PDF. The application provides a live preview of the HTML output as you type.
- Markdown editor with live preview
- Syntax highlighting using Highlight.js
- Format markdown button for better readability
- Print to PDF using the browser's native functionality
- Minimal and clean UI
- Simply open
index.html
in your web browser - Write or paste your markdown in the left panel
- See the live HTML preview in the right panel
- Use the "Format Markdown" button to improve the formatting of your markdown
- Click "Print to PDF" to open your browser's print dialog, where you can save as PDF
- Vue.js 3 - Frontend framework
- Marked - Markdown to HTML conversion
- Highlight.js - Syntax highlighting
- Browser's native print API - For generating PDFs
This is a standalone HTML application with no build steps required. Just edit the HTML file directly.
Created by Krushn Dayshmookh. Fully AI Generated using claude-3.7-sonnet-thinking on Cursor.
MIT