]> 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>
Wed, 14 Aug 2024 21:46:18 +0000 (17:46 -0400)
`❦` is a stronger symbol than `✠`; its corresponding directional
fences `❧` and `☙` indicate section boundaries, while `⹐` and `⹑`
simply enclose emphasis.

README.markdown
parser.xslt

index ea08cb475ec25539acc378775955ddc2b0d9da4b..6a21246144cd05dee95300e77368fd9994a3bce5 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 0d676ef7634ae49e1857ac653c763e715b8aa3d8..6f312626aad1d7edf57e35c8d22cf2260b42d288 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.024698 seconds and 4 git commands to generate.