Go to file
tforgione e21c9a7619 Merge pull request 'Add tests' (#2) from williamdes/md2pdf:improvements into master
Reviewed-on: #2
2022-10-03 17:51:28 +02:00
src Adjust tests after recent changes 2022-10-03 17:42:00 +02:00
.gitignore Initial commit 2019-07-15 10:51:44 +02:00
Cargo.lock Import logic from crate md2tex 2022-10-03 17:40:16 +02:00
Cargo.toml Import logic from crate md2tex 2022-10-03 17:40:16 +02:00
README.md Mark uage block as sh command 2022-10-02 20:30:01 +02:00

README.md

md2pdf

A small utility to convert markdown files to pdf exploiting tectonic.

Usage

md2pdf -i input.md -o output.pdf

Thanks to tectonic, we're able to convert markdown to LaTeX to PDF really easily.