These functions are used to create text nodes. Text nodes are used to represent textual elements in markdown.

md_text_normal(x)

md_text_nullchar()

md_text_br()

md_text_softbr()

md_text_entity(x)

md_text_code(x)

md_text_html(x)

md_text_latexmath(x)

Arguments

x

Text content of the node.

Value

Returns a character vector with a class of specified type along with md_text and md_node.

See also