summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-09 13:51:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-09 13:51:20 -0700
commit66a30915a8cfa45d3b87dc447a4ada71866ad82b (patch)
treed856474792de75337f0cc880e661200cb1b6b07e
parent2cf0750a7a507eded4cf3c9a48fd1f924d0ce538 (diff)
parentdf58eee1f127f5c24631032792672bfe5120e6a3 (diff)
Merge pull request #100 from ArtyomKazak/master
Info string changes the `class` attribute of the `code` tag, not `pre`.
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 82ae0b6..c06f750 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1058,7 +1058,7 @@ a blank line either before or after.
The content of a code fence is treated as literal text, not parsed
as inlines. The first word of the info string is typically used to
specify the language of the code sample, and rendered in the `class`
-attribute of the `pre` tag. However, this spec does not mandate any
+attribute of the `code` tag. However, this spec does not mandate any
particular treatment of the info string.
Here is a simple example with backticks: