Description Usage Slots Author(s) See Also Examples
Some utilities to insert ordered and unordered lists into TiddlyWiki.
new ("twList", elements, level, type)
twList (elements, ...)
elements
:a character vector of the elements of the list.
level
:a numeric vector indicating the level of indentation of each of the elements of the list.
type
:a character vector indicating the desired bullet type. Allowed values are: "o" for "ordered" type elements and "u" for unordered.
David Montaner dmontaner@cipf.es
1 2 3 4 5 6 |
[1] "* line one" "## line two" "## line three"
[1] "* A" "* B" "* C" "* D" "* E"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.