https://github.com/adamtabrams/mdtopdf
A markdown to pdf converter that uses groff
https://github.com/adamtabrams/mdtopdf
Last synced: 9 months ago
JSON representation
A markdown to pdf converter that uses groff
- Host: GitHub
- URL: https://github.com/adamtabrams/mdtopdf
- Owner: adamtabrams
- Created: 2020-06-09T20:04:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T02:55:27.000Z (over 5 years ago)
- Last Synced: 2023-03-11T07:26:53.825Z (over 3 years ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
The mdtopdf tool takes your markdown files and converts them into a
PDF document. To do this it actually uses groff as an intermediate format.
Groff has been around for a long time and has a superset of markdown's
features.
### The current implementation is a proof of concept.
# Usage
You can test out the current capabilities by running:
```
./mdtopdf tests/basic.md basic.pdf
```