baytrends (version 2.0.11)

.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")

Value

n/a

Arguments

text

text

t

emphasis or stong or verbatim

See Also

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

Examples

Run this code
.V("Hello World!",'v')
.V("Hello World!",'e')
.V("Hello World!",'s')
.V("Hello World!")

Run the code above in your browser using DataLab