Skip to content

Commit 66a3091

Browse files
committed
Merge pull request #100 from ArtyomKazak/master
Info string changes the `class` attribute of the `code` tag, not `pre`.
2 parents 2cf0750 + df58eee commit 66a3091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ a blank line either before or after.
10581058
The content of a code fence is treated as literal text, not parsed
10591059
as inlines. The first word of the info string is typically used to
10601060
specify the language of the code sample, and rendered in the `class`
1061-
attribute of the `pre` tag. However, this spec does not mandate any
1061+
attribute of the `code` tag. However, this spec does not mandate any
10621062
particular treatment of the info string.
10631063

10641064
Here is a simple example with backticks:

0 commit comments

Comments
 (0)