Skip to content

Instantly share code, notes, and snippets.

@xiaolai
Created February 6, 2020 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save xiaolai/2ffe003b05eb3a2f7ba933858d353d7d to your computer and use it in GitHub Desktop.
Save xiaolai/2ffe003b05eb3a2f7ba933858d353d7d 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