1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-21 23:58:09 +00:00

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

This commit is contained in:
tjones 2023-09-12 01:39:08 +00:00
parent 6cbd33a35a
commit bd612e685e

View File

@ -7,4 +7,10 @@
<!-- Add title heading elements for different admonition types that do not already have headings in markup --> <!-- 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"/> <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> </xsl:stylesheet>