Defect #32845
New line codes are not reflected in tables created in textile format.
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: | 3.4.6 |
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
History
#1
Updated by Go MAEDA about 3 years ago
Currently, <br> is not allowed in Redmine's Textile. Please try the following syntax instead.
||_. Fruits|_. color| |_. 1|Apple Strawberry|Red|