helloflask / flask-ckeditor

CKEditor integration for Flask, including image upload, code syntax highlight, and more.
https://flask-ckeditor.readthedocs.io
MIT License
200 stars 67 forks source link

The example about how to use Markdown in the Flask-CKEditor is Missing #13

Closed meizhaohui closed 5 years ago

meizhaohui commented 5 years ago

this example is Missing

I use the app.config['CKEDITOR_EXTRA_PLUGINS'] = ['markdown'] and app.config['CKEDITOR_ENABLE_MARKDOWN'] = True will lead the CKEditor shows the "Markdown" button. But when I click it ,the input text will be clear. And then can't input anything. Please help. Thanks.

input can't display like this: default

greyli commented 5 years ago

This feature was removed since the markdown plugin is unmaintained and not work with CKEditor > 4.6. The documentation needs to update.