A simple, elegant markdown editor with real-time preview, PDF export, and copy functionality.
- Real-time markdown preview
- Syntax highlighting for code blocks
- Export to PDF
- Copy rendered content to clipboard
- Responsive design
- Clean and modern UI
This project can be easily deployed to Netlify:
- Push this repository to GitHub
- Go to Netlify
- Click "New site from Git"
- Choose your repository
- Deploy!
To run this project locally:
- Clone the repository
- Open
index.htmlin your browser
That's it! No build process or dependencies to install.
- Write markdown in the left pane
- See the rendered preview in real-time on the right
- Use the "Copy" button to copy the rendered content
- Use the "Export PDF" button to download a PDF version
- HTML5
- CSS3
- JavaScript
- marked.js - Markdown parser
- highlight.js - Syntax highlighting
- html2pdf.js - PDF generation