mdpre - Markdown Preprocessor
This Python 3 script allows you to take a file with certain embellishments to Markdown and convert it into regular Markdown
Features include
Basic usage:
mdpre < document.mdp > document.markdown
It’s suggested you use a file extension other than .markdown or .md for the input file. .mdp is the one the developer uses.
mdpre uses stdin and stdout so you can use this as part of a pipeline.
It also uses stderr for all messages.
Verbose mode (-v
) gives you lots of messages.
You can also specify all files - inout, output, log, makefile fragment - on the command line.
For syntax help use -h
.
Latest release is here.
Please note, and plan accordingly:
md2pre moves forward on Python every so often to: