Bullet functionality in knowledge base

slandi
Kilo Explorer

Hey all, please check my screenshot below, it explains everything. Has anybody else noticed this and does anybody know if SN is working on this?

Thanks,

Stefano

find_real_file.png

3 REPLIES 3

kriss
Tera Contributor

You will have to go into the HTML code (click the source code icon <>) to remove the extra </li> <li> at the end of the first indention and before the next indented line. Remove these two to get rid of the duplicate bullets on the first line of newly indented text.



Here is an example of the code using your example:



<ul>


<li><span style="font-size: 10pt;">When adding bullets...</span></li>


<li>


<ul>


<li><span style="font-size: 10pt;">and then doing indented bullets, it is....</span></li>


<li>and the next bullet on the same indent is fine and if adding yet another indent level</li>


<li>


<ul>


<li>it creates a square bullet symbol</li>


</ul>



I have bolded the items in the code you will need to remove to achieve the desired result:



  • When adding bullets...
    • and then doing indented bullets, it is....
    • and the next bullet on the same indent is fine and if adding yet another indent level
      • it creates a square bullet symbol




dylanyoung
Tera Contributor

Hi Kris,



Do you know if it does this by default when using the WYSIWYG editor?


kriss
Tera Contributor

Yes, it is my experience that the WYSIWYG editor inserts the extra line item code when you choose to indent the next line following a list item. This extra code is inserted when you hit "save" or "update" or "view article"