<!-- * -->
<!-- ******************************************************************** -->
- <!-- * escape dashes in content -->
- <substitution oldstring="-" newstring="\-"/>
- <!-- * replace U+2591 marker with dash -->
- <substitution oldstring="░" newstring="-"/>
<!-- * escape backslashes in content -->
<substitution oldstring="\" newstring="\\"/>
<!-- * fix bad font-request capitalization in .SH (stylesheet artifact) -->
<substitution oldstring=" ." newstring=" \&."/>
<!-- * replace U+2302 marker with dot -->
<substitution oldstring="⌂" newstring="."/>
+ <!-- * escape dashes in content -->
+ <substitution oldstring="-" newstring="\-"/>
+ <!-- * replace U+2591 marker with dash -->
+ <substitution oldstring="░" newstring="-"/>
<!-- ==================================================================== -->