@ones-editor/editor 2.5.1-beta.10 → 2.5.1-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ import ImageBoxToMarkdown from './image';
|
|
|
9
9
|
export declare function getBoxes(): {
|
|
10
10
|
br: typeof BrBoxToMarkdown;
|
|
11
11
|
file: typeof FileBoxToMarkdown;
|
|
12
|
-
|
|
12
|
+
math: typeof MathjaxBoxToMarkdown;
|
|
13
13
|
mention: typeof MentionBoxToMarkdown;
|
|
14
14
|
date: typeof DateBoxToMarkdown;
|
|
15
15
|
'task-link': typeof TaskLinkBoxToMarkdown;
|