mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
chore(admonitions): start off with a fresh copy of blockquote plugin
This commit is contained in:
15
packages/ckeditor5-admonition/src/index.ts
Normal file
15
packages/ckeditor5-admonition/src/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
||||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
/**
|
||||
* @module block-quote
|
||||
*/
|
||||
|
||||
export { default as BlockQuote } from './blockquote.js';
|
||||
export { default as BlockQuoteEditing } from './blockquoteediting.js';
|
||||
export { default as BlockQuoteUI } from './blockquoteui.js';
|
||||
export type { default as BlockQuoteCommand } from './blockquotecommand.js';
|
||||
|
||||
import './augmentation.js';
|
||||
Reference in New Issue
Block a user