mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
chore(admonitions): start off with a fresh copy of blockquote plugin
This commit is contained in:
parent
21658e62b4
commit
9af9845985
@ -77,6 +77,7 @@ import { Mermaid } from "../../ckeditor5-mermaid/src/index";
|
|||||||
import '../../ckeditor5-footnotes/src/footnote.css';
|
import '../../ckeditor5-footnotes/src/footnote.css';
|
||||||
import { Footnotes } from '../../ckeditor5-footnotes';
|
import { Footnotes } from '../../ckeditor5-footnotes';
|
||||||
import Kbd from "../../ckeditor5-keyboard-marker/src/Kbd";
|
import Kbd from "../../ckeditor5-keyboard-marker/src/Kbd";
|
||||||
|
import { Admonition } from "../../ckeditor5-admonition";
|
||||||
|
|
||||||
export const COMMON_PLUGINS = [
|
export const COMMON_PLUGINS = [
|
||||||
// essentials package expanded to allow selectively disable Enter and ShiftEnter
|
// essentials package expanded to allow selectively disable Enter and ShiftEnter
|
||||||
@ -151,7 +152,8 @@ export const COMMON_PLUGINS = [
|
|||||||
AutoformatMath,
|
AutoformatMath,
|
||||||
Footnotes,
|
Footnotes,
|
||||||
Mermaid,
|
Mermaid,
|
||||||
Kbd
|
Kbd,
|
||||||
|
Admonition
|
||||||
];
|
];
|
||||||
|
|
||||||
export const COMMON_SETTINGS = { };
|
export const COMMON_SETTINGS = { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user