summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-01 11:51:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-01 11:51:29 -0700
commit4bc4bf4695634dba18bb2eaa8c9c63a64d04558d (patch)
tree8b5daa08a9ebc2283487970c4e45c20a9cb43566 /spec.txt
parent9f857bb2df86b4ac93765b8daab0c8183192104e (diff)
Spec: clarify that code block ends when containing block does.
@balpha, let me know if you think the wording can be improved. Closes #6.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec.txt b/spec.txt
index 81ecb00..ae60f60 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1038,11 +1038,12 @@ spaces, all of the indentation is removed.)
The closing code fence may be indented up to three spaces, and may be
followed only by spaces, which are ignored. If the end of the
-document is reached and no closing code fence has been found, the code
-block contains all of the lines after the opening code fence.
-(An alternative spec would require backtracking in the event
-that a closing code fence is not found. But this makes parsing much
-less efficient, and there seems to be no real down side to the
+containing block (or document) is reached and no closing code fence
+has been found, the code block contains all of the lines after the
+opening code fence until the end of the containing block (or
+document). (An alternative spec would require backtracking in the
+event that a closing code fence is not found. But this makes parsing
+much less efficient, and there seems to be no real down side to the
behavior described here.)
A fenced code block may interrupt a paragraph, and does not require