- If the paragraph begins with `⚠︎`, it is a warning note
(`<html:div role="note" class="warn">`).
+- If the paragraph begins with `#`, it is a comment.
+ Comments produce X·M·L comment nodes and can be used to break up list
+ items into separate lists.
+
- If the paragraph begins with `⋯`, it is a continuation paragraph
(`<html:div class="continuation">`).
Continuation paragraphs may be used to continue a preceding list item
</html:p>
</html:div>
</when>
+ <when test="starts-with($text, '# ')">
+ <comment>
+ <value-of select="substring-after($text, '# ')"/>
+ </comment>
+ </when>
<otherwise>
<html:p>
<call-template name="LesML:id-and-contents">