IBM / marked-it

marked-it
MIT License
16 stars 24 forks source link

auto-fixing of header strings needs to be more context-aware #10

Closed grant-g closed 2 months ago

grant-g commented 5 years ago

Test case:

(triple-backticks)

asdf

(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.

grant-g commented 2 months ago

Confirmed that this works as expected in the latest, closing Issue.