Defect #30099
open
Multiple blank lines in pre tags are not preserved in Textile
Added by Go MAEDA almost 6 years ago.
Updated over 2 years ago.
Description
Line breaks should be rendered intact in pre blocks but consecutive line breaks are not rendered in Textile. It works as expected in Markdown.
Input:
Expected:
Actual:
Files
I think that it is possible to solve the problem by swapping the order of 'escape pre content' and 'clean up white space' in RedCloth#to_html.
I made a patch and attach it.
- Target version set to 4.1.0
Setting the target version to 4.1.0.
- Subject changed from Consecutive line breaks in a pre element are not rendered in Textile to Multiple blank lines in pre tags are not preserved in Textile
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for fixing this issue.
- Related to Defect #30987: Unnecessary empty lines are displayed when syntax highlighting added
- Status changed from Closed to Reopened
This patch causes a problem reported as #30987.
I think r17891 should be reverted.
- Status changed from Reopened to New
- Target version deleted (
4.1.0)
- Resolution deleted (
Fixed)
Go MAEDA wrote:
This patch causes a problem reported as #30987.
I think r17891 should be reverted.
Sorry for the problem reported in # 30987.
I made another patch to fix this problem.
I hope it will be improvement for Redmine.
- Target version set to Candidate for next major release
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
- Target version changed from 4.2.0 to 5.0.0
- Target version changed from 5.0.0 to Candidate for next major release
Also available in: Atom
PDF