Hi all,
Can anyone check whether the following occurs in RH2015?
1. Select a couple of paragraphs.
2. Click the Bullet icon to create an unordered list.
3. Switch to HTML view and check if the list has something like style="list-style: disc;" (or circle, or similar) hard-coded.
e.g. <ul style="list-style: disc;">
<li>My bullet 1</li>
<li>My bullet 2</li>
</ul>
Thanks in advance.