mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 15:28:40 +08:00
Handle EmphasisBold
This commit is contained in:
parent
bd173ab9ee
commit
ec6f167fbb
@ -100,7 +100,7 @@ Unmatched: <xsl:value-of select="w:pPr/w:pStyle/@w:val" />
|
||||
|
||||
<!-- Character styles -->
|
||||
|
||||
<xsl:template match="w:r[w:rPr/w:rStyle[@w:val = 'Literal' or @w:val = 'LiteralBold']]">
|
||||
<xsl:template match="w:r[w:rPr/w:rStyle[@w:val = 'Literal' or @w:val = 'LiteralBold' or @w:val = 'EmphasisBold']]">
|
||||
<xsl:choose>
|
||||
<xsl:when test="normalize-space(w:t) != ''">
|
||||
<xsl:text>`</xsl:text>
|
||||
|
Loading…
Reference in New Issue
Block a user