jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Auto close brackets addon not working #75

Open GNHua opened 7 years ago

GNHua commented 7 years ago

I tried to add auto closing brackets addon from this codemirror example.

I added the addon javascript, and set autoCloseBrackets to be true for CodeMirror. js cm

In the codemirror example, when a [ key is pressed, it generates [], and put cursor in the bracket.

The issue is that when I press [ key, it generates [][. The same goes for keys like {, (.