struct ExpandoNode * node_text_new(const char *text)
Create a new Text ExpandoNode.
struct ExpandoNode * node_text_parse(const char *str, NodeTextTermFlags term_chars, const char **parsed_until)
Extract a block of text.
uint8_t NodeTextTermFlags
Special characters that end a text string.