MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
179 stars 26 forks source link

Make Text Parsing More Robust #159

Closed MartinPacker closed 3 weeks ago

MartinPacker commented 1 month ago

Today relies on injecting odd codes. Got caught out by ø recently.

MartinPacker commented 3 weeks ago

The solution was to use Unicode noncharacters. Currently using the range FFD0-FFEF but not all of them yet. (There are 66 noncharacters, including some other ranges.)

The point of them is that nobody should be using them.

MartinPacker commented 3 weeks ago

Coded.

MartinPacker commented 3 weeks ago

Documented and shipped in v4.6.