MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
206 stars 31 forks source link

Python comment lines in code blocks are handled improperly #157

Closed MartinPacker closed 1 month ago

MartinPacker commented 3 months ago

If a line in a code block begins with an octothorpe (#) it's treated as starting a new slide or card. It shouldn't be - else e.g. python code snippets can't have comments starting on the beginning of a line.

MartinPacker commented 3 months ago

Checked and indented comments are OK.

MartinPacker commented 1 month ago

Fixed in 5.0. Closing.