macro_rules! underline {
    ( $str: tt ) => { ... };
    ( $other: expr) => { ... };
}