diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-09 13:51:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-09 13:51:20 -0700 |
commit | 66a30915a8cfa45d3b87dc447a4ada71866ad82b (patch) | |
tree | d856474792de75337f0cc880e661200cb1b6b07e | |
parent | 2cf0750a7a507eded4cf3c9a48fd1f924d0ce538 (diff) | |
parent | df58eee1f127f5c24631032792672bfe5120e6a3 (diff) |
Merge pull request #100 from ArtyomKazak/master
Info string changes the `class` attribute of the `code` tag, not `pre`.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |