macro_rules! blockquote {
() => { ... };
( $( $param:tt )* ) => { ... };
}Expand description
Creates a new Blockquote element. Same behavior as the elem! macro.
macro_rules! blockquote {
() => { ... };
( $( $param:tt )* ) => { ... };
}Creates a new Blockquote element. Same behavior as the elem! macro.