]> Lady’s Gitweb - LesML/commitdiff
Switch symbols for subsection and subsubsection 0.2.0
authorLady <redacted>
Sun, 12 May 2024 07:03:30 +0000 (03:03 -0400)
committerLady <redacted>
Tue, 31 Mar 2026 01:59:35 +0000 (21:59 -0400)
`❦´ is a stronger symbol than `✠´; its corresponding directional
  fences `❧´ and `☙´ indicate section boundaries, while `⹐´ and `⹑´
  simply enclose emphasis.

README.markdown
parser.xslt

index 8db142dbd1fb167bca8293584bad13c4f246bbbbd9f88941f68901d52d044224..e8464320c64c72a25ca74f269586dfdfcc8e6055638b1cd251b03d9f3d0e2602 100644 (file)
@@ -58,10 +58,10 @@ After this classification, each quoted or unquoted paragraph is further
 - If the paragraph begins with `§`, it is a section heading
     (`<html:h2>`).
 
-- If the paragraph begins with ``, it is a subsection heading
+- If the paragraph begins with ``, it is a subsection heading
     (`<html:h3>`).
 
-- If the paragraph begins with ``, it is a subsubsection heading
+- If the paragraph begins with ``, it is a subsubsection heading
     (`<html:h4>`).
 
 - If the paragraph begins with `•` or `🔢`, it is a primary unordered
index a2bf3cbe66b8159bd646619de8e48db78ba00496b2abd3fcea254fdb45401489..b9946950087be586e954ff07297e461d83bb4aa091797e39b516bcbe2295c18a 100644 (file)
@@ -242,17 +242,17 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                                        </call-template>
                                                                </html:h2>
                                                        </when>
-                                                       <when test="starts-with($text, ' ')">
+                                                       <when test="starts-with($text, ' ')">
                                                                <html:h3>
                                                                        <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:h3>
                                                        </when>
-                                                       <when test="starts-with($text, ' ')">
+                                                       <when test="starts-with($text, ' ')">
                                                                <html:h4>
                                                                        <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:h4>
                                                        </when>
This page took 0.026753 seconds and 4 git commands to generate.