lepture / editor

A markdown editor. http://lab.lepture.com/editor/
https://lepture.com/
2.79k stars 264 forks source link

Multiple instances #64

Open eldair opened 9 years ago

eldair commented 9 years ago

Hello, I can't create multiple instances of Editor, any help appreciated.

eldair commented 9 years ago

Change line 7143 in editor.js to be el = this.element ? this.element[0] : document.getElementsByTagName('textarea')[0];

Also in documentations, element option should be $('element')