remove log
This commit is contained in:
@@ -35,7 +35,6 @@ export default new Mark()
|
|||||||
'Mod-b': () => editor.bold()
|
'Mod-b': () => editor.bold()
|
||||||
}))
|
}))
|
||||||
.inputRules(({ type }) => {
|
.inputRules(({ type }) => {
|
||||||
console.log(type)
|
|
||||||
return ['**', '__'].map(character => {
|
return ['**', '__'].map(character => {
|
||||||
const regex = VerEx()
|
const regex = VerEx()
|
||||||
.add('(?:^|\\s)')
|
.add('(?:^|\\s)')
|
||||||
|
|||||||
Reference in New Issue
Block a user