Go to file
William Desportes 958fd07bed
Add more cases to the input code to test
2022-10-03 17:03:15 +02:00
src Add more cases to the input code to test 2022-10-03 17:03:15 +02:00
.gitignore Initial commit 2019-07-15 10:51:44 +02:00
Cargo.lock Add tests for the library 2022-10-02 20:27:52 +02:00
Cargo.toml Add tests for the library 2022-10-02 20:27:52 +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.