paragraphs!() { /* proc-macro */ }
Shorthand for creating multiple paragraphs from a sequence of [crate::view::Line]’s.
crate::view::Line
paragraphs!(line1, line2, line3);
Any type implementing Into<Line> is accepted.
Into<Line>