italicsr {remedy}R Documentation

Emphasize

Description

Emphasize the selected text.

Usage

italicsr()

boldr()

striker()

Value

emboldened, italicized or strikethrough text (in markdown)

Examples

## Not run: 
remedy_example(
    c( "to_italic"), 
    italicsr
    )
remedy_example(
    c( "to_bold"), 
    boldr
    )
remedy_example(
    c( "to_strike"), 
    striker
    )

## End(Not run)


[Package remedy version 0.1.0 Index]