mirror of
https://github.com/status-im/markdown.git
synced 2025-02-22 08:08:18 +00: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…
x
Reference in New Issue
Block a user