CodeYourFuture / CYF-PD

Development Platform for PD team
https://cyf-pd.netlify.app/
Creative Commons Attribution 4.0 International
1 stars 5 forks source link

PD content ingestor adds zero-width spaces #9

Open illicitonion opened 1 year ago

illicitonion commented 1 year ago

Describe the bug

https://github.com/CodeYourFuture/CYF-PD/blob/main/content/blocks/fundamentals-test/readme.md contains a bunch of \uFEFF zero-width non-breaking space characters (e.g. in each "Part 1", "Part 2", etc heading between the "P" and "art") and some \uC2A0 characters.

Not sure why they're there or how they got there, but we should probably remove them, and fix the ingestor to either not add them, or proactively remove them.

It looks like this is maybe caused by https://github.com/decaporg/decap-cms/issues/6602