@powerduck/md-editor 0.5.0 → 0.7.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.d.ts CHANGED
@@ -82,7 +82,7 @@ export declare class MarkdownEditor {
82
82
  private generateTable;
83
83
  private showHelpPopup;
84
84
  private handleImageFile;
85
- private insertTipBlock;
85
+ private showTipsPopup;
86
86
  private setupCopyHandler;
87
87
  private insertSnippet;
88
88
  private wrapSnippet;
@@ -110,4 +110,4 @@ export { debounce, adaptiveDebounceMs, scheduleIdle, cancelIdle } from './perf/s
110
110
  export { icons, type IconName } from './icons.js';
111
111
  export { Popup, type PopupConfig, type PopupField } from './plugins/popup.js';
112
112
  export { extractYouTubeId, youTubeEmbedMarkdown, imageMarkdown, videoMarkdown, isVideoFile } from './plugins/media.js';
113
- export { DEFAULT_SHORTCUTS, matchShortcut, formatShortcut, type ShortcutDef } from './plugins/keyboard.js';
113
+ export { DEFAULT_SHORTCUTS, matchShortcut, formatShortcut, formatShortcutHtml, type ShortcutDef } from './plugins/keyboard.js';