You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
I found that a markdown document with tag <pre> can preview correctly, but when I try to convert it into html, nothing happened.
I'm worried about the bug, because my markdown documents have many code examples and I have to convert the document into HTML.
Here are some examples:
<!-- if a markdown document have these contents, it can't convert into HTML -->
<pre></pre>
line 1line 2\```
example code
line 1
line 2
\```
\```lua
print("What a terrable bug!")
\```
I think you know the meaning about \```.
Steps to Reproduce
Expected behavior: Actual behavior: Reproduces how often: