md2pdf

pandoc wrapper to convert markdown to pdf
Index Commits Files Refs README
commit 51db6943a0e1c3826bda67a352eb002eb7c245c1
parent bc87f9bfddf4539e8e018cc802fecd5d1f3c58e2
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sat, 29 Apr 2023 20:56:51 -0300

add README.md

Diffstat:
AREADME.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,15 @@
+# Markdown to PDF
+
+This is a markdown to pdf wrapper for pandoc, its main purpose was to generate
+a similar PDF to the one generated with [Obsidian](https://obsidian.md/) by
+default.
+
+## Example output
+
+![pdf](https://user-images.githubusercontent.com/64109770/235328806-cb7bd0aa-0b7e-44d3-b162-aa50a482d3a7.gif)
+
+## Dependencies
+
+- [Pandoc](https://pandoc.org/)
+- [Inter font](https://fonts.google.com/specimen/Inter)
+- [Fira math font](https://github.com/firamath/firamath)