mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08: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
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user