listr: Convert to list

Description Usage Value Examples

Description

Convert selected text into an (un)ordered list.

Usage

1
2
3

Value

listr() returns an unordered markdown list

olistr() returns an ordered markdown list

Examples

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)

remedy documentation built on May 2, 2019, 8:30 a.m.