@ai-react-markdown/engine 2.6.0 → 2.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.cjs +328 -385
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.dev.cjs +328 -385
- package/dist/index.dev.cjs.map +1 -1
- package/dist/index.dev.js +328 -385
- package/dist/index.dev.js.map +1 -1
- package/dist/index.js +328 -385
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -227,7 +227,7 @@ declare const defaultUrlTransform: UrlTransform;
|
|
|
227
227
|
* rest of that line as raw content too (`<!-- c --> tail`) — same seam.
|
|
228
228
|
* 7. **Phase poison** (`phasePoisonedAt`) — points where this line-level
|
|
229
229
|
* model may have DIVERGED from micromark and provably cannot resync:
|
|
230
|
-
* a fence/math open suppressed by `
|
|
230
|
+
* a fence/math open suppressed by `mayBeRawToMicromark` (only certainly
|
|
231
231
|
* swallowed at top level — in a container it really opens and the
|
|
232
232
|
* open/close phase inverts permanently), and a paragraph-inline `<!--`
|
|
233
233
|
* that fails to close by end of line (literal text to micromark, but
|
|
@@ -281,6 +281,7 @@ declare const defaultUrlTransform: UrlTransform;
|
|
|
281
281
|
* counterparts (separate label namespace); the engine splices across them
|
|
282
282
|
* via injection replay (v2).
|
|
283
283
|
*/
|
|
284
|
+
|
|
284
285
|
interface FreezeBoundaryOptions {
|
|
285
286
|
/** Whether remark-definition-list is in the active plugin chain (the
|
|
286
287
|
* `enginePlugins` selection includes `definitionList`). Enables blockers 3b/4. */
|
package/dist/index.d.ts
CHANGED
|
@@ -227,7 +227,7 @@ declare const defaultUrlTransform: UrlTransform;
|
|
|
227
227
|
* rest of that line as raw content too (`<!-- c --> tail`) — same seam.
|
|
228
228
|
* 7. **Phase poison** (`phasePoisonedAt`) — points where this line-level
|
|
229
229
|
* model may have DIVERGED from micromark and provably cannot resync:
|
|
230
|
-
* a fence/math open suppressed by `
|
|
230
|
+
* a fence/math open suppressed by `mayBeRawToMicromark` (only certainly
|
|
231
231
|
* swallowed at top level — in a container it really opens and the
|
|
232
232
|
* open/close phase inverts permanently), and a paragraph-inline `<!--`
|
|
233
233
|
* that fails to close by end of line (literal text to micromark, but
|
|
@@ -281,6 +281,7 @@ declare const defaultUrlTransform: UrlTransform;
|
|
|
281
281
|
* counterparts (separate label namespace); the engine splices across them
|
|
282
282
|
* via injection replay (v2).
|
|
283
283
|
*/
|
|
284
|
+
|
|
284
285
|
interface FreezeBoundaryOptions {
|
|
285
286
|
/** Whether remark-definition-list is in the active plugin chain (the
|
|
286
287
|
* `enginePlugins` selection includes `definitionList`). Enables blockers 3b/4. */
|