After creating a simple or multi-level list, you may want to include comments between items without interrupting the flow of the list. You can do this by using paragraph items in a list.
Here is a typical list with the tag bars shown to the left of the content.
Notice in the previous example that the entire list has an <ol> tag, and each line in the list has an <li> tag. Each time you press Enter after a line, a new <li> tag is created.
Let's say that we want to add two comments after #2. By turning #2 into a paragraph item, a <p> tag is added after the <li> tag in that line, and in each line that you create immediately after that line.
The paragraph item icon
is displayed at the beginning of the final paragraph item in that <li> tag. If you click this icon, that line becomes a new list item with its own <li> tag and a number (or bullet, if used) is displayed before it. For example, if we were to click the item in the image above, the resulting list would look as follows.
Finally, if you want to return a line in a list from a paragraph item to a simple item (without the <p> tag), you can do so easily.
How to add paragraph items in a list
at the bottom of the editor.
. Then click it.OR
. This button is located on the Text Format toolbar. If you do not see this toolbar, select View>Toolbars>Text Format.
to save your work.How to return a paragraph item in a list to a simple item
at the bottom of the editor.
. Then click it.OR
. This button is located on the Text Format toolbar. If you do not see this toolbar, select View>Toolbars>Text Format.
to save your work.