Releases: MartinPacker/md2pptx
v5.2.2 Richer Checklist Items
This release allows for styled checklist items. It's a small change on the surface but a lot of under-the-covers restructuring had to happen.
v5.2.1 Coloured Checklist Items
You can optionally have checklist items ticks / crosses coloured green / red - as appropriate.
v5.2 Indented Checklists & Bullet Removal
Fixed symbol resolution in footers. Tweaked RunPython.ensureTextbox. Added RunPython.removeBullet, RunPython.removeBullets, and RunPython.removeSelectedBullets. Checklists can be indented.
v5.1 Checklist Slides
One minor bugfix plus the ability to create checklist slides from CSV files.
This might require a very short snippet of Python but an example is given and it means you can update slides by editing a CSV file and re-building your presentation.
v5.0.2 More Helper Routines + UTF-8 On Input
Addresses Issue 161 - and probably fixes it for good.
Also more helper routines - RunPython.filterRows
and RunPython.transposeArray
.
Also added columns
parameter to RunPython.makeChartData
.
v5.0.1 More RunPython Helper Routines
The RunPython capability adds two new functions: RunPython.alignTableCellText
and RunPython.makeDrawnShape
.
These are both capabilities that Markdown has no expression for - but are useful as "flat file presentation" capabilities.
v5.0 run-python
In this release you can embed inline python code which will be run when it is encountered. This allows things like graph creation and table manipulation.
v4.6.1 Fix breakage to hidden
hidden
didn't work if you hadn't explicitly coded it.
v4.6 Slide Hiding In Slideshows
v4.5 Font Size In Span Elements
Satisfies Issue 158.