Currently the app dosen't support text formatting. Add support for Text Formatting of messages. Following should be the function: - [x] Bold any text between 2 asterisk **\*** characters like: \* BOLD TEXT \* - [x] Italicize any text between 2 underscore **_** characters like: _ TEXT _ - [x] Strikethrough any text between 2 tilde **~** characters like: ~ TEXT ~ - [ ] Monospace any text between three backticks **\```** like: \``` TEXT \```
Currently the app dosen't support text formatting. Add support for Text Formatting of messages. Following should be the function:
* BOLD TEXT *
_ TEXT _
~ TEXT ~
``` TEXT ```