1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-10 15:51:04 +00:00

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

This commit is contained in:
tjones 2023-09-12 01:38:03 +00:00
parent 8a88379b7d
commit 6cbd33a35a

View File

@ -1 +1,10 @@
Type something here!
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="h">
<!-- 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:stylesheet>