Markdown that is used in pagure.io is not consistent with Markdown that is used on GitHub & Bitbucket.
The issue is in line wrapping. Lines should not break on "newline". They should continue.
Example:
Start of the line. Other part of the line.
Should be rendered in one line:
Test it on: http://writeme.mattstow.com
Example of broken Markdown rendering : https://src.fedoraproject.org/rpms/file/pull-request/1
As you see rendering of Markdown on comment 1 is a bit weird. It renders new lines where it should not.
Tbh, I actually prefer the behavior here, but if many people do not agree it should be straight forward to remove the http://pythonhosted.org/Markdown/extensions/nl2br.html extension.
Metadata Update from @pingou: - Issue tagged with: discussion
PR #2674 has replaced the Markdown Syntax links next to the comment field with links to pagure's own markdown documentation: https://docs.pagure.org/pagure/usage/markdown.html
Markdown Syntax
Which clearly mentions that the New line to Break extension is turned on for comments.
New line to Break
So I am inclined to close this bug.
Feel fee to re-open if you or more people disagree :)
Thanks for your ticket though, feedback is always appreciated :)
Metadata Update from @pingou: - Issue close_status updated to: Invalid