Merge pull request #912 from quexer/patch-1
Update lib/ace/mode/markdown_highlight_rules.js
This commit is contained in:
commit
86f4e1f214
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ var MarkdownHighlightRules = function() {
|
|||
token: "markup.heading.1",
|
||||
regex: "^=+(?=\\s*$)"
|
||||
}, { // h2
|
||||
token: "markup.heading.1",
|
||||
token: "markup.heading.2",
|
||||
regex: "^\\-+(?=\\s*$)"
|
||||
}, { // header
|
||||
token : function(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue