cmark

My personal build of CMark ✏️

Commit
66a30915a8cfa45d3b87dc447a4ada71866ad82b
Parent
2cf0750a7a507eded4cf3c9a48fd1f924d0ce538
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #100 from ArtyomKazak/master

Info string changes the `class` attribute of the `code` tag, not `pre`.

Diffstat

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
@@ -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: