md_text | R Documentation |
Simple wrapper around glue::as_glue()
. Take a character vector and return a
glue vector.
md_text(x)
x |
A character vector. |
Any characters not given an interpretation by the [other] rules will be parsed as plain textual content.
A glue
vector.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.