@readme/markdown 6.52.1 → 6.52.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.
@@ -86,3 +86,5 @@ AnchorWithContext.sanitize = sanitizeSchema => {
86
86
  };
87
87
 
88
88
  module.exports = AnchorWithContext;
89
+
90
+ AnchorWithContext.getHref = getHref;
package/dist/main.js CHANGED
@@ -9203,6 +9203,7 @@ AnchorWithContext.sanitize = function (sanitizeSchema) {
9203
9203
  };
9204
9204
 
9205
9205
  module.exports = AnchorWithContext;
9206
+ AnchorWithContext.getHref = getHref;
9206
9207
 
9207
9208
  /***/ }),
9208
9209
 
@@ -52198,6 +52199,9 @@ var Variable = __webpack_require__(3689);
52198
52199
 
52199
52200
  var Components = __webpack_require__(3354);
52200
52201
 
52202
+ var _require2 = __webpack_require__(8447),
52203
+ getHref = _require2.getHref;
52204
+
52201
52205
  var GlossaryItem = Components.GlossaryItem,
52202
52206
  Code = Components.Code,
52203
52207
  Table = Components.Table,
@@ -52229,9 +52233,9 @@ var tableFlattening = __webpack_require__(4625);
52229
52233
  var toPlainText = __webpack_require__(4792); // Processor Option Defaults
52230
52234
 
52231
52235
 
52232
- var _require2 = __webpack_require__(2531),
52233
- options = _require2.options,
52234
- parseOptions = _require2.parseOptions;
52236
+ var _require3 = __webpack_require__(2531),
52237
+ options = _require3.options,
52238
+ parseOptions = _require3.parseOptions;
52235
52239
  /* Utilities
52236
52240
  */
52237
52241
 
@@ -52263,11 +52267,12 @@ function setup(blocks) {
52263
52267
  return ["".concat(blocks, "\n\n "), opts];
52264
52268
  }
52265
52269
 
52266
- var _require3 = __webpack_require__(3910),
52267
- calloutIcons = _require3.icons;
52270
+ var _require4 = __webpack_require__(3910),
52271
+ calloutIcons = _require4.icons;
52268
52272
 
52269
52273
  var utils = {
52270
52274
  BaseUrlContext: BaseUrlContext,
52275
+ getHref: getHref,
52271
52276
  GlossaryContext: GlossaryItem.GlossaryContext,
52272
52277
  options: options,
52273
52278
  VariablesContext: Variable.VariablesContext,
package/dist/main.node.js CHANGED
@@ -9203,6 +9203,7 @@ AnchorWithContext.sanitize = function (sanitizeSchema) {
9203
9203
  };
9204
9204
 
9205
9205
  module.exports = AnchorWithContext;
9206
+ AnchorWithContext.getHref = getHref;
9206
9207
 
9207
9208
  /***/ }),
9208
9209
 
@@ -34543,6 +34544,9 @@ var Variable = __webpack_require__(3689);
34543
34544
 
34544
34545
  var Components = __webpack_require__(3354);
34545
34546
 
34547
+ var _require2 = __webpack_require__(8447),
34548
+ getHref = _require2.getHref;
34549
+
34546
34550
  var GlossaryItem = Components.GlossaryItem,
34547
34551
  Code = Components.Code,
34548
34552
  Table = Components.Table,
@@ -34574,9 +34578,9 @@ var tableFlattening = __webpack_require__(4625);
34574
34578
  var toPlainText = __webpack_require__(4792); // Processor Option Defaults
34575
34579
 
34576
34580
 
34577
- var _require2 = __webpack_require__(2531),
34578
- options = _require2.options,
34579
- parseOptions = _require2.parseOptions;
34581
+ var _require3 = __webpack_require__(2531),
34582
+ options = _require3.options,
34583
+ parseOptions = _require3.parseOptions;
34580
34584
  /* Utilities
34581
34585
  */
34582
34586
 
@@ -34608,11 +34612,12 @@ function setup(blocks) {
34608
34612
  return ["".concat(blocks, "\n\n "), opts];
34609
34613
  }
34610
34614
 
34611
- var _require3 = __webpack_require__(3910),
34612
- calloutIcons = _require3.icons;
34615
+ var _require4 = __webpack_require__(3910),
34616
+ calloutIcons = _require4.icons;
34613
34617
 
34614
34618
  var utils = {
34615
34619
  BaseUrlContext: BaseUrlContext,
34620
+ getHref: getHref,
34616
34621
  GlossaryContext: GlossaryItem.GlossaryContext,
34617
34622
  options: options,
34618
34623
  VariablesContext: Variable.VariablesContext,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "6.52.1",
5
+ "version": "6.52.2",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [