mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fix html tag ordering in doc string.
This commit is contained in:
parent
d0d854958e
commit
a25d9a543f
2
html.go
2
html.go
|
@ -220,7 +220,7 @@ func (options *Html) BlockCodeNormal(out *bytes.Buffer, text []byte, lang string
|
|||
//
|
||||
// <pre lang="LANG"><code>
|
||||
// ...
|
||||
// </pre></code>
|
||||
// </code></pre>
|
||||
//
|
||||
// Unlike other parsers, we store the language identifier in the <pre>,
|
||||
// and don't let the user generate custom classes.
|
||||
|
|
Loading…
Reference in New Issue
Block a user