-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Paragraph rendering in comments is broken #8865
Comments
It also happens for us in messages in PR, issues, etc. Placing two break lines between paragraphs makes it works. The preview of the message is shown correctly nonetheless. |
@lafriks I suspect this is associated with the move to blackfriday 2. |
Also in wiki :< |
From some quick tests I did, the problem seems to arise when input comes with |
It seems to be tied to this issue at blackfriday, but reporters get inconsistent results: sometimes they need to convert |
OK, bad news: it's a problem that's been hanging around in blackfriday/v2 since 2018: No merge in sight. |
I don't know exactly when this breaks but now placing two or more break lines doesn't work anymore; even PR that looked ok with that trick now are rendered as a single paragraph. FWIW we are using gitea inside docker with the image |
Description
Gitea no longer recognizes paragraphs in a comment, making a single paragraph for all the contents.
I suspect #8560 as the source cause.
Screenshots
This is a three paragraph text:
But it's rendered as a single paragraph:
The text was updated successfully, but these errors were encountered: