Skip to content

Releases: MartinPacker/mdpre

v0.6.9 Bug / Deprecation Fixes

17 Sep 09:31
Compare
Choose a tag to compare

Addressed Issue 26 and Issue 27.

Former hits Ubuntu problem. Latter hits Python 3.12+ deprecation nastygrams.

v0.6.8 Fix for over-aggressive stripping

08 Mar 15:34
Compare
Choose a tag to compare

Addresses Issue 25 - where more than just the newline was stripped off the end of each line.

v0.6.7 Convenience Enhancement For Line Breaks

17 Dec 14:30
Compare
Choose a tag to compare

Per Issue 24...

... A <br/> starting a line ensures the it is concatenated to the previous line. This to allow lists with breaks without adding a backslash to the last item in the list.

v0.6.6 Calendar Blank Cell Fix

30 Nov 16:37
Compare
Choose a tag to compare

Previously blank cells in Calendar tables (using =cal) would output a blank cell - with no characters in it. This is wrong for md2pptx rendering so now &nbsp; is output instead.

v0.6.5 =ifdef Crash Fix

17 Feb 16:03
Compare
Choose a tag to compare

Fixes Issue 23 where =ifdef crashes if the subject variable is undefined.

Also added message if outstanding =endifs at end of the run.

v0.6.4 Fix to =cal processing

16 May 15:44
Compare
Choose a tag to compare

Fixes Issue 18 - where =cal wasn't producing 7 cells on each row. (This would be for a month where the last day wasn't a Sunday.) Markdown processors, including md2pptx, made the last cell on the last line ultrawide.

v0.6.3 =rowspan allows colouring of table rows

05 May 19:05
Compare
Choose a tag to compare

=rowspan allows colouring of all cells in the following table row - in a =csv / =endcsv bracket.

Addresses Issue 17.

v0.6.2 Calendars Have Month Name

19 Mar 17:07
Compare
Choose a tag to compare

The calendar table function (=cal / =endcal) is enhanced to have the calendar month across the top. e.g. "November 2021".

Note: For this to work right with md2pptx you need to be at least at the 2.6.1 level of md2pptx.

Addresses Issue 16.

v0.6.1 Day Ranges For Month Calendars

17 Mar 20:10
Compare
Choose a tag to compare

Where you specify day numbers within a =cal / =endcal bracket these can be ranges of day numbers.

v0.6 Month Calendar Generation

16 Mar 11:48
Compare
Choose a tag to compare