Go to file
tforgione 4dbf939317 Merge pull request 'Updates for md2pdf' (#1) from williamdes/md2pdf:master into master
Reviewed-on: #1
2022-10-02 15:27:27 +02:00
src Move some unsafe code and add error implementations 2022-10-02 14:08:11 +02:00
.gitignore Initial commit 2019-07-15 10:51:44 +02:00
Cargo.lock Upgrade clap to v4 2022-10-01 14:00:37 +02:00
Cargo.toml Declare lib and bin in Cargo.toml 2022-10-01 14:02:20 +02:00
README.md Updates readme 2019-07-15 14:45:43 +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.