Skip to content

Releases: MartinPacker/md2pptx

v1.9 Flexibility in slide master slide selection

17 Feb 21:19
Compare
Choose a tag to compare

Allows the user to specify which slide in a template presentation is to be used for each type of slide md2pptx produces.

Sometimes users are handed template presentations where e.g. the blank slide is in the wrong place in the sequence. This helps them fix that.

v1.8.1 Card corners and title placement tweaks

10 Feb 20:20
Compare
Choose a tag to compare

You can specify whether cards have rounded or squared-off corners - on card slides. Similarly whether the cards' titles are above the card body or inside it.

v1.8 SVG image reference support

31 Jan 17:05
Compare
Choose a tag to compare

You can now reference SVG graphics - whether a local file or over the web. Uses CairoSVG. If you want this support you need to be at least at Python 3.6.

Note: Any release on or after 1 March 2021 will require Python at least at the 3.8 level.

v1.7.2 Vertical bars around multiple graphics are optional

24 Jan 17:26
Compare
Choose a tag to compare

Per Issue 47 it is no longer necessary to code vertical bars ("|") to get multiple graphics on a single slide. This should help authoring.

v1.7.1 Bugfix: Hyperlinks in slide titles didn't work

11 Jan 19:12
Compare
Choose a tag to compare

Fixes bug documented in Issue 45: Hyperlinks in slide titles didn't work (because the RegEx parsing the title line was faulty).

v1.7 Numbered List Items

09 Jan 19:25
Compare
Choose a tag to compare

You can use Markdown syntax for numbered list items, and you can intersperse them with bulleted list items.

v1.6.3 - Vertical Card Slides; More Dynamic Metadata

02 Jan 19:53
Compare
Choose a tag to compare

Now Heading Level 4 can mean vertical cards i.e. vertically arranged sections on a slide, compared to the previous horizontally arranged sections (or cards).

Also BaseTextSize and BaseTextDecrement can be specified dynamically, allowing for fine tuning of text sizes on bullet slides.

v1.6.2 - Dynamic Metadata

01 Jan 13:12
Compare
Choose a tag to compare

Allow certain metadata to be specified at a slide level: CardPercent (new), PageTitleSize, and CompactTables. These allow fine tuning of a presentation - without the need to edit the PPTX file generated by md2pptx.

v1.6.1 Allow <a id=""></a> as internal link target

29 Dec 16:26
Compare
Choose a tag to compare

Allowing eg <a id="card-background-colour-cardcolour"></a> as an internal hyperlink target means links work consistently with GitHub's naming convention (if you use the right anchor id format).

v1.6 Card Slides and Case-insensitive Metadata

22 Dec 11:19
8101a8b
Compare
Choose a tag to compare
Merge pull request #41 from MartinPacker/refactorTextbox

1.6 Card Slides