HL7 / ig-template-base

Base IG template managed by HL7 but usable by anyone (no logos). The foundation for most HL7-published IGs
14 stars 27 forks source link

escape title in templates because it can contain non-html escaped characters (like &) #172

Closed oliveregger closed 3 years ago

oliveregger commented 3 years ago

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.

oliveregger commented 3 years ago

ig to check the issue: https://github.com/ahdis/ch-ig/tree/ampersand

oliveregger commented 3 years ago

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