首页 > 解决方案 > 使用CDN时如何将插件添加到ckeditor5

问题描述

我目前没有使用任何 javascript 捆绑程序或预处理器,而是使用 CDN 构建的 ckeeditor:

<script src="https://cdnjs.cloudflare.com/ajax/libs/ckeditor5/29.2.0/ckeditor.min.js" integrity="sha512-wwT0JJH+SBiBr/tGqYtpnYLSMOpDt3fLdY1XHWyGSN7YWPnmdz/CoSYUa+ystmwqnb07QvtslyRjciQ9uIhVkg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
 ClassicEditor.create(document.getElementById('myeditor'))

如何添加降价插件?

https://ckeditor.com/docs/ckeditor5/latest/api/module_markdown-gfm_markdown-Markdown.html

标签: ckeditorckeditor5

解决方案


推荐阅读