summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-05 21:06:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-05 21:06:12 -0800
commit77e148eb0733a161d895fe09e21664ea22b284a7 (patch)
treecd4adb5eba1340c611aa8ab6f8f68bd17d3dd943 /spec.txt
parent9abc1336da9730fb6ddb766aca193f1923d3a02f (diff)
Talk of "info string" rather than "attributes" for code blocks.
Closes #262.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index d43900c..810eec3 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1007,7 +1007,7 @@ An [indented chunk](@indented-chunk) is a sequence of non-blank lines,
each indented four or more spaces. The contents of the code block are
the literal contents of the lines, including trailing
[line ending]s, minus four spaces of indentation.
-An indented code block has no attributes.
+An indented code block has no [info string].
An indented code block cannot interrupt a paragraph, so there must be
a blank line between a paragraph and a following indented code block.