Modify ↓
Opened 11 years ago
Last modified 14 months ago
#11305 new defect
`#!table` with `|| cell ||` is rendered as a broken table
Reported by: | Jun Omae | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | wiki system | Version: | 0.12-stable |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Trac renders the following wiki to a broken table. See demo-0.12:wiki:SandBox/NestedTable.
case 1
{{{#!table {{{#!td cell 1,1 }}} {{{#!td cell 1,2 }}} |---- {{{#!td || nested || table || //cell 2,2// is lost || }}} {{{#!td cell 2,2 }}} }}}
case 2
|| cell 1,1 ||\ {{{#!td cell 1,2 {{{#!table {{{#!td nested }}} {{{#!td table }}} }}} }}} |------- {{{#!td || nested || table || **`</td>` is one too many here** || }}} {{{#!td cell 2,2 }}}
Attachments (0)
Change History (4)
comment:1 by , 10 years ago
Severity: | normal → minor |
---|
comment:2 by , 8 years ago
Milestone: | next-stable-1.0.x → next-stable-1.2.x |
---|
Moved ticket assigned to next-stable-1.0.x since maintenance of 1.0.x is coming to a close. Please move the ticket back if it's critical to fix on 1.0.x.
comment:3 by , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
Note:
See TracTickets
for help on using tickets.
See also #11720.