Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When converting the html of the li tag, the newline character is lost #88

Closed
lansemei opened this issue Feb 7, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@lansemei
Copy link

lansemei commented Feb 7, 2024

Describe the bug
A clear and concise description of what the bug is.

HTML Input

<ol>
                    <li>第1.1.1行第2次按tab</li>
                    <li>第1.1.2行第2次按tab</li>
                </ol>

Generated Markdown

第1.1.1行第2次按tab第1.1.2行第2次按tab

Expected Markdown

第1.1.1行第2次按tab
第1.1.2行第2次按tab

Additional context
When converting the html of the li tag, the newline character is lost. Even if you forcefully add\ n, it will be lost when converting again

@lansemei lansemei added the bug Something isn't working label Feb 7, 2024
@lansemei lansemei changed the title 🐛 Bug When converting the html of the li tag, the newline character is lost Feb 7, 2024
@JohannesKaufmann
Copy link
Owner

@lansemei can you check the "HTML Input" in your Github Comment? Unfortunately I cannot reproduce this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants