There are no sections in itemized lists
diff --git a/xslt/pass3.xsl b/xslt/pass3.xsl
index 16c6b40..f54bdca 100644
--- a/xslt/pass3.xsl
+++ b/xslt/pass3.xsl
@@ -24,6 +24,14 @@
         </p>
     </xsl:template>
 
+    <xsl:template match="p/div">
+        <xsl:apply-templates/>
+    </xsl:template>
+
+    <xsl:template match="p/p">
+        <xsl:apply-templates/>
+    </xsl:template>
+
     <xsl:template match="hi[local-name(preceding-sibling::*[1]) = 'hi' and @rend = preceding-sibling::hi[1]/@rend]"/>
 
     <xsl:template match="hi[following-sibling::hi and not(preceding-sibling::hi)]">