We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275b695 commit ae08d95Copy full SHA for ae08d95
assets/ckeditor/plugins/extendedMarkdown.js
@@ -17,8 +17,7 @@
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
20
-import { Plugin } from 'ckeditor5';
21
-import {MarkdownGfmDataProcessor} from 'ckeditor5';
+import { Plugin, MarkdownGfmDataProcessor } from 'ckeditor5';
22
23
const ALLOWED_TAGS = [
24
//Common elements
0 commit comments