burnmd
v1.0.3
Published
🔥 BurnMD — A beautiful Markdown to PDF converter
Readme
🔥 BurnMD
A beautiful Markdown to PDF converter.
Features
- Beautiful Styles: Purple-accented professional theme out of the box.
- GFM Support: Full support for GitHub Flavored Markdown, including tables, task lists, and emojis.
- Smart Image Resolution: Automatically resolves relative image paths.
- High Quality: Uses Puppeteer (headless Chrome) for pixel-perfect PDF rendering.
- CLI First: Simple, powerful command-line interface.
Quick Start
Installation
# Install globally via npm
npm install -g burnmdUsage (CLI)
Convert a markdown file to PDF:
burnmd my-proposal.mdSpecify an output path and title:
burnmd proposal.md -o final_report.pdf --title "Q1 Project Report"Development
npm run dev -- <input>: Run without building (using ts-node).npm run build: Compile TypeScript to JavaScript.npm start -- <input>: Run the compiled version.
License
MIT
