macro_rules! unsafe_text {
    ($($tt:tt)*) => { ... };
}
Expand description

Creates a Node::UnsafeText.

Warning

Node::UnsafeText is not escaped when rendered, and as such, can allow for XSS attacks. Use with caution!