all repos — grayfriday @ 1d673b3cd9cc47e45ced0b25a9aa191dbf8cfbd8

blackfriday fork with a few changes

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
commit

1d673b3cd9cc47e45ced0b25a9aa191dbf8cfbd8

parent

fbdd06145d35fb97a93929e51ee3748ec1d648ee

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

jump to
M markdown.gomarkdown.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.