Compile markdown to LaTeX.
Uses various extensions to provide more-or-less compatibility with Github Markdown and Pandoc Markdown.
Usage: mdtex [-m] [FILE]
If FILE
is not specified, reads from stdin
.
If -m
is specified, syntax highlight code blocks using
minted.
Depending on your setup, this may or may not require installing and configuring
additional Python and/or LaTeX packages.
Furthermore, you will need to pass the -shell-escape
flag to pdflatex
.