Actions
Defect #32845
closedNew line codes are not reflected in tables created in textile format.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Textile format <br>
New line codes are not reflected in tables created in textile format.
Fruits | color | |
---|---|---|
1 | Apple<br>Strawberry | Red |
In the above example, I want to keep apples and strawberries in a single cell with new line at the code "<br>".
But in fact, there is a border between Apple and Strawberry.
Fruits | color | |
---|---|---|
1 | Apple | Red |
Strawberry |
Please new line in one cell in the table by entering the code "<br>".
Right now I am referring to the web site to fix the code myself and respond.
Redmine version 3.4.6
Ruby version 2.3.3
Rails version 4.2.8
Database adapter Mysql2
Updated by Go MAEDA almost 5 years ago
Currently, <br> is not allowed in Redmine's Textile. Please try the following syntax instead.
||_. Fruits|_. color| |_. 1|Apple Strawberry|Red|
Actions