I am trying to add bulleted lists to some of the text we put in the custom content boxes in our community. I'm using the html code: <ul> <li>item 1</li> <li>item 2</li> </ul> This puts a hard return between each list item, but it doesn't add a bullet. Is there a different code I can use to add bullets in front of each item?
... View more