Insert a heading with a specified level.
Usage
mdHeading(..., level = 1, newlines = 2)
Arguments
- ...
passed to mdPaste
- level
The header level, i.e. the number of `#`s. Defaults to 1.
- newlines
The number of newlines inserted after the heading. Defaults to 2.
See also
Other markdown helper function:
addFiguresAndTables(),
mdBullet(),
mdBullet0(),
mdCaption(),
mdFigure(),
mdFootNote(),
mdLink(),
mdNewline(),
mdNewpage(),
mdPaste(),
mdPaste0(),
mdTable()