Confluence requires a space after the asterix for lists, bold otherwise.
*Bold* * Item 1 ** Subitem 1.1 ** *Bold SubItem 1.1.1* * *Bold Item 2*
<p><b>Bold</b></p> <ul> <li>Item 1 <ul> <li>Subitem 1.1</li> <li><b>Bold SubItem 1.1.1</b></li> </ul> </li> <li><b>Bold Item 2</b></li> </ul>
-- JaredWilliams, 2007-02-06
ErfurtWiki, whitespace is optional after the asterix. Asterixes at the beginning of the line are assumed as lists even if there is more than one. Cannot start a line with bold.
*Bold* **Bold** * Item 1 ** Subitem 1.1 ** **Bold SubItem 1.1.1** * **Bold Item 2**
<ul type="circle"> <li>Bold* </li> </ul> <ul type="circle"> <li> <ul type="circle"> <li>Bold** </li> </ul> </li> </ul> <ul type="circle"> <li> Item 1 <ul type="circle"> <li> Subitem 1.1 </li> <li> <b>Bold <span class="NotFound"><a href="/SubItem">*</a><u>SubItem</u></span> 1.1.1</b> </li> </ul> </li> <li> <b>Bold Item 2</b> </li> </ul>
-- JaredWilliams, 2007-02-06
Add new attachment
Only authorized users are allowed to upload new attachments.