Skip to content

Commit

Permalink
Merge pull request #323 from metanorma/feature/xslt-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 4, 2025
2 parents 422d794 + 3ec9608 commit 017d806
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/isodoc/ribose/ribose.standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6257,6 +6257,12 @@
</xsl:if>
</xsl:template>

<xsl:template match="*[local-name()='strike']">
<fo:inline text-decoration="line-through">
<xsl:apply-templates/>
</fo:inline>
</xsl:template>

<xsl:template match="*[local-name() = 'pagebreak']">
<fo:block break-after="page"/>
<fo:block> </fo:block>
Expand Down

0 comments on commit 017d806

Please sign in to comment.