Merge pull request #1823 from trinketapp/master

add missing backslash
This commit is contained in:
Harutyun Amirjanyan 2014-02-19 22:41:39 +04:00
commit 89c6609e97

View file

@ -79,7 +79,7 @@ var MarkdownHighlightRules = function() {
github_embed("css", "csscode-"),
{ // Github style block
token : "support.function",
regex : "^```\\s*\S*(?:{.*?\\})?\\s*$",
regex : "^```\\s*\\S*(?:{.*?\\})?\\s*$",
next : "githubblock"
}, { // block quote
token : "string.blockquote",