README.md in simditor-2.1.14 vs README.md in simditor-2.1.15
- old
+ new
@@ -24,11 +24,10 @@
editor = new Simditor(
textarea: $('#editor')
toolbar: [
'title','bold','italic','underline','strikethrough','color','|'
'ol','ul','blockquote','code','table','link','image','hr','|'
- 'indent','outdent','|'
- 'source'
+ 'indent','outdent'
]
pasteImage: true
defaultImage: '<%= image_path "upload-loading.png" %>'
upload: url: '/upload')
```