pub fn content_text(args: &[ValueWord]) -> Result<ValueWord>
Create a plain text ContentNode.
Content.text("hello") → ContentNode::plain("hello")
Content.text("hello")
ContentNode::plain("hello")