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 has been 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:
Versions
Additional Information
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What a terriable bug! The bug means that if a markdown document which will be converted into HTML can't use code chuck such as
<pre>
tag!PrerequisitesDescription
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:
I think you know the meaning about
\```
.Steps to ReproduceExpected behavior:
Actual behavior:
Reproduces how often:
VersionsAdditional InformationThe text was updated successfully, but these errors were encountered: