md2pdf 0.0.3

A small utility to convert markdown files to pdf exploiting tectonic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.