Create a blank line between other markdown block-level elements.
md_blank()A glue vector of length one containing two newline characters.
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.
Other leaf block functions:
md_chunk(),
md_fence(),
md_heading(),
md_indent(),
md_label(),
md_paragraph(),
md_reference(),
md_rule(),
md_setext(),
md_table()
md_blank
#> function ()
#> {
#> glue::glue("\n")
#> }
#> <bytecode: 0x555c3a09c188>
#> <environment: namespace:gluedown>