Skip to content

Releases: MartinPacker/md2pptx

v2.2.3 Entity/Numeric Character References In Code

25 Jul 09:35
Compare
Choose a tag to compare

You can now code entity references (eg ×) and numeric character references (eg ❶) in code. The latter could, for example, enable you to label lines of code and describe the code in a table on the same slide.

v2.2.2 Fixed bug with code blocks repeated on subsequent slides

22 Jul 12:54
Compare
Choose a tag to compare

When beginning to create a new slide the list of code blocks should be re-initialised. It wasn't being.

This release solely contains a fix for that.

v2.2.1 Better/Fixed Slide Notes; AdjustTitles metadata item

19 Jul 19:31
Compare
Choose a tag to compare

Slide notes were broken. Now they're fixed and better than ever - with support for eg hyperlinks and <abbr> elements.

Added AdjustTitles metadata item. Overriding the default by specifying no stops md2pptx moving and resizing titles in its attempt to enforce consistency across the presentation.

v2.2 Control over indentation in lists

20 Jun 16:48
Compare
Choose a tag to compare

You can control whether it's 2 spaces per indentation level in a bulleted or numbered list, or some other value. (Popular choices are 4 and 2.)

Also fixed a bug that stopped ContentSplitDirection: horizontal from working.

v2.1 Multiple code / table blocks per slide

21 May 16:22
Compare
Choose a tag to compare
2.1 Multiple code / table blocks per slide

v2.0.2 code block can be mixed on a slide with other block

03 May 19:07
Compare
Choose a tag to compare

Previously only lists/cards and tables/graphics could be mixed on a slide. Now code blocks are equal participants. Fulfills Issue 74.

v2.0.1 Fix for "three up graphic" bug and a few new entity references

01 May 16:18
Compare
Choose a tag to compare

Fixes issue 73 - where an "inverted T" set of three graphics on a slide would see the top one left aligned instead of centred.

Also a few maths-related entity references added.

v2.0 Two content blocks on a slide

11 Apr 16:53
Compare
Choose a tag to compare

For certain content block types - bullets / numbers , tables, graphics - there is some ability to put two on a slide: Bullets / numbers and (graphics or table).

This has required a significant refactoring of the rendering code.

v1.9.5 Card Slide Gap Specification. Heading Level Specification

28 Mar 20:13
Compare
Choose a tag to compare

This release supports Card Slide Gap size tweaking. Also Heading Level Specification - so that, for example, the Presentation Title Slide could be Heading Level 2, and so on.

v1.9.4 Code Slide Foreground and Background Colour Tweaking

21 Mar 20:07
Compare
Choose a tag to compare

Were in the v1.9.3 code but forgot to document them.