In the
WYSIWYG editor, just highlight your text and click the '
unordered list' button.
HTML code produced...
<ul>
<li>Detail 1</li>
<li>Detail 2</li>
<li>Detail 3</li>
</ul>
To customise the bullets appearance you'd need to add custom CSS, like in
this tutorial.