markup icon indicating copy to clipboard operation
markup copied to clipboard

Concurrent backticks/adjacent pairs of backticks

Open chrisphillers opened this issue 3 years ago • 0 comments

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

chrisphillers avatar May 18 '21 22:05 chrisphillers