Project

General

Profile

Actions

Defect #2346

closed

Table cell with multiple line text.

Added by youngseok yi over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
Start date:
2008-12-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

As noted in help forum Multiple lines in table cell, I also miss table cell with multiple line text.

+----------+------------------------------------+
| redmine  | Multiple projects support          |
|          | Flexible role based access control.|
|          | Flexible issue tracking system     |
|          | Gantt chart and calendar           |
|          | News, documents & files management |
|          | etc.                               |
+----------+------------------------------------+

If I want to make above table using textile wiki.
The syntax below would match the expected (using http://www.textism.com/tools/textile/index.php).

| redmine  | Multiple projects support
Flexible role based access control.
Flexible issue tracking system
Gantt chart and calendar
News, documents & files management
etc.|

But it doesn't match in redmine.
I must use rowspan '/6.' to make this looks as expected. It is very inconvenient for a very complex table.

hard_breaks.patch solves above syntax works.

I hope redmine experts to check. (I'm total stranger to ruby or rails)


Files

hard_breaks.patch (809 Bytes) hard_breaks.patch youngseok yi, 2008-12-16 09:00

Related issues

Has duplicate Redmine - Defect #3591: Redmine Wiki Syntax should support multiline table cellsClosed2009-07-06

Actions
Actions #2

Updated by youngseok yi over 15 years ago

for a couple of check, this patch breaks quote syntax like below.:(

> this is quote
>> this is double.
Actions #3

Updated by Rene S about 15 years ago

We are affected by that too. After a migration from 0.7 to 0.8.1, a lot of tables are broken, because the newline is not handled correctly. Additionally all control commands within the cell are ignored, besides some simple bold/italic commands. So applying plain-html did not work either.

Actions #4

Updated by Stanislav German-Evtushenko almost 15 years ago

same for me

Actions #5

Updated by Jean-Philippe Lang over 14 years ago

  • Status changed from New to Closed
  • Target version set to 0.9.0
  • Resolution set to Fixed

Fixed in r2824.

Actions

Also available in: Atom PDF