all repos — grayfriday @ 48d1f9d9cc4926f3465929e318a3a002ef9c8a35

blackfriday fork with a few changes

fix smartypants to pass single backticks through, issue #38
Russ Ross russ@dixie.edu
Tue, 01 Oct 2013 13:55:34 -0600
commit

48d1f9d9cc4926f3465929e318a3a002ef9c8a35

parent

ca82b8db3a85c5da858a1ec7c344872626ea2e81

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

jump to
M smartypants.gosmartypants.go

@@ -250,6 +250,7 @@ return 1

} } + out.WriteByte(text[0]) return 0 }