carpentries / sandpaper

User Interface for The Carpentries Workbench
https://carpentries.github.io/sandpaper
Other
41 stars 26 forks source link

prevent duplication of callout heading text with markup #557

Closed zkamvar closed 7 months ago

zkamvar commented 7 months ago

This will fix #556 by preventing the callout heading content from being duplicated. This issue was occurring because I had an incomplete mental model of how text nodes should be manipulated.

According to the xml2's Node Manipulation vignette text manipulation should be done by explicitly selecting /text().

This bumps the version to 0.16.1 to be released immediately