MartinPacker / md2pptx

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

Quotes as entity references #140

Closed MartinPacker closed 1 year ago

MartinPacker commented 1 year ago

Single quotes, double quotes, backticks are not available as symbols - using standard HTML entity references. Yes, they can be done using numeric character references.

It's possible Markdown should allow them to be escaped. That's worth considering, too.

MartinPacker commented 1 year ago
MartinPacker commented 1 year ago

Coded all the above and documented. Will be in the next commit and push.

MartinPacker commented 1 year ago

At the same time refactored symbols.py to use a list of tuples. Each tuple is a search term plus its replacement.

MartinPacker commented 1 year ago

Shipped in v4.1