summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/reST.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/reST.xsl b/templates/reST.xsl
index 84fe006..5665f7e 100644
--- a/templates/reST.xsl
+++ b/templates/reST.xsl
@@ -156,11 +156,11 @@
</xsl:template>
-<xsl:template match="literal_block">
+<xsl:template match="literal_block|parsed_literal">
<pre class="literal-block {@classes}"><xsl:apply-templates /></pre>
</xsl:template>
-<xsl:template match="literal_block/br">
+<xsl:template match="literal_block/br|parsed_literal/br">
<br />
</xsl:template>