aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-07 12:48:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-07 12:48:29 -0700
commit2ee9ee3ee35cb84723d16f27f68ef8a3b29bc5bc (patch)
treedaf5a1c595a1a869137d30f6ea7f3717ba395440 /spec.txt
parentacc577fd2ababf8575f870bf08b855e9dd5b3278 (diff)
Reword to avoid implying that all blocks can contain other blocks.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec.txt b/spec.txt
index ba2c5aa..59cefd4 100644
--- a/spec.txt
+++ b/spec.txt
@@ -274,11 +274,11 @@ with the replacement character (`U+FFFD`).
# Blocks and inlines
We can think of a document as a sequence of
-[blocks](@block)---structural
-elements like paragraphs, block quotations,
-lists, headers, rules, and code blocks. Blocks can contain other
-blocks, or they can contain [inline](@inline) content:
-words, spaces, links, emphasized text, images, and inline code.
+[blocks](@block)---structural elements like paragraphs, block
+quotations, lists, headers, rules, and code blocks. Some blocks (like
+block quotes and list items) contain other blocks; others (like
+headers and paragraphs) contain [inline](@inline) content---words,
+spaces, links, emphasized text, images, and inline code.
## Precedence