codemirror / codemirror5

In-browser code editor (version 5, legacy)
http://codemirror.net/5/
MIT License
26.82k stars 4.97k forks source link

Add List Auto-competion in Markdown Mode #994

Closed tonytonyjan closed 11 years ago

tonytonyjan commented 11 years ago

Just like ACE does:

alt

Or this feature can be customized?

marijnh commented 11 years ago

See https://github.com/marijnh/CodeMirror/blob/master/lib/util/continuecomment.js -- a similar thing could be done for markdown mode by overriding enter and backspace. But I'm not going to do it. Pull requests welcome, but I'm closing this issue.