Modify ↓
      
Opened 18 years ago
Closed 16 years ago
#6482 closed defect (duplicate)
wiki format bug
| Reported by: | Andrej Kostrov (akostrov at send.de) | Owned by: | Christian Boos | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel | 
| Severity: | normal | Keywords: | wiki format table list | 
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
== Tables and Lists == 1. item 1 ||table1||table2|| ||table3||table4|| 1. item 2
make:
Tables and Lists
- item 1
 
| table1 | table2 | 
| table3 | table4 | 
- item 2
 
- numeration of the list do not incremented
 - not a part of list entry
 - if use space indent table get broken. like this:
 
- item 1
 
| table1 | table2 | 
table3 table4 
- item 2
 
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Milestone: | → 0.12 | 
|---|---|
| Version: | → devel | 
comment:2 by , 16 years ago
| Milestone: | next-major-0.1X | 
|---|---|
| Resolution: | → duplicate | 
| Status: | new → closed | 
And this has been reported before, in #3794.
  Note:
 See   TracTickets
 for help on using tickets.
    


  
It's a known limitation.
The first example works as expected though: when you don't indent your table, you put it at the toplevel, closing the previous list and after the table, you'll start a new list. This is not going to change.
But the second example (with at least two spaces for the indentation of the table):
should indeed embed the table in the first list item.