md_text: Markdown textual content

View source: R/md-text.R

md_textR Documentation

Markdown textual content

Description

Simple wrapper around glue::as_glue(). Take a character vector and return a glue vector.

Usage

md_text(x)

Arguments

x

A character vector.

Details

Any characters not given an interpretation by the [other] rules will be parsed as plain textual content.

Value

A glue vector.

See Also

Other inline functions: md_autolink(), md_bold(), md_code(), md_convert(), md_disallow(), md_escape(), md_hardline(), md_image(), md_issue(), md_italic(), md_link(), md_softline(), md_strike()

Examples

md_text("foo")

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