Releases: MartinPacker/md2pptx
v2.2.3 Entity/Numeric Character References In Code
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
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
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
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
2.1 Multiple code / table blocks per slide
v2.0.2 code block can be mixed on a slide with other block
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
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
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
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
Were in the v1.9.3 code but forgot to document them.