Actions
Defect #21642
openThe Textile table don't support the tr class attributes
Status:
New
Priority:
High
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
A simple table like:
| Hallo | Test | (test). | Class | table |
Should lead to the following output:
<table>
  <tbody>
    <tr>
    <td> Hallo </td>
    <td> Test </td>
    </tr>
    <tr class="test">
    <td> Class </td>
    <td> table </td>
    </tr>
  </tbody>
</table>
	And if the class isn't defined the table should look identical.
But in Redmine the table will look like:
| Hallo | Test | (test). | Class | table | 
Actions