mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
Fixed linting
This commit is contained in:
parent
2b1fadf757
commit
0162df47b3
@ -182,7 +182,6 @@ function registerInlineMarkdownTextExpansions(editor) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function matchEmStar(editor, text) {
|
function matchEmStar(editor, text) {
|
||||||
let {range} = editor;
|
|
||||||
// (?:^|\s) - match beginning of input or a starting space (don't capture)
|
// (?:^|\s) - match beginning of input or a starting space (don't capture)
|
||||||
// \* - match leading *
|
// \* - match leading *
|
||||||
// ( - start capturing group
|
// ( - start capturing group
|
||||||
|
Loading…
Reference in New Issue
Block a user