@@ -22,14 +22,15 @@ monofontoptions:
- Scale=MatchLowercase
- StylisticSet=3
csquotes: true
-links-as-notes: true
highlight-style: monochrome
citemethod: biblatex
+hyperrefoptions:
+ - breaklinks=true
...
EOF
cat $MDFILE >> $FILE
-pandoc -f markdown -t pdf --pdf-engine='lualatex' -o $PDFFILE $FILE
+pandoc -f markdown -t pdf --highlight-style monochrome --pdf-engine='lualatex' -o $PDFFILE $FILE
rm $FILE