fix smartypants to pass single backticks through, issue #38
Russ Ross russ@dixie.edu
Tue, 01 Oct 2013 13:55:34 -0600
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
smartypants.go
→
smartypants.go
@@ -250,6 +250,7 @@ return 1
} } + out.WriteByte(text[0]) return 0 }