-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
- Gitea version (or commit ref): 1.12.0+dev-325-gc48341918
- Git version: git version 2.20.1
- Operating system: Debian 10.4
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL): https://try.gitea.io/thombles/markdowntest/src/branch/master/README.md
- No
- Not relevant
Description
If you have a markdown file that is wrapped to 80 characters then those lines are not reflowed. In the case of regular text this just looks a bit ragged, however if there is significant markup such as an embedded URL then it really messes with the flow of the text.
Expected behaviour: Lines separated by a single line break in the markdown source would be kept on the same line in HTML. You would need to add two spaces to the end of the line to force a line break.
Actual behaviour: Line breaks are passed through directly.
Screenshots
Metadata
Metadata
Assignees
Labels
No labels
