codemirror6光标处插入文本如下
view.dispatch({ changes: { from: range.from, to: range.to, insert: text } })
如果插入文本并且将光标放在插入文本中间该如何实现,比如markdown中的``,需要将光标插入`之间