Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hefeng122/0a57e0fcde80081bd684b6d7771db50d to your computer and use it in GitHub Desktop.
Save hefeng122/0a57e0fcde80081bd684b6d7771db50d to your computer and use it in GitHub Desktop.
search and replace all mal-rendered emphasized text in github markdown
search regex:
~*(?:^|[^~])(~~(\\w+(\\s\\w+)*)~~)
# replace with (attention: there's a white space at the end)
**$1**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment