Defect #30099
openMultiple blank lines in pre tags are not preserved in Textile
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
Related issues
Updated by Takenori TAKAKI about 7 years ago
- File 30099.patch 30099.patch added
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.
Updated by Go MAEDA about 7 years ago
- Target version set to 4.1.0
Setting the target version to 4.1.0.
Updated by Go MAEDA about 7 years ago
- 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.
Updated by Go MAEDA about 7 years ago
- Related to Defect #30987: Unnecessary empty lines are displayed when syntax highlighting added
Updated by Go MAEDA about 7 years ago
- Status changed from Closed to Reopened
This patch causes a problem reported as #30987.
I think r17891 should be reverted.
Updated by Go MAEDA about 7 years ago
- Status changed from Reopened to New
- Target version deleted (
4.1.0) - Resolution deleted (
Fixed)
Updated by Takenori TAKAKI about 7 years ago
- File 30099-fixed-30987.patch 30099-fixed-30987.patch added
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.
Updated by Go MAEDA about 7 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 6 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Marius BĂLTEANU about 5 years ago
- Target version changed from 4.2.0 to 5.0.0
Updated by Marius BĂLTEANU about 4 years ago
- Target version changed from 5.0.0 to Candidate for next major release