<br> keyword when using xls2textile plugin in Excel
Added by Loi Phan over 1 year ago
Dear all,
I'm using xls2textile plugin in excel to display some specific format into redmine.
Redmine may reject the keyword <br> - break/enter line.
No | Problem | Solution |
1 | Item 1: <br>+ a<br>+ b | No |
2 | Item 2: <br>+ c<br>+ d | No |
Do we have any way to redmine accept <br> - break line?
My expectation:
No | Problem | Solution |
1 | Item 1: + a + b |
No |
2 | Item 2: + c + d |
No |
p/s: <br> keyword appears in output of xls2textile plugin
Replies (2)
RE: <br> keyword when using xls2textile plugin in Excel - Added by Holger Just over 1 year ago
Redmine does not support using raw HTML in textile fields. As such, any inline HTML in textile fields will just be escaped.
If you want to mix formatting and HTML, you may investigate moving to the CommonMark (markdown) text formatter instead.
RE: <br> keyword when using xls2textile plugin in Excel - Added by Loi Phan over 1 year ago
Dear Holger,
Thank you for your respond.
I will investigate markdown format.
Thank you so much