Skip to content

Instantly share code, notes, and snippets.

@ToastyStoemp
Created November 17, 2015 18:27
Show Gist options
  • Save ToastyStoemp/b9306ec44fab7cf951fc to your computer and use it in GitHub Desktop.
Save ToastyStoemp/b9306ec44fab7cf951fc to your computer and use it in GitHub Desktop.
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