Skip to content

Releases: MartinPacker/mdpre

v1.1.5 Fix `=csvflow` Issues

12 Mar 21:02

Choose a tag to compare

Fixes two =csvflow issues: 46 and 47.

v1.1.4 Calendar Enhancements

08 Mar 15:57

Choose a tag to compare

Made it easier to use =cal etc.

v1.1.3 Variable Substitution Rules Relaxed

28 Sep 12:51

Choose a tag to compare

This release relaxed the rules for variable substitution slightly. Addresses Issue 45.

v1.1.2 Bug Fix For Crasher

19 Aug 15:11

Choose a tag to compare

Fixes Issue 42 - which was a serious crasher (but probably one seldom seen).

Note: This bug truncated the User Guide for md2pptx - which has now been repaired.

v1.1.1 Urgent Fix For `=csvflow`

09 Jun 19:07

Choose a tag to compare

v1.1 Enhancements To The CSV-To-Markdown-Table Code

08 Jun 15:18

Choose a tag to compare

Addressed 4 issues:

  • Issues 35, 36, 37, 39 are CSV related enhancements.
  • Issue 38 is a bugfix.

v1.0 Filenames As Command Line Parameters

25 May 15:15

Choose a tag to compare

This release supports filenames being specified on the command line. It sets variables you can use in your document for all the filenames you specify this way, with values like stdin as fallbacks.

This release addresses Issue 1 and Issue 29

v0.9 Platform Variables and RegExp Match Based Conditional Inclusion

17 May 15:39

Choose a tag to compare

This release provides two, potentially related enhancements:

  • Setting some variables based on Python's platform module: Issue 33.
  • Adding variable tests for regular expression matches - using Python's re module: 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.

v0.8.1 stderr for =def commands, =ifempty, =ifnotempty

09 May 16:10

Choose a tag to compare

Tweaks to usability of =def with command strings:

  1. stderr can be saved to a variable.
  2. =ifempty and =ifnempty - most especially for existence of stderr text in a variable.

Addresses Issues 30, 31, 32.

v0.8 Variables From Command Execution

03 May 10:35

Choose a tag to compare

You can create variables from the output of command line executions. Obviously dependent on your operating environment.

Addresses Issue 28.