Convert markdown to roff.
If you use eqn
you can use the math-context:
Just pipe the output of mdroff
to groff
.
# Use the '-e' flag if your using 'eqn'
mdroff your_file.md | groff -ms -e -k -Tpdf > output.pdf
Convert markdown to roff.
If you use eqn
you can use the math-context:
Just pipe the output of mdroff
to groff
.
# Use the '-e' flag if your using 'eqn'
mdroff your_file.md | groff -ms -e -k -Tpdf > output.pdf