Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: MartinPacker/md2pptx

v6.0.3 Table Captions

26 Oct 16:01
2b34315

Choose a tag to compare

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

12 Oct 15:40

Choose a tag to compare

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

13 Sep 16:37

Choose a tag to compare

This release adds some flexibility to checklist creation. It also makes the (optionally) emitted AppleScript a little better.

Specifically it addresses the following issues:

  • Issue 194 - for better AppleScript.
  • Issue 195 with additional flexibility for checklists.

Read the docs for Issue 195 in particular.

v6.0 AppleScript Emission For Postprocessing

29 Aug 15:44

Choose a tag to compare

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

20 Aug 10:24

Choose a tag to compare

Added the ability to shade table cells using a <style class=> element..

v5.4.4 Bugfix For Issue 190

13 Jul 13:41

Choose a tag to compare

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

14 Apr 08:21

Choose a tag to compare

Fixes bugs reported in Issue 185.

v5.4.2 Bugfixes

12 Apr 14:08

Choose a tag to compare

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

08 Mar 09:57

Choose a tag to compare

v5.4 Three Exit Points

23 Feb 16:24

Choose a tag to compare

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.