chore(admonitions): start off with a fresh copy of blockquote plugin

This commit is contained in:
Elian Doran 2025-03-13 18:27:05 +02:00
parent 21658e62b4
commit 9af9845985

View File

@ -77,6 +77,7 @@ import { Mermaid } from "../../ckeditor5-mermaid/src/index";
import '../../ckeditor5-footnotes/src/footnote.css';
import { Footnotes } from '../../ckeditor5-footnotes';
import Kbd from "../../ckeditor5-keyboard-marker/src/Kbd";
import { Admonition } from "../../ckeditor5-admonition";
export const COMMON_PLUGINS = [
// essentials package expanded to allow selectively disable Enter and ShiftEnter
@ -151,7 +152,8 @@ export const COMMON_PLUGINS = [
AutoformatMath,
Footnotes,
Mermaid,
Kbd
Kbd,
Admonition
];
export const COMMON_SETTINGS = { };