md_blank {gluedown}R 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

[Package gluedown version 1.0.9 Index]