Skip to content

Releases: MartinPacker/md2pptx

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.

v1.9.3 Code Slide formatting tweaks

21 Mar 19:46
Compare
Choose a tag to compare

You can specify how many columns the code on a code slide occupies. You can also override the default ratio of fixed pitch font character height to character width (1.2).

v1.9.2 Title-less slides, pre, code, triple backtick

16 Mar 16:30
Compare
Choose a tag to compare

Enhancements in 2 areas:

  • You can create slides without titles
  • You can create code slides where the code is syntax coloured - with <pre>. Also you can use triple backtick and <code> for code slides (as well as the pre-existing indent-by-4-characters method).

v1.9.1 Mostly restructuring

06 Mar 14:55
Compare
Choose a tag to compare
1.9.1 restructuring