We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like ~~strikethrough~~ formatted text doesn't render as expected
~~strikethrough~~
The text was updated successfully, but these errors were encountered:
What terminal are you using? It might be that it doesn't support strikethrough, here's a simple test:
echo -e "\e[9mstrikethrough\e[0m"
Sorry, something went wrong.
What terminal are you using? It might be that it doesn't support strikethrough, here's a simple test: echo -e "\e[9mstrikethrough\e[0m"
That's it! My mistake :)
FWIW: tmux inside Terminal.app with the Hack Nerd Font Mono Regular 14
No branches or pull requests
Looks like
~~strikethrough~~
formatted text doesn't render as expectedThe text was updated successfully, but these errors were encountered: