cl-markdown
cl-markdown copied to clipboard
Properly handle code-fencing
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>"