Defect #14991
closed
Lots of extra br's before each table
Added by Ali Mualla about 12 years ago.
Updated about 12 years ago.
Resolution:
Cant reproduce
Description
When creating a table using RedCloth markdown in a redmine issue, lots of br's are inserted before the table.
In the limited testing I've done, it ranges from 5 br's in a single cell, to 26 br's in a 4 columns and 3 rows table.
Files
- Category deleted (
Issues)
- Status changed from New to Needs feedback
What is RedCloth markdown?
Can be as simple as (sans quotes):
"|_.#|"
which will insert five br's (see attached image)
- Category set to Text formatting
I cannot reproduce on clean Redmine.
Do you use plugins?
- Due date set to 2013-10-15
Adding Due date in 2 weeks...
- Resolution set to Cant reproduce
Here is what I get with the default Redmine formatter, no BR:
<div class="wiki">
<table>
<tr>
<th>#</th>
</tr>
</table>
</div>
I guess you're using a custom text formatter?
- Status changed from Needs feedback to Closed
No feedback and can't be reproduced.
Also available in: Atom
PDF