macro_rules! paragraph {
($title_style:ident, $title:expr, $text_style:ident, $text:expr) => { ... };
}Expand description
Macro to print a paragraph with a title and text The text is automatically wrapped to the max width
macro_rules! paragraph {
($title_style:ident, $title:expr, $text_style:ident, $text:expr) => { ... };
}Macro to print a paragraph with a title and text The text is automatically wrapped to the max width