-
The workaround is to use 3 or more dashes in second line for each column:
a table like this -
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
The workaround is to use 3 or more dashes in second line for each column:
| a | table |
|---|---|
| like | this |
| Previous Value | Current Value |
|---|---|
Open | Closed |
| Type |
Bug
|
| Priority |
Normal
|
| Assignee |
The tables in Markdown are not shown correctly, for example,
| a | table | |-|-| | like | this |
should be rendered as a table in HTML.