powered by
Simple wrapper around glue::as_glue(). Take a character vector and return a glue vector.
glue::as_glue()
md_text(x)
A glue vector.
glue
A character 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_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")
Run the code above in your browser using DataLab