Convert Text To XHTML List
When pasting a series of items in your Web page, such as a bulletted list from a word processor,
most WYSIWYG editors will interpret this list as plain text, separated by br.
By applying this Aggiorning, this text will be converted to an unordered list
(<ul>...</ul>), containing list items (<li>...</li>).
Look at the example below or watch the video to see how to perform this operation.