From 77e148eb0733a161d895fe09e21664ea22b284a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 5 Jan 2015 21:06:12 -0800 Subject: Talk of "info string" rather than "attributes" for code blocks. Closes #262. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3