hectorguo / CKEditor-Markdown-Plugin

Markdown Plugin for CKEditor
http://hectorguo.github.io/CKEditor-Markdown-Plugin/
112 stars 24 forks source link

Markdown plugin does not work #30

Open tokhab opened 6 years ago

tokhab commented 6 years ago

This happens when you press the "Markdown" button. selection_006 Second pressed Markdown button selection_007

aiguoli commented 3 years ago

open plugin.js and modifiy line 49 to

textarea.addClass('cke_source','cke_reset','cke_enable_context_menu');

then it can work correctly