Simple wrapper around glue::as_glue()
. Take a character vector and return a
glue vector.
md_text(x)
A character vector.
A glue
vector.
Any characters not given an interpretation by the [other] rules will be parsed as plain textual content.
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()
md_text("foo")
#> foo