mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-30 04:29:13 +01:00
fix smartypants to pass single backticks through, issue #38
This commit is contained in:
parent
ca82b8db3a
commit
48d1f9d9cc
@ -250,6 +250,7 @@ func smartBacktick(out *bytes.Buffer, smrt *smartypantsData, previousChar byte,
|
||||
}
|
||||
}
|
||||
|
||||
out.WriteByte(text[0])
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user