Description Usage Value Examples
Convert selected text into an (un)ordered list.
1 2 3 |
listr()
returns an unordered markdown list
olistr()
returns an ordered markdown list
1 2 3 4 5 6 7 8 | ## Not run:
#unordered list
remedy_example(c('line 1','line 2'),listr)
#ordered list
remedy_example(c('line 1','line 2'),olistr)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.