Releases: MartinPacker/md2pptx
v6.0.3 Table Captions
Addressing Issue 176 this release adds support for table captions and whether the caption includes a table number.
v6.0.2 Bugfixes and Checklists Use Icons
I'm grateful to @troutrot for their PR that addresses multiple issues related to footnotes.
I also fixed an issue in paragraph.py that led to colouring of italics not working( Issue 196).
Also replaced characters for markers for checklists with icons - in a new media subdirectory.
v6.0.1 More Flexible Checklists
This release adds some flexibility to checklist creation. It also makes the (optionally) emitted AppleScript a little better.
Specifically it addresses the following issues:
Read the docs for Issue 195 in particular.
v6.0 AppleScript Emission For Postprocessing
With this release md2pptx can emit AppleScript. Running this on Mac OS can do useful things like honouring a bookmark and automatically reloading an open presentation. The script can be automatically executed at the end of a md2pptx run.
v5.4.5 style.cellcolor
Added the ability to shade table cells using a <style class=> element..
v5.4.4 Bugfix For Issue 190
Fixes Issue 190.
This issue is a case where an image graphic effectively has no file extension but is nonetheless a JPEG. By looking at the first three bytes in the file md2pptx can now spot a JPEG under these circumstances.
v5.4.3 Bugfixes for span style
Fixes bugs reported in Issue 185.
v5.4.2 Bugfixes
Fixes the two bugs reported in Issue 184.
Also adds a shell script in /docs to run mdpre to build the documentation. This is makedocs.
v5.4.1 Bugfix for Issue 179
v5.4 Three Exit Points
You can now optionally specify python routines for 3 key points in md2pptx's processing. You can also run python routines from named files on individual slides.