Merge branch 'n1073645-master'
This commit is contained in:
commit
ddb77c6ab3
@ -47,6 +47,7 @@
|
|||||||
"block-spacing": "error",
|
"block-spacing": "error",
|
||||||
"array-bracket-spacing": "error",
|
"array-bracket-spacing": "error",
|
||||||
"comma-spacing": "error",
|
"comma-spacing": "error",
|
||||||
|
"spaced-comment": ["error", "always", { "exceptions": ["/"] } ],
|
||||||
"comma-style": "error",
|
"comma-style": "error",
|
||||||
"computed-property-spacing": "error",
|
"computed-property-spacing": "error",
|
||||||
"no-trailing-spaces": "warn",
|
"no-trailing-spaces": "warn",
|
||||||
|
|||||||
@ -446,7 +446,6 @@ class HighlighterWaiter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const cssClass = "hl1";
|
const cssClass = "hl1";
|
||||||
//if (colour) cssClass += "-"+colour;
|
|
||||||
|
|
||||||
// Remove HTML tags
|
// Remove HTML tags
|
||||||
text = text
|
text = text
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user