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