|
The tiki syntax for lists is basically the same as Confluence.
The only difference being that they don't add the ugly early bullet when newlines occur between nested list items. Stripping out newlines between nested list items.
So: * a ** a1 ** a2 will become * a ** a1 ** a2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
The confluence current syntax looks like this:
** something ** something elseThe newline between them is what's causing the extra bullet.