macro_rules! p { ($($all:tt)*) => { ... }; }
use rtml::*; assert_eq!( p!["This is a paragraph"].render(), "<p>This is a paragraph</p>" );