X-Git-Url: https://git.ladys.computer/LesML/blobdiff_plain/1192f5c276e839eaf6b7bbad5d31b0175a3e52ed..HEAD:/README.markdown diff --git a/README.markdown b/README.markdown index 1643af2..ac2d0dc 100644 --- a/README.markdown +++ b/README.markdown @@ -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.