cl-markdown icon indicating copy to clipboard operation
cl-markdown copied to clipboard

Properly handle code-fencing

Open asimpson opened this issue 7 years ago • 0 comments

Code-fencing seems to half-way work. If you have some markdown that has a code-fence (3 backticks) the resulting HTML still contains back-ticks, e.g.

"
<h1>test</h1>

<p>
<code>`
(foo 'bar)
</code>`
</p>"

asimpson avatar Nov 28 '18 18:11 asimpson