X-Git-Url: https://git.ladys.computer/LesML/blobdiff_plain/1192f5c276e839eaf6b7bbad5d31b0175a3e52ed..d892cec8c25ec075645c701c85409f16a9596ff1:/README.markdown diff --git a/README.markdown b/README.markdown index 1643af2..9a71b40 100644 --- a/README.markdown +++ b/README.markdown @@ -132,25 +132,25 @@ After this classification, each ordinary paragraph is further (``). - If the paragraph begins with `•` or `🔢`, it is a primary unordered - or ordered list item (`` - or ``). + or ordered list item (`` + or ``). - If the paragraph begins with `◦` or `🔠`, it is a secondary unordered - or ordered list item (`` - or ``). + or ordered list item (`` + or ``). Secondary list items are considered to be nested inside of primary list items which precede them. - If the paragraph begins with `▪` or `🔡`, it is a tertiary unordered - or ordered list item (`` - or ``). + or ordered list item (`` + or ``). Tertiary list items are considered to be nested inside of primary and secondary list items which precede them. - If the paragraph begins with `⁃` or `🔣`, it is a quaternary unordered or ordered list item - (`` or - ``). + (`` or + ``). Quaternary list items are considered to be nested inside of primary, secondary, and tertiary list items which precede them. @@ -173,10 +173,12 @@ After this classification, each ordinary paragraph is further 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 - (``). +- If the paragraph begins with `⋯`, it is a continuation paragraph. Continuation paragraphs may be used to continue a preceding div or list item. + If there is no such preceding div or list item, they will attach to + adjacent heading elements to form heading groups (``). + Otherwise, they will be treated as ordinary paragraphs. - Otherwise, it is an ordinary paragraph.