md_text {gluedown} | R 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")
[Package gluedown version 1.0.9 Index]