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