This app will allow you to see the actual message you'll send on discord. The reason behind creating this app is whenever I want to format my text on discord, such as making the text bold or colorized. I am not always 100% sure if the markdown will output the way I want it to be. So, I needed something to preview my markdown before submitting it.
*Italics*
**Bold**
***Bold Italics***
__Underline__
__*Underline Italics*__
__**Underline Bold**__
__***Underline Bold Italics***__
~~Strikethrough~~
>Block Quotes
>>>Multiline Block Quotes
`Code Blocks`
```MultiLine Code Blocks```
```diff - Red ```
```fix Yellow ```
```css [ Orange ] ```
```diff + Light Green ```
```bash "Light Blue" ```
```ini [ Dark Blue ] ```