Releases: MartinPacker/mdpre
v0.6.9 Bug / Deprecation Fixes
v0.6.8 Fix for over-aggressive stripping
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
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
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
is output instead.
v0.6.5 =ifdef Crash Fix
Fixes Issue 23 where =ifdef
crashes if the subject variable is undefined.
Also added message if outstanding =endif
s at end of the run.
v0.6.4 Fix to =cal processing
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
=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
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
Where you specify day numbers within a =cal
/ =endcal
bracket these can be ranges of day numbers.
v0.6 Month Calendar Generation
Enhancement per Issue 15.