Markdown to PDF is a Hackable CLI tool for converting Markdown files to PDF with Node.js
Are You Truly Ready to Put Your Mobile or Web App to the Test?
Don`t just assume your app works—ensure it`s flawless, secure, and user-friendly with expert testing. 🚀
Why Third-Party Testing is Essential for Your Application and Website?We are ready to test, evaluate and report your app, ERP system, or customer/ patients workflow
With a detailed report about all findings
Contact us nowTable of Content
This is a free and open-source hackable CLI tool for converting Markdown files to PDF using Node.js. It uses Marked to convert markdown to HTML, Puppeteer to convert HTML to PDF, and highlight.js for code highlighting. The source code is small and customizable.
Features
- Concurrently convert multiple Markdown files
- Watch mode
- Use your own or remote stylesheets/scripts
- Front-matter for configuration
- Headers and Footers
- Page Breaks
- Syntax highlighting in code blocks
- Extend the options of the underlying tools
- Programmatic API
- Supports
stdio
- Convert HTML (or inline HTML) to PDF
License
- MIT License