From: Lady Date: Sat, 19 Oct 2024 19:50:48 +0000 (-0400) Subject: Support “comment” paragraphs X-Git-Tag: 0.3.0~2 X-Git-Url: https://git.ladys.computer/LesML/commitdiff_plain/53bc356da387358f0580b3e56df9d692f6bab7b9 Support “comment” paragraphs --- diff --git a/README.markdown b/README.markdown index 406f611..2901a5d 100644 --- a/README.markdown +++ b/README.markdown @@ -159,6 +159,10 @@ After this classification, each quoted or unquoted paragraph is further - If the paragraph begins with `⚠︎`, it is a warning note (``). +- If the paragraph begins with `#`, it is a comment. + Comments produce X·M·L comment nodes and can be used to break up list + items into separate lists. + - If the paragraph begins with `⋯`, it is a continuation paragraph (``). Continuation paragraphs may be used to continue a preceding list item diff --git a/parser.xslt b/parser.xslt index de60b8f..a93f425 100644 --- a/parser.xslt +++ b/parser.xslt @@ -460,6 +460,11 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one + + + + +