Add ability to special format the text
Open
- Dominant language
- Go
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Add the ability to special format the text passed to paragraphical
**Describe the solution you'd like**
Currently "Format" supports args limit and text.
#### Proposed new args list:
- limit int
- text string
- title string
- : An optional title for the given text.
- Default: ""
- prettify bool
- Adds Bold & underline to the title and italics to the text
- Default: False
- colourise bool
- Adds color to title (Red) and text (Grey)
- Default: False
Contributor guide
Assessment
This issue has not been assessed yet.