diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-05 21:06:12 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-05 21:06:12 -0800 |
commit | 77e148eb0733a161d895fe09e21664ea22b284a7 (patch) | |
tree | cd4adb5eba1340c611aa8ab6f8f68bd17d3dd943 | |
parent | 9abc1336da9730fb6ddb766aca193f1923d3a02f (diff) |
Talk of "info string" rather than "attributes" for code blocks.
Closes #262.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |