Closed grant-g closed 2 months ago
Test case:
(triple-backticks)
Generates:
<pre> <code class="hljs"> # asdf </code> </pre>
(note the unexpected space between '#' and 'asdf' in the output)
Code blocks should be left as-is, and possibly other types of content as well.
Confirmed that this works as expected in the latest, closing Issue.
Test case:
(triple-backticks)
asdf
(triple-backticks)
Generates:
(note the unexpected space between '#' and 'asdf' in the output)
Code blocks should be left as-is, and possibly other types of content as well.