diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..05f5754 --- /dev/null +++ b/compile.sh @@ -0,0 +1,3 @@ +pandoc --read=markdown --write=latex --output=testdoc.tex --standalone test.md + +# alternatively: hack together headless obsidian export