md2pdf

pandoc wrapper for converting markdown to pdf
Index Commits Files Refs README
commit 5f2095c942b3b4757e78fdf14e429fa96ed9284e
parent a45f4b35fc2df3ca0830e39f586d6e56e9dcff10
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Fri, 11 Jul 2025 21:22:55 -0300

update `README.md`

Diffstat:
MREADME.md | 17+++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -8,6 +8,17 @@ purpose is to generate a similar PDF to the one generated with
 
 ![pdf](https://user-images.githubusercontent.com/64109770/235328806-cb7bd0aa-0b7e-44d3-b162-aa50a482d3a7.gif)
 
+## Usage
+
+```sh
+$ md2pdf
+md2pdf [OPTIONS] <input>.md
+OPTIONS:
+  -H, --style <file>.tex
+  -l, --lua-filter <file>.lua
+  -o, --output <file>
+```
+
 ## Dependencies
 
 - [Pandoc](https://pandoc.org/)
@@ -29,9 +40,3 @@ $ cp ./md2pdf $HOME/.local/bin
 ```shell
 # cp ./md2pdf /usr/bin
 ```
-
-## Usage
-
-```shell
-$ md2pdf <input_file.md>
-```