Bump const VERSION to 1.4 This is probably not used by too many people, but there it goes anyway. Closes #119.
Vytautas Ĺ altenis vytas@rtfb.lt
Sun, 18 Oct 2015 20:51:29 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
markdown.go
→
markdown.go
@@ -24,7 +24,7 @@ "strings"
"unicode/utf8" ) -const VERSION = "1.1" +const VERSION = "1.4" // These are the supported markdown parsing extensions. // OR these values together to select multiple extensions.