This matches default H·T·M·L bulleting and avoids potential semantic
connotations that the triangle bullet may seem to have.
Secondary list items are considered to be nested inside of primary
list items which precede them.
Secondary list items are considered to be nested inside of primary
list items which precede them.
-- If the paragraph begins with `‣` or `🔡`, it is a tertiary unordered
+- If the paragraph begins with `▪` or `🔡`, it is a tertiary unordered
or ordered list item (`<html:li class="unordered" data-level="3">`
or `<html:li class="ordered" data-level="3">`).
Tertiary list items are considered to be nested inside of primary
or ordered list item (`<html:li class="unordered" data-level="3">`
or `<html:li class="ordered" data-level="3">`).
Tertiary list items are considered to be nested inside of primary
</html:p>
</html:li>
</when>
</html:p>
</html:li>
</when>
- <when test="starts-with($text, '‣ ')">
+ <when test="starts-with($text, '▪ ')">
<html:li class="unordered" data-level="3">
<html:p>
<call-template name="LesML:id-and-contents">
<html:li class="unordered" data-level="3">
<html:p>
<call-template name="LesML:id-and-contents">
- <with-param name="source" select="substring-after($text, '‣ ')"/>
+ <with-param name="source" select="substring-after($text, '▪ ')"/>
</call-template>
</html:p>
</html:li>
</call-template>
</html:p>
</html:li>