dot-V function

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

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

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

Arguments

  • text: text
  • t: emphasis or stong or verbatim

Returns

n/a

Examples

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

See Also

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