glow icon indicating copy to clipboard operation
glow copied to clipboard

feature: render ~~strikethrough~~

Open crides opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add ~~strikethrough~~ rendering with ~~strikethrough~~. Apparently on Discord it's ~~ but GFM speced it to be ~ or ~~

Describe alternatives you've considered N/A

Additional context N/A

crides avatar Jun 07 '23 03:06 crides

Related: https://github.com/yuin/goldmark/blob/master/extension/ast/strikethrough.go looks like Terminal.app doesn't support strikethrough text

bashbunni avatar Aug 23 '23 17:08 bashbunni

printf "\e[9m"
printf "Some Text"
printf "\e[m\n"

Works for me in bash, with:

  • Konsole
  • Alacritty
  • Kitty
  • BlackBox
  • Gnome Terminal

so, it's doable to have strike-through text in a terminal

snoweuph avatar May 30 '24 08:05 snoweuph

this is fixed on master

caarlos0 avatar Jul 10 '24 19:07 caarlos0