baytrends (version 1.1.0)

.V: Print out text (blended pandoc.emphasis, .verbatim, and .strong)

Description

Print out text (blended pandoc.emphasis, .verbatim, and .strong)

Usage

.V(text = " ", t = "v")

Arguments

text

text

t

emphasis or stong or verbatim

Value

n/a

See Also

.F .H .H2 .H3 .H4 .P .T .V

Examples

Run this code
# NOT RUN {
.V("Hello World!",'v')
.V("Hello World!",'e')
.V("Hello World!",'s')
.V("Hello World!")
# }

Run the code above in your browser using DataCamp Workspace