emphasize: Emphasize

Description Usage Value Examples

Description

Emphasize the selected text.

Usage

1
2
3
4
5

Value

emboldened, italicized or strikethrough text (in markdown)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
remedy_example(
    c( "to_italic"), 
    italicsr
    )
remedy_example(
    c( "to_bold"), 
    boldr
    )
remedy_example(
    c( "to_strike"), 
    striker
    )

## End(Not run)

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