Defect #14916
Line breaks sometimes not taken into account with textile
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: | 2.3.1 |
Description
Description:
text to describe the bug
======================================================================
Historique du bogue
Date modifiée Utilisateur Champ Changer
======================================================================
14/09/13 12:18 username Nouveau bogue
======================================================================
I don't understand why the line breaks before the separator lines above ("================") are not taken into account. Line breaks before normal text are replaced by <br/> by Redmine before display, but not those before the series of equal signs...
If I try on http://redcloth.org/, the separator lines are truncated but the line breaks are taken into account.
I I insert 2 line breaks before the "================" line, then I get it right :
========================
However, it should work with only one line break, shouldn't it?