Description Usage Arguments Value Examples
Wraps a list of strings into an unordered list
| 1 2 |   unordered.list(elements, list.opts = list(),
    element.opts = list())
 | 
| elements | list of elements matching the elements of the html unordered list | 
| list.opts | list of optional attributes to be applied to the <ul> tag | 
| element.opts | list of optional attributes to be applied to each <li> tag in the list | 
character
| 1 2 3 4 | {
elements = list("apples", "oranges", "bananas")
unordered.list(elements)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.