I'm using a pretty simple table markdown:
| *Index* | *alias* | | issues | | | site_1 | site | shipment_1 | shipment
Works great on Confluence. Fails on Bitbucket and Bitbucket Server.
Now I add headers to the table:
| *Index* | *alias* | | ------ | ---- | | issues | | | site_1 | site | shipment_1 | shipment
Confluence adds extra row instead of creating column headers.
Bitbucket creates a pretty lame table (visual style is lacking).
Bitbucket Server still completely fails.
That's bold inside a field, not a header, and the lines are markup for "put a line in"
Try
|| Index || alias || | issues | | | site_1 | site | shipment_1 | shipment
Confluence does this with it:
Index | alias |
---|---|
issues | |
site_1 | site |
shipement_1 | shipment |
I think Bitbucket will do the same
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.