From a25d9a543fcf8ab19865b850f701a5e6e9aa5df2 Mon Sep 17 00:00:00 2001 From: Caleb Spare Date: Thu, 22 Nov 2012 12:52:52 -0800 Subject: [PATCH] Fix html tag ordering in doc string. --- html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.go b/html.go index e5cf200..d20aaab 100644 --- a/html.go +++ b/html.go @@ -220,7 +220,7 @@ func (options *Html) BlockCodeNormal(out *bytes.Buffer, text []byte, lang string // //

 //              ...
-//              
+// // // Unlike other parsers, we store the language identifier in the
,
 // and don't let the user generate custom classes.