Handle EmphasisBold

This commit is contained in:
Carol (Nichols || Goulding) 2016-10-14 19:42:05 -04:00
parent bd173ab9ee
commit ec6f167fbb

View File

@ -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>