@powerduck/md-editor 0.9.4 → 0.10.0
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.
- package/dist/index.cjs +60 -12
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +491 -367
- package/dist/plugins/mention.d.ts +8 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -98,6 +98,8 @@ export declare class MarkdownEditor {
|
|
|
98
98
|
private showHelpPopup;
|
|
99
99
|
private handleImageFile;
|
|
100
100
|
private showTipsPopup;
|
|
101
|
+
private showMathPopup;
|
|
102
|
+
private showMindmapPopup;
|
|
101
103
|
private setupCopyHandler;
|
|
102
104
|
private copyToClipboard;
|
|
103
105
|
private fallbackCopy;
|