Fix html tag ordering in doc string.

This commit is contained in:
Caleb Spare 2012-11-22 12:52:52 -08:00
parent d0d854958e
commit a25d9a543f

View File

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