markdown2pdf.sh 103 B

12
  1. for file in *.md; do pandoc --latex-engine=xelatex -t latex+tex_math_dollars -o
  2. $file.pdf $file; done