aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_markdown.qmd9
1 files changed, 4 insertions, 5 deletions
diff --git a/_markdown.qmd b/_markdown.qmd
index 920e23b..adb82c9 100644
--- a/_markdown.qmd
+++ b/_markdown.qmd
@@ -28,12 +28,11 @@ Hello, world!
This example involves
the syntax for the block types `Header` and `Paragraph`
(and for `MetaBlock` which will not be covered here).
-Those block types are visually structured
-as in @fig-def-Block, @fig-def-Header and @fig-def-Paragraph.
-`Paragraph`, the most common content block,
-consists of lines of space-delimited words
+`Header` consists of space-delimited words followed a line break,
+and `Paragraph` consists of lines of space-delimited words
followed by two or more line breaks.
-`Header` consists of space-delimited words followed a line break.
+See @fig-def-Block, @fig-def-Header and @fig-def-Paragraph
+for syntax diagrams for those block types.
![Block](def_Block.svg){#fig-def-Block}