@powerduck/md-editor 0.10.0 → 0.10.2

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
@@ -103,6 +103,7 @@ export declare class MarkdownEditor {
103
103
  private setupCopyHandler;
104
104
  private copyToClipboard;
105
105
  private fallbackCopy;
106
+ private escapeHtml;
106
107
  private insertSnippet;
107
108
  private wrapSnippet;
108
109
  private togglePreview;