allow markdown code blocks without a tag
This commit is contained in:
parent
20cf910ade
commit
093940f151
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ var MarkdownHighlightRules = function() {
|
|||
github_embed("css", "css-"),
|
||||
{ // Github style block
|
||||
token : "support.function",
|
||||
regex : "^```[a-zA-Z]+\\s*$",
|
||||
regex : "^```[a-zA-Z]*\\s*$",
|
||||
next : "githubblock"
|
||||
}, { // block quote
|
||||
token : "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue