- Commit
- 77e148eb0733a161d895fe09e21664ea22b284a7
- Parent
- 9abc1336da9730fb6ddb766aca193f1923d3a02f
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Talk of "info string" rather than "attributes" for code blocks.
Closes #262.
My personal build of CMark ✏️
Talk of "info string" rather than "attributes" for code blocks.
Closes #262.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | spec.txt | 2 | 1 | 1 |
diff --git 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.