Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

a markdown document with tag <pre> can't convert into HTML! #605

Open
1 task
0-0000 opened this issue Dec 10, 2022 · 0 comments
Open
1 task

a markdown document with tag <pre> can't convert into HTML! #605

0-0000 opened this issue Dec 10, 2022 · 0 comments

Comments

@0-0000
Copy link

0-0000 commented Dec 10, 2022

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!

Prerequisites

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 1
    line 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant