Go to file
William Desportes e15c3da583
Bump dependencies without breaking the build and bump MSRV and Rust edition
2022-10-01 13:50:37 +02:00
src Remove a useless ; 2022-10-01 13:43:23 +02:00
.gitignore Initial commit 2019-07-15 10:51:44 +02:00
Cargo.lock Bump dependencies without breaking the build and bump MSRV and Rust edition 2022-10-01 13:50:37 +02:00
Cargo.toml Bump dependencies without breaking the build and bump MSRV and Rust edition 2022-10-01 13:50:37 +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.