MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
222 stars 35 forks source link

<span> support should allow single quote for class specification #28

Closed MartinPacker closed 4 years ago

MartinPacker commented 4 years ago

Currently it seems double quote or no quote are supported. Investigating. Also want to allow more flexibility between the <span and the class="blue"> parts. Maybe even spaces/tabs after "blue" and before >.

This would require a regular expression match, not a first for md2pptx, I think.

MartinPacker commented 4 years ago

Done in span branch: Single quote and also any number of spaces between <span and class.

MartinPacker commented 4 years ago

Thought I'd fixed it but didn't know how. Turns out I hadn't. :-)

MartinPacker commented 4 years ago

Now it looks like I had.