overtype 2.3.8 → 2.3.9

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/overtype.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * OverType v2.3.8
2
+ * OverType v2.3.9
3
3
  * A lightweight markdown editor library with perfect WYSIWYG alignment
4
4
  * @license MIT
5
5
  * @author David Miranda
@@ -6235,6 +6235,7 @@ if (typeof window !== "undefined" && typeof window.document !== "undefined") {
6235
6235
  // Extract exports BEFORE reassigning OverType (var OverType is window.OverType)
6236
6236
  window.toolbarButtons = OverType.toolbarButtons;
6237
6237
  window.defaultToolbarButtons = OverType.defaultToolbarButtons;
6238
+ window.markdownActions = OverType.markdownActions;
6238
6239
  window.OverType = OverType.default ? OverType.default : OverType;
6239
6240
  }
6240
6241