Lists shortcode will allow you to add lists to any page inside visual editor. For instance it can be added between paragraphs of texts. You can insert lists by clicking on green button in visual editor:
You can set up options for your lists:
By clicking on Insert shortcode button you’ll get the like like:
[lists]
<ul>
<li>Lorem…</li>
<li>Ipsum…</li>
</ul>
[/lists]
The code above will generate the following:
- Lorem…
- Ipsum…