Project

General

Profile

Actions

Defect #21642

open

The Textile table don't support the tr class attributes

Added by Nils Grimm over 8 years ago. Updated about 3 years ago.

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

Also available in: Atom PDF