MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
226 stars 36 forks source link

Make Text Parsing More Robust #159

Closed MartinPacker closed 4 months ago

MartinPacker commented 4 months ago

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

MartinPacker commented 4 months 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 4 months ago

Coded.

MartinPacker commented 4 months ago

Documented and shipped in v4.6.