Edited theme/epub/epub.xsl with Atlas code editor

develop
tjones 8 months ago
parent 6cbd33a35a
commit bd612e685e

@ -7,4 +7,10 @@
<!-- Add title heading elements for different admonition types that do not already have headings in markup -->
<xsl:param name="add.title.heading.for.admonitions" select="1"/>
<!-- Drop @width attributes from table headers if present -->
<xsl:template match="h:th/@width"/>
<!-- Drop @width attributes from images if present -->
<xsl:template match="h:img/@width"/>
</xsl:stylesheet>

Loading…
Cancel
Save