Now that Signal has implemented support for bold, italic, strikethrough and monospace formatting, it would be nice to synchronize that with scli's own formatting logic, when use-formatting is set to true.
- If someone sends bold message to me from Android app, I want to see it in scli rendered as bold.
- If I reply with
*hello* from scli, I want it rendered as bold on Android.
- The same logic for
_italic_, ~strikethrough and `monospace`.
- Bonus points for supporting multiline monospace formatting using
```
echo hello
echo world
```
I'm not sure how the logic should be when use-formatting is set to false.
Now that Signal has implemented support for bold, italic, strikethrough and monospace formatting, it would be nice to synchronize that with scli's own formatting logic, when
use-formattingis set totrue.*hello*from scli, I want it rendered as bold on Android._italic_,~strikethroughand`monospace`.I'm not sure how the logic should be when
use-formattingis set tofalse.