14 lines
302 B
Markdown
14 lines
302 B
Markdown
# md2pdf
|
|
|
|
*A small utility to convert markdown files to pdf exploiting
|
|
[tectonic](https://tectonic-typesetting.github.io).*
|
|
|
|
### Usage
|
|
|
|
```
|
|
md2pdf -i input.md -o output.pdf
|
|
```
|
|
|
|
Thanks to [tectonic](https://tectonic-typesetting.github.io), we're able to
|
|
convert markdown to LaTeX to PDF really easily.
|