atx_header: ATX-Style Markdown Header

atx_headerR Documentation

ATX-Style Markdown Header

Description

Produces the ATX-style markdown header (i.e., a number of hashes) for the input header level.

Usage

atx_header(level)

Arguments

level

numeric; Integer number of header level.

Value

String of ATX-style markdown header.

Examples

h1 <- atx_header(1)
h2 <- atx_header(2)
h3 <- atx_header(3)
h4 <- atx_header(4)


MVR-GIS/rarr documentation built on March 4, 2023, 11:47 p.m.