You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the markdown formatter works as it should but it leaves behind the markdown characters.
Current outcome:
Wanted outcome:
Describe the solution you'd like
I would like the option to remove the markdown characters as in the case of **/add** -> /add (removed stars) [/help] -> /help (removed parentheses)
This could be an extra markdown option, instead of an extra UI button.
Describe alternatives you've considered
I tried pasting bold text, it does not seem to work.
This discussion was converted from issue #1489 on December 27, 2024 23:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Currently the markdown formatter works as it should but it leaves behind the markdown characters.
Current outcome:
Wanted outcome:
Describe the solution you'd like
I would like the option to remove the markdown characters as in the case of
**/add**
-> /add (removed stars)[/help]
-> /help (removed parentheses)This could be an extra markdown option, instead of an extra UI button.
Describe alternatives you've considered
I tried pasting bold text, it does not seem to work.
Additional context
thanks for the project 👍
Beta Was this translation helpful? Give feedback.
All reactions