all repos — grayfriday @ a25d9a543fcf8ab19865b850f701a5e6e9aa5df2

blackfriday fork with a few changes

Fix html tag ordering in doc string.
Caleb Spare cespare@gmail.com
Thu, 22 Nov 2012 12:52:52 -0800
commit

a25d9a543fcf8ab19865b850f701a5e6e9aa5df2

parent

d0d854958e924057b72e090b0adfb2b0cef2c3b6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M html.gohtml.go

@@ -220,7 +220,7 @@ // GitHub style code block:

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