File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 */
1919
2020import { Plugin } from 'ckeditor5' ;
21- import { MarkdownGfmDataProcessor } from '@ckeditor/ ckeditor5-markdown-gfm ' ;
21+ import { MarkdownGfmDataProcessor } from 'ckeditor5' ;
2222
2323const ALLOWED_TAGS = [
2424 //Common elements
@@ -34,7 +34,6 @@ const ALLOWED_TAGS = [
3434
3535 //Block elements
3636 'span' ,
37- 'p' ,
3837 'img' ,
3938
4039
Original file line number Diff line number Diff line change 1818 */
1919
2020import { Plugin } from 'ckeditor5' ;
21- import { MarkdownGfmDataProcessor } from '@ckeditor/ ckeditor5-markdown-gfm ' ;
21+ import { MarkdownGfmDataProcessor } from 'ckeditor5' ;
2222
2323const ALLOWED_TAGS = [
2424 //Common elements
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import { default as HTMLLabelEditor } from "../../ckeditor/html_label";
2525
2626import { EditorWatchdog } from 'ckeditor5' ;
2727
28+ import "ckeditor5/ckeditor5.css" ; ;
2829import "../../css/components/ckeditor.css" ;
2930
3031/* stimulusFetch: 'lazy' */
Original file line number Diff line number Diff line change 3535 "@algolia/autocomplete-theme-classic" : " ^1.17.0" ,
3636 "@ckeditor/ckeditor5-dev-translations" : " ^43.0.1" ,
3737 "@ckeditor/ckeditor5-dev-utils" : " ^43.0.1" ,
38- "@ckeditor/ckeditor5-markdown-gfm" : " ^46.0.0" ,
3938 "@jbtronics/bs-treeview" : " ^1.0.1" ,
4039 "@part-db/html5-qrcode" : " ^3.1.0" ,
4140 "@zxcvbn-ts/core" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 13411341 " @ckeditor/ckeditor5-utils" " 46.0.0"
13421342 ckeditor5 "46.0.0"
13431343
1344- " @ckeditor/ckeditor5-markdown-gfm@46.0.0" , "@ckeditor/ckeditor5-markdown-gfm@^46.0.0" :
1344+ " @ckeditor/ckeditor5-markdown-gfm@46.0.0 " :
13451345 version "46.0.0"
13461346 resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-46.0.0.tgz#8374793da3aedbd3ec42bd85793dc4d6f53ca4df"
13471347 integrity sha512-uDHTS+VrmUY/bZWDQv/9nOOSMnfLOymAmvQ/oTNPlIZQXxprDU1cH221TxOZpvE0u1SHC3Spomt38Ea6yqzGZw==
You can’t perform that action at this time.
0 commit comments