Closed MartinPacker closed 4 months ago
Per this issue with python-pptx, allow slides to be programmatically hidden. "Hidden" here has the Powerpoint semantic for same.
Possible syntax:
<!-- md2pptx: hidden: yes -->
This "dynamic metadata" would start hiding slides.
Similarly
<!-- md2pptx: hidden: no -->
would end the hiding.
Coded.
Documented and shipped in v4.6.
Per this issue with python-pptx, allow slides to be programmatically hidden. "Hidden" here has the Powerpoint semantic for same.
Possible syntax:
This "dynamic metadata" would start hiding slides.
Similarly
would end the hiding.