Closed oliveregger closed 3 years ago
ig to check the issue: https://github.com/ahdis/ch-ig/tree/ampersand
see writeup of the whole issue also here: https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/White.20html.20pages.20for.20Profile.20on.20Observation.20with.20ordinal.20Ext
the template does currently not escape the title of the pages.
the title feeded into jekyll comes from temp/pages/_data pages.json, and the entries in there can contain characters which need to be escaped (& is a character which is not escaped in json).
this PR changes the template that the title are escaped.