forked from Wavyzz/dolibarr
NEW Upgrade ace to 1.4.8 - Upgrade select2 to 4.0.13
This commit is contained in:
@@ -1083,7 +1083,7 @@ var MarkdownHighlightRules = function() {
|
||||
next : "blockquote"
|
||||
}, { // HR * - _
|
||||
token : "constant",
|
||||
regex : "^ {0,2}(?:(?: ?\\* ?){3,}|(?: ?\\- ?){3,}|(?: ?\\_ ?){3,})\\s*$",
|
||||
regex : "^ {0,3}(?:(?:\\* ?){3,}|(?:\\- ?){3,}|(?:\\_ ?){3,})\\s*$",
|
||||
next: "allowBlock"
|
||||
}, { // list
|
||||
token : "markup.list",
|
||||
|
||||
Reference in New Issue
Block a user