-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.0 Release Candidate 5
-
Component/s: None
The following page code outputs a table, but the list isnt picked up, and the *'s remain as litteral output:
| Test Table |
|---|
| Here is my list * Item A * Item B * Item C |
The following doesnt work either:
| Test Table |
|---|
| Here is my list * Item A * Item B * Item C |
The following breaks out the table, but outputs a list:
| Test Table |
|---|
Here is my list
|
Just a test to check that numbered lists dont work either:
| Test Table |
|---|
| Here is my list # Item A # Item B # Item C |
This functionality gets used in quite alot of our documentation. Currently the * and manual number is ok, but it would be much better if it all worked the same.
- is duplicated by
-
CONFSERVER-1035 Have the || table markup allow multi line cells
- Closed