fix smartypants to pass single backticks through, issue #38

pull/41/head
Russ Ross 2013-10-01 13:55:34 -06:00
parent ca82b8db3a
commit 48d1f9d9cc
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ func smartBacktick(out *bytes.Buffer, smrt *smartypantsData, previousChar byte,
}
}
out.WriteByte(text[0])
return 0
}