markdown-to-jsx 9.8.0 → 9.8.1

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/html.d.cts CHANGED
@@ -81,6 +81,8 @@ type RequireAtLeastOne<
81
81
  _htmlDepth?: number;
82
82
  /** internal: set by collectReferenceDefinitions when input ends inside an unclosed fence */
83
83
  _endsInsideFence?: boolean;
84
+ /** internal: smallest bare-URL start position known to fail by reaching end-of-input (issue #874); scoped per parseInline call */
85
+ _inlineUrlFailFrom?: number;
84
86
  };
85
87
  /**
86
88
  * Blockquote node in the AST
package/dist/html.d.ts CHANGED
@@ -81,6 +81,8 @@ type RequireAtLeastOne<
81
81
  _htmlDepth?: number;
82
82
  /** internal: set by collectReferenceDefinitions when input ends inside an unclosed fence */
83
83
  _endsInsideFence?: boolean;
84
+ /** internal: smallest bare-URL start position known to fail by reaching end-of-input (issue #874); scoped per parseInline call */
85
+ _inlineUrlFailFrom?: number;
84
86
  };
85
87
  /**
86
88
  * Blockquote node in the AST