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/e50fffd0fbb3d55c7e2aff90e7f3a24283bef20bde4c70daf0de890638481f2f Support “comment” paragraphs --- diff --git a/README.markdown b/README.markdown index 12dcbd4..2a25941 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 de158ec..489b1e0 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 + + + + +