Fixed linting

This commit is contained in:
Kevin Ansfield 2019-04-29 13:56:00 +02:00
parent 2b1fadf757
commit 0162df47b3

View File

@ -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