When sending to IRC, convert italics to markdown, not control codes #1552
Labels
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements.
For
#emacs:libera.chat
, the channel mode contains+c
.Currently, user does not have an easy way in desktop Element to always rely on message being sent as plain text. See element-hq/element-web#20321 (comment).
Underscores are silently converted to html italics,
> a quote
is silently converted to blockquote html. IRC bridge silently converts these to control codes or ASCII text, the Element/Matrix user is not aware of this. If the IRC channel silently drops control codes, but not the>
character, user may not be aware of what actually is received at other end. This can be unfortunate if these characters are part of a syntax under discussion on IRC channel, or is being used to interact with a channel bot.In particular,
_underscored text_
is silently received asunderscored text
on+c
channels.As long as Element, arguably the flagship Matrix client, is not facilitating sending non-html text converted from markdown, I would suggest that italics and bold text are not converted to control codes by IRC bridge.
I understand the likelihood that this project will decide to not avoid control codes. I hope such an explicit stance hopes to further motivate the issue at Element for desktop.
The text was updated successfully, but these errors were encountered: