Learn R Programming

gluedown (version 1.0.9)

md_text: Markdown textual content

Description

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

Usage

md_text(x)

Value

A glue vector.

Arguments

x

A character vector.

Details

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

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

Run this code
md_text("foo")

Run the code above in your browser using DataLab