matterbridge
matterbridge copied to clipboard
Option to insert a > to every new line of QUOTEMESSAGE
Is your feature request related to a problem? Please describe.
On Discord and other platforms, there is markdown syntax to include every line beginning with '>' into a quote block. Using QuoteFormat="> {QUOTENICK}: \n > {QUOTEMESSAGE} \n \n {MESSAGE}"
is not optimal because QUOTEMESSAGE might contain two consecutive linebreaks, thus breaking the syntax and the quote block.
Describe the solution you'd like It would be cool if there were an option to include the > symbol on the beginning of every new line of QUOTEMESSAGE to make perfect quotemarkdown parsing on Discord. It could be called AppendQuoteGT and be set to true or false.
Describe alternatives you've considered
QuoteFormat="> {QUOTENICK}: \n > {QUOTEMESSAGE} \n \n {MESSAGE}"
Additional context Add any other context or screenshots about the feature request here.