Forked from xiaolai/gist:2ffe003b05eb3a2f7ba933858d353d7d
Created
March 17, 2020 15:27
-
-
Save zdway10/742699146fb45b929245782964653543 to your computer and use it in GitHub Desktop.
search and replace all mal-rendered emphasized text in github markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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