baytrends (version 1.1.0)

.H3: Print out 3rd level header (shortened pandoc.header)

Description

Print out 3rd level header (shortened pandoc.header)

Usage

.H3(text)

Arguments

text

text of header

Value

n/a

See Also

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

Examples

Run this code
# NOT RUN {
.H2("2nd level header")
.H3("3rd level header")
# }

Run the code above in your browser using DataCamp Workspace