markup
markup copied to clipboard
Concurrent backticks/adjacent pairs of backticks
Hi,
I am having issues with adjacent pairs of backticks, eg:
`head``ache`
renders:
<code>head``ache</code>
I, however am trying to render:
<code>head<code/><code>ache</code>
Is there a solution to this, I cant see anyone else with this issue.
Thanks