carbon-app / carbon

:black_heart: Create and share beautiful images of your source code
https://carbon.now.sh
MIT License
34.29k stars 1.9k forks source link

Markdown support with option to remove markdown characters #1489

Open BoKKeR opened 10 months ago

BoKKeR commented 10 months ago

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: image Wanted outcome: image

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 👍