From 2ee9ee3ee35cb84723d16f27f68ef8a3b29bc5bc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Jun 2015 12:48:29 -0700 Subject: Reword to avoid implying that all blocks can contain other blocks. --- spec.txt | 10 +++++----- 1 file 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 -- cgit v1.2.3