_ _ | |_ ___ __| |____ ___ _ _ | __/ _ \/ _` |_ / / _ \ | | | | || __/ (_| |/ / | __/ |_| | \__\___|\__,_/___(_)___|\__,_|
An interesting pandoc command by Calin Leafshade from his video on note-taking using Neovim:
pandoc \
--pdf-engine=xelatex \
-V 'mainfont:DejaVuDerif' \
-V 'mainfontoptions:Extension=.ttf, UprightFont=*, BoldFont=*-Bold, ItalicFont=*-Italic, BoldItalicFont=*-BoldItalic' \
-V 'sansfont:DejaVuSans.ttf' \
-V 'monofont:DejaVuSansMono.ttf' \
-V "geometry:margin=1in" \
-o "$target/$outputFile" $filename &