Closed kiith-sa closed 9 years ago
Currently,
`inlined code`
generates something like:
<pre style="display:inline;" class="d_inline_code">inline code</pre>`
That is, the trailing backtick is still in the output. This breaks harbored-mod, and probably harbored as well.
harbored-mod
harbored
This pull request should fix this (but please check; I don't know if this change may cause other issue).
Could you add an unittest ?
I have a unit test that I'll check in after I merge this.
Currently,
generates something like:
That is, the trailing backtick is still in the output. This breaks
harbored-mod
, and probablyharbored
as well.This pull request should fix this (but please check; I don't know if this change may cause other issue).