]> Lady’s Gitweb - LesML/blobdiff - parser.xslt
Support “comment” paragraphs
[LesML] / parser.xslt
index de60b8fd0422dd68ad67227fd73ba718456d5d05..a93f42558110a632c34d80be2c1898a7ac5e7e70 100644 (file)
@@ -460,6 +460,11 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                                        </html:p>
                                                                </html:div>
                                                        </when>
+                                                       <when test="starts-with($text, '# ')">
+                                                               <comment>
+                                                                       <value-of select="substring-after($text, '# ')"/>
+                                                               </comment>
+                                                       </when>
                                                        <otherwise>
                                                                <html:p>
                                                                        <call-template name="LesML:id-and-contents">
This page took 0.021648 seconds and 4 git commands to generate.