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

HTML doesn't get properly parsed with multiple newlines present #95

Open
DaXcess opened this issue Aug 14, 2024 · 0 comments
Open

HTML doesn't get properly parsed with multiple newlines present #95

DaXcess opened this issue Aug 14, 2024 · 0 comments

Comments

@DaXcess
Copy link

DaXcess commented Aug 14, 2024

For example, the string # Hello World\n\n<details>\n\n<summary>\n\nsummary</summary>\nDetails inner text</details>\n\n<p><b>\n\nI am in bold</b></p>**Okay?** results in the following:
image

While on GitHub it looks like:


Hello World

summary


Details inner text

I am in bold

Okay?


Quite a few markdown documents that I go through contain these multi-newline type HTML tags, which now seem to be breaking the layout quite a bit.

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

No branches or pull requests

1 participant