Closed vrom911 closed 4 years ago
I find myself writing
b :: Text -> Text b = formatWith [bold] i :: Text -> Text i = formatWith [italic]
again and again.
I propose to add a module in colourista with such functions for faster small styling.
colourista
What do you think @chshersh ?
@vrom911 I love the idea ❤️ I guess we can start with three functions: b (bold), i (italic) and u (underlining).
b
i
u
I find myself writing
again and again.
I propose to add a module in
colourista
with such functions for faster small styling.What do you think @chshersh ?