Hi,
I'm not able to get unordered lists in comments working so that the items are indented and that the bullets show. (Screenshot of another theme attached.) I'm using Version 3.4.4.
Here's the code I'm using:
Code:
This is a list:
<ul>
<li>first item</li>
<li>next item</li>
<li>last item</li>
</ul>
The code works fine in a post, just not in a comment.
Any ideas?