Modify ↓
Opened 11 years ago
Last modified 4 years ago
#11963 new defect
#!td processor inserts unwanted <p>...</p>
| Reported by: | bastiK | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-releases |
| Component: | wiki system | Version: | 1.0.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
The table using the html processors has additional padding due to <p> elements that get inserted automatically.
{{{#!th
some
}}}
{{{#!td
example
}}}
some | example |
|---|
In a long table, this vertical margin wastes too much space. I would prefer the compact style from the pipe syntax, but need to add css styling.
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 11 years ago
| Description: | modified (diff) |
|---|
comment:4 by , 4 years ago
| Milestone: | → next-major-releases |
|---|
Note:
See TracTickets
for help on using tickets.



No.
#!tdand#!thprocessors allow and intend to write multiple paragraphs, lists and any Trac wiki in a table cell.It would be better to add the following styles.