]> 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>
Tue, 31 Mar 2026 01:59:18 +0000 (21:59 -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 9943491ca62578d2454b54ccccb391d71f67781877895f27d5596c48c2c88cd8..8db142dbd1fb167bca8293584bad13c4f246bbbbd9f88941f68901d52d044224 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.
 
-- 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
index dabe21ae94fe7fef8faee81b74794cd6c1d1d0844698df0af35aa4408a99eb48..a2bf3cbe66b8159bd646619de8e48db78ba00496b2abd3fcea254fdb45401489 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>
-                                                       <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">
-                                                                                       <with-param name="source" select="substring-after($text, ' ')"/>
+                                                                                       <with-param name="source" select="substring-after($text, ' ')"/>
                                                                                </call-template>
                                                                        </html:p>
                                                                </html:li>
This page took 0.200386 seconds and 4 git commands to generate.