Releases: MartinPacker/mdpre
Releases · MartinPacker/mdpre
Release list
v1.2.1 Better Gutters For `=csvflow`
v1.2 Cheetah Templates
This release includes optional use of Cheetah 3 templates.
It also adds --version and --help command line parameters. (The latter is an alternative to -h.)
It also fixes Issue 48.
v1.1.5 Fix `=csvflow` Issues
v1.1.4 Calendar Enhancements
Made it easier to use =cal etc.
v1.1.3 Variable Substitution Rules Relaxed
This release relaxed the rules for variable substitution slightly. Addresses Issue 45.
v1.1.2 Bug Fix For Crasher
v1.1.1 Urgent Fix For `=csvflow`
Fixes Issue 40.
v1.1 Enhancements To The CSV-To-Markdown-Table Code
v1.0 Filenames As Command Line Parameters
v0.9 Platform Variables and RegExp Match Based Conditional Inclusion
This release provides two, potentially related enhancements:
- Setting some variables based on Python's
platformmodule: Issue 33. - Adding variable tests for regular expression matches - using Python's
remodule: Issue 34.
You might, for example, set a variable using a different command string if on Windows versus Mac OS. The combination of these two would let you do that.