https://github.com/codam-coding-college/markdown-to-pdf
A script to convert markdown files (.md) to pdf files styled like GitHub
https://github.com/codam-coding-college/markdown-to-pdf
markdown markdown-converter pdf-generation
Last synced: 2 months ago
JSON representation
A script to convert markdown files (.md) to pdf files styled like GitHub
- Host: GitHub
- URL: https://github.com/codam-coding-college/markdown-to-pdf
- Owner: codam-coding-college
- Created: 2022-04-06T11:34:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T13:28:36.000Z (about 4 years ago)
- Last Synced: 2025-10-09T00:07:57.107Z (9 months ago)
- Topics: markdown, markdown-converter, pdf-generation
- Language: CSS
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown to PDF
This script converts markdown files (.md) to pdf files styled like GitHub
## Requirements
`NodeJS >= 16.x`
## Usage
`npm install`\
`npm run build`\
`node build/app.js input.md output.pdf`