]> Lady’s Gitweb - LesML/commitdiff
Use square instead of triangular bullet for level 3
authorLady <redacted>
Sun, 12 May 2024 07:01:42 +0000 (03:01 -0400)
committerLady <redacted>
Wed, 14 Aug 2024 21:46:18 +0000 (17:46 -0400)
This matches default H·T·M·L bulleting and avoids potential semantic
connotations that the triangle bullet may seem to have.

README.markdown
parser.xslt

index 994d911ad1a1f2227eb1d477ffd7180edd6e4b2a..ea08cb475ec25539acc378775955ddc2b0d9da4b 100644 (file)
@@ -74,7 +74,7 @@ After this classification, each quoted or unquoted paragraph is further
   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
index 89ff594da284952d5a62f3c0f413b2d03d9a660f..0d676ef7634ae49e1857ac653c763e715b8aa3d8 100644 (file)
@@ -292,11 +292,11 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                                        </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>
This page took 0.026899 seconds and 4 git commands to generate.