Skip to content

Commit ae08d95

Browse files
committed
Fixed ckeditor loading
1 parent 275b695 commit ae08d95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/ckeditor/plugins/extendedMarkdown.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

20-
import { Plugin } from 'ckeditor5';
21-
import {MarkdownGfmDataProcessor} from 'ckeditor5';
20+
import { Plugin, MarkdownGfmDataProcessor } from 'ckeditor5';
2221

2322
const ALLOWED_TAGS = [
2423
//Common elements

0 commit comments

Comments
 (0)