Is it possible to create a confluence table using confluence CLI?
I sent over "{table}<content>{table}" via the CLI and it was not rendered.
Ideas?
For example, you can use:
|| A || B || \n | a | b | \n | c | d |
or if you have the table plugin installed:
{csv} \n A , B \n a, b \n c, d \n {csv}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.