md_blank: Markdown blank line

View source: R/md-lines.R

md_blankR Documentation

Markdown blank line

Description

Create a blank line between other markdown block-level elements.

Usage

md_blank()

Details

Blank lines between block-level elements are ignored, except for the role they play in determining whether a list is tight or loose.

Blank lines at the beginning and end of the document are also ignored.

Value

A glue vector of length one containing two newline characters.

See Also

Other leaf block functions: md_chunk(), md_fence(), md_heading(), md_indent(), md_label(), md_paragraph(), md_reference(), md_rule(), md_setext(), md_table()

Examples

md_blank

gluedown documentation built on Nov. 2, 2023, 5:48 p.m.