Created
November 17, 2015 18:27
-
-
Save ToastyStoemp/b9306ec44fab7cf951fc to your computer and use it in GitHub Desktop.
This file contains 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
italic | |
/\*(?!\*)[a-z]+\*/igm | |
bold | |
/\*\*[a-z]+\*\*/igm | |
code blocks | |
/```[\s\S]+?(?=```)+```/gm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment