-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Fix HTML rendering when there is a line break between backticks #1689
Comments
Stale issue message |
This is still an issue. The linked page still renders incorrectly. |
Stale issue message |
This is still an issue. The linked page still renders incorrectly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still an issue. The linked page still renders incorrectly. |
A line break between backticks gets turned into a line break inside a HTML
<code>
block. This makes browsers render with a line break when that was not intended.Real world example here:
https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-push.adoc
These lines:
Turn into this HTML:
The text was updated successfully, but these errors were encountered: