markdown-codec 7.0.1 → 8.0.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/codec.d.cts CHANGED
@@ -17,8 +17,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
17
17
  paragraph: z.ZodOptional<z.ZodObject<{
18
18
  alignment: z.ZodOptional<z.ZodEnum<{
19
19
  left: "left";
20
- right: "right";
21
20
  center: "center";
21
+ right: "right";
22
22
  justify: "justify";
23
23
  }>>;
24
24
  list: z.ZodOptional<z.ZodObject<{
@@ -172,8 +172,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
172
172
  paragraph: z.ZodOptional<z.ZodObject<{
173
173
  alignment: z.ZodOptional<z.ZodEnum<{
174
174
  left: "left";
175
- right: "right";
176
175
  center: "center";
176
+ right: "right";
177
177
  justify: "justify";
178
178
  }>>;
179
179
  list: z.ZodOptional<z.ZodObject<{
@@ -332,8 +332,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
332
332
  paragraph: z.ZodOptional<z.ZodObject<{
333
333
  alignment: z.ZodOptional<z.ZodEnum<{
334
334
  left: "left";
335
- right: "right";
336
335
  center: "center";
336
+ right: "right";
337
337
  justify: "justify";
338
338
  }>>;
339
339
  list: z.ZodOptional<z.ZodObject<{
@@ -487,8 +487,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
487
487
  paragraph: z.ZodOptional<z.ZodObject<{
488
488
  alignment: z.ZodOptional<z.ZodEnum<{
489
489
  left: "left";
490
- right: "right";
491
490
  center: "center";
491
+ right: "right";
492
492
  justify: "justify";
493
493
  }>>;
494
494
  list: z.ZodOptional<z.ZodObject<{
@@ -630,11 +630,11 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
630
630
  children: z.ZodArray<z.ZodObject<{
631
631
  origin: z.ZodOptional<z.ZodEnum<{
632
632
  chart: "chart";
633
+ body: "body";
633
634
  diagram: "diagram";
634
635
  table: "table";
635
636
  image: "image";
636
637
  notes: "notes";
637
- body: "body";
638
638
  }>>;
639
639
  interpretation: z.ZodOptional<z.ZodObject<{
640
640
  transcript: z.ZodOptional<z.ZodObject<{
@@ -701,8 +701,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
701
701
  paragraph: z.ZodOptional<z.ZodObject<{
702
702
  alignment: z.ZodOptional<z.ZodEnum<{
703
703
  left: "left";
704
- right: "right";
705
704
  center: "center";
705
+ right: "right";
706
706
  justify: "justify";
707
707
  }>>;
708
708
  list: z.ZodOptional<z.ZodObject<{
@@ -845,11 +845,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
845
845
  sections: z.ZodArray<z.ZodObject<{
846
846
  origin: z.ZodOptional<z.ZodEnum<{
847
847
  chart: "chart";
848
+ body: "body";
848
849
  diagram: "diagram";
849
850
  table: "table";
850
851
  image: "image";
851
852
  notes: "notes";
852
- body: "body";
853
853
  }>>;
854
854
  interpretation: z.ZodOptional<z.ZodObject<{
855
855
  transcript: z.ZodOptional<z.ZodObject<{
@@ -994,11 +994,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
994
994
  slides: z.ZodArray<z.ZodObject<{
995
995
  origin: z.ZodOptional<z.ZodEnum<{
996
996
  chart: "chart";
997
+ body: "body";
997
998
  diagram: "diagram";
998
999
  table: "table";
999
1000
  image: "image";
1000
1001
  notes: "notes";
1001
- body: "body";
1002
1002
  }>>;
1003
1003
  interpretation: z.ZodOptional<z.ZodObject<{
1004
1004
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1027,11 +1027,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1027
1027
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
1028
1028
  origin: z.ZodOptional<z.ZodEnum<{
1029
1029
  chart: "chart";
1030
+ body: "body";
1030
1031
  diagram: "diagram";
1031
1032
  table: "table";
1032
1033
  image: "image";
1033
1034
  notes: "notes";
1034
- body: "body";
1035
1035
  }>>;
1036
1036
  interpretation: z.ZodOptional<z.ZodObject<{
1037
1037
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1190,11 +1190,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1190
1190
  sheets: z.ZodArray<z.ZodObject<{
1191
1191
  origin: z.ZodOptional<z.ZodEnum<{
1192
1192
  chart: "chart";
1193
+ body: "body";
1193
1194
  diagram: "diagram";
1194
1195
  table: "table";
1195
1196
  image: "image";
1196
1197
  notes: "notes";
1197
- body: "body";
1198
1198
  }>>;
1199
1199
  interpretation: z.ZodOptional<z.ZodObject<{
1200
1200
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1219,11 +1219,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1219
1219
  cells: z.ZodArray<z.ZodObject<{
1220
1220
  origin: z.ZodOptional<z.ZodEnum<{
1221
1221
  chart: "chart";
1222
+ body: "body";
1222
1223
  diagram: "diagram";
1223
1224
  table: "table";
1224
1225
  image: "image";
1225
1226
  notes: "notes";
1226
- body: "body";
1227
1227
  }>>;
1228
1228
  interpretation: z.ZodOptional<z.ZodObject<{
1229
1229
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1299,11 +1299,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1299
1299
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1300
1300
  origin: z.ZodOptional<z.ZodEnum<{
1301
1301
  chart: "chart";
1302
+ body: "body";
1302
1303
  diagram: "diagram";
1303
1304
  table: "table";
1304
1305
  image: "image";
1305
1306
  notes: "notes";
1306
- body: "body";
1307
1307
  }>>;
1308
1308
  interpretation: z.ZodOptional<z.ZodObject<{
1309
1309
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1538,8 +1538,8 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1538
1538
  }, z.core.$strip>>;
1539
1539
  alignment: z.ZodOptional<z.ZodEnum<{
1540
1540
  left: "left";
1541
- right: "right";
1542
1541
  center: "center";
1542
+ right: "right";
1543
1543
  justify: "justify";
1544
1544
  }>>;
1545
1545
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -1598,11 +1598,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1598
1598
  images: z.ZodArray<z.ZodObject<{
1599
1599
  origin: z.ZodOptional<z.ZodEnum<{
1600
1600
  chart: "chart";
1601
+ body: "body";
1601
1602
  diagram: "diagram";
1602
1603
  table: "table";
1603
1604
  image: "image";
1604
1605
  notes: "notes";
1605
- body: "body";
1606
1606
  }>>;
1607
1607
  interpretation: z.ZodOptional<z.ZodObject<{
1608
1608
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1681,10 +1681,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1681
1681
  }>;
1682
1682
  align: z.ZodEnum<{
1683
1683
  left: "left";
1684
+ center: "center";
1684
1685
  right: "right";
1685
1686
  top: "top";
1686
1687
  bottom: "bottom";
1687
- center: "center";
1688
1688
  inside: "inside";
1689
1689
  outside: "outside";
1690
1690
  }>;
@@ -1724,10 +1724,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1724
1724
  }>;
1725
1725
  align: z.ZodEnum<{
1726
1726
  left: "left";
1727
+ center: "center";
1727
1728
  right: "right";
1728
1729
  top: "top";
1729
1730
  bottom: "bottom";
1730
- center: "center";
1731
1731
  inside: "inside";
1732
1732
  outside: "outside";
1733
1733
  }>;
@@ -2292,10 +2292,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2292
2292
  value: z.ZodObject<{
2293
2293
  type: z.ZodEnum<{
2294
2294
  formula: "formula";
2295
- percent: "percent";
2296
2295
  num: "num";
2297
- max: "max";
2298
2296
  min: "min";
2297
+ max: "max";
2298
+ percent: "percent";
2299
2299
  percentile: "percentile";
2300
2300
  }>;
2301
2301
  value: z.ZodOptional<z.ZodString>;
@@ -2339,10 +2339,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2339
2339
  min: z.ZodObject<{
2340
2340
  type: z.ZodEnum<{
2341
2341
  formula: "formula";
2342
- percent: "percent";
2343
2342
  num: "num";
2344
- max: "max";
2345
2343
  min: "min";
2344
+ max: "max";
2345
+ percent: "percent";
2346
2346
  percentile: "percentile";
2347
2347
  }>;
2348
2348
  value: z.ZodOptional<z.ZodString>;
@@ -2350,10 +2350,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2350
2350
  max: z.ZodObject<{
2351
2351
  type: z.ZodEnum<{
2352
2352
  formula: "formula";
2353
- percent: "percent";
2354
2353
  num: "num";
2355
- max: "max";
2356
2354
  min: "min";
2355
+ max: "max";
2356
+ percent: "percent";
2357
2357
  percentile: "percentile";
2358
2358
  }>;
2359
2359
  value: z.ZodOptional<z.ZodString>;
@@ -2398,10 +2398,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2398
2398
  thresholds: z.ZodArray<z.ZodObject<{
2399
2399
  type: z.ZodEnum<{
2400
2400
  formula: "formula";
2401
- percent: "percent";
2402
2401
  num: "num";
2403
- max: "max";
2404
2402
  min: "min";
2403
+ max: "max";
2404
+ percent: "percent";
2405
2405
  percentile: "percentile";
2406
2406
  }>;
2407
2407
  value: z.ZodOptional<z.ZodString>;
@@ -2535,11 +2535,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2535
2535
  pages: z.ZodArray<z.ZodObject<{
2536
2536
  origin: z.ZodOptional<z.ZodEnum<{
2537
2537
  chart: "chart";
2538
+ body: "body";
2538
2539
  diagram: "diagram";
2539
2540
  table: "table";
2540
2541
  image: "image";
2541
2542
  notes: "notes";
2542
- body: "body";
2543
2543
  }>>;
2544
2544
  interpretation: z.ZodOptional<z.ZodObject<{
2545
2545
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2568,11 +2568,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2568
2568
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
2569
2569
  origin: z.ZodOptional<z.ZodEnum<{
2570
2570
  chart: "chart";
2571
+ body: "body";
2571
2572
  diagram: "diagram";
2572
2573
  table: "table";
2573
2574
  image: "image";
2574
2575
  notes: "notes";
2575
- body: "body";
2576
2576
  }>>;
2577
2577
  interpretation: z.ZodOptional<z.ZodObject<{
2578
2578
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2641,11 +2641,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2641
2641
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2642
2642
  origin: z.ZodOptional<z.ZodEnum<{
2643
2643
  chart: "chart";
2644
+ body: "body";
2644
2645
  diagram: "diagram";
2645
2646
  table: "table";
2646
2647
  image: "image";
2647
2648
  notes: "notes";
2648
- body: "body";
2649
2649
  }>>;
2650
2650
  interpretation: z.ZodOptional<z.ZodObject<{
2651
2651
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2779,11 +2779,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2779
2779
  }, z.core.$strip>, z.ZodObject<{
2780
2780
  origin: z.ZodOptional<z.ZodEnum<{
2781
2781
  chart: "chart";
2782
+ body: "body";
2782
2783
  diagram: "diagram";
2783
2784
  table: "table";
2784
2785
  image: "image";
2785
2786
  notes: "notes";
2786
- body: "body";
2787
2787
  }>>;
2788
2788
  interpretation: z.ZodOptional<z.ZodObject<{
2789
2789
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2917,11 +2917,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2917
2917
  }, z.core.$strip>, z.ZodObject<{
2918
2918
  origin: z.ZodOptional<z.ZodEnum<{
2919
2919
  chart: "chart";
2920
+ body: "body";
2920
2921
  diagram: "diagram";
2921
2922
  table: "table";
2922
2923
  image: "image";
2923
2924
  notes: "notes";
2924
- body: "body";
2925
2925
  }>>;
2926
2926
  interpretation: z.ZodOptional<z.ZodObject<{
2927
2927
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3005,11 +3005,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
3005
3005
  }, z.core.$strip>, z.ZodObject<{
3006
3006
  origin: z.ZodOptional<z.ZodEnum<{
3007
3007
  chart: "chart";
3008
+ body: "body";
3008
3009
  diagram: "diagram";
3009
3010
  table: "table";
3010
3011
  image: "image";
3011
3012
  notes: "notes";
3012
- body: "body";
3013
3013
  }>>;
3014
3014
  interpretation: z.ZodOptional<z.ZodObject<{
3015
3015
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3265,11 +3265,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
3265
3265
  formula: z.ZodObject<{
3266
3266
  origin: z.ZodOptional<z.ZodEnum<{
3267
3267
  chart: "chart";
3268
+ body: "body";
3268
3269
  diagram: "diagram";
3269
3270
  table: "table";
3270
3271
  image: "image";
3271
3272
  notes: "notes";
3272
- body: "body";
3273
3273
  }>>;
3274
3274
  interpretation: z.ZodOptional<z.ZodObject<{
3275
3275
  transcript: z.ZodOptional<z.ZodObject<{
package/dist/codec.d.ts CHANGED
@@ -17,8 +17,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
17
17
  paragraph: z.ZodOptional<z.ZodObject<{
18
18
  alignment: z.ZodOptional<z.ZodEnum<{
19
19
  left: "left";
20
- right: "right";
21
20
  center: "center";
21
+ right: "right";
22
22
  justify: "justify";
23
23
  }>>;
24
24
  list: z.ZodOptional<z.ZodObject<{
@@ -172,8 +172,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
172
172
  paragraph: z.ZodOptional<z.ZodObject<{
173
173
  alignment: z.ZodOptional<z.ZodEnum<{
174
174
  left: "left";
175
- right: "right";
176
175
  center: "center";
176
+ right: "right";
177
177
  justify: "justify";
178
178
  }>>;
179
179
  list: z.ZodOptional<z.ZodObject<{
@@ -332,8 +332,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
332
332
  paragraph: z.ZodOptional<z.ZodObject<{
333
333
  alignment: z.ZodOptional<z.ZodEnum<{
334
334
  left: "left";
335
- right: "right";
336
335
  center: "center";
336
+ right: "right";
337
337
  justify: "justify";
338
338
  }>>;
339
339
  list: z.ZodOptional<z.ZodObject<{
@@ -487,8 +487,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
487
487
  paragraph: z.ZodOptional<z.ZodObject<{
488
488
  alignment: z.ZodOptional<z.ZodEnum<{
489
489
  left: "left";
490
- right: "right";
491
490
  center: "center";
491
+ right: "right";
492
492
  justify: "justify";
493
493
  }>>;
494
494
  list: z.ZodOptional<z.ZodObject<{
@@ -630,11 +630,11 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
630
630
  children: z.ZodArray<z.ZodObject<{
631
631
  origin: z.ZodOptional<z.ZodEnum<{
632
632
  chart: "chart";
633
+ body: "body";
633
634
  diagram: "diagram";
634
635
  table: "table";
635
636
  image: "image";
636
637
  notes: "notes";
637
- body: "body";
638
638
  }>>;
639
639
  interpretation: z.ZodOptional<z.ZodObject<{
640
640
  transcript: z.ZodOptional<z.ZodObject<{
@@ -701,8 +701,8 @@ declare const markdownCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uin
701
701
  paragraph: z.ZodOptional<z.ZodObject<{
702
702
  alignment: z.ZodOptional<z.ZodEnum<{
703
703
  left: "left";
704
- right: "right";
705
704
  center: "center";
705
+ right: "right";
706
706
  justify: "justify";
707
707
  }>>;
708
708
  list: z.ZodOptional<z.ZodObject<{
@@ -845,11 +845,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
845
845
  sections: z.ZodArray<z.ZodObject<{
846
846
  origin: z.ZodOptional<z.ZodEnum<{
847
847
  chart: "chart";
848
+ body: "body";
848
849
  diagram: "diagram";
849
850
  table: "table";
850
851
  image: "image";
851
852
  notes: "notes";
852
- body: "body";
853
853
  }>>;
854
854
  interpretation: z.ZodOptional<z.ZodObject<{
855
855
  transcript: z.ZodOptional<z.ZodObject<{
@@ -994,11 +994,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
994
994
  slides: z.ZodArray<z.ZodObject<{
995
995
  origin: z.ZodOptional<z.ZodEnum<{
996
996
  chart: "chart";
997
+ body: "body";
997
998
  diagram: "diagram";
998
999
  table: "table";
999
1000
  image: "image";
1000
1001
  notes: "notes";
1001
- body: "body";
1002
1002
  }>>;
1003
1003
  interpretation: z.ZodOptional<z.ZodObject<{
1004
1004
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1027,11 +1027,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1027
1027
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
1028
1028
  origin: z.ZodOptional<z.ZodEnum<{
1029
1029
  chart: "chart";
1030
+ body: "body";
1030
1031
  diagram: "diagram";
1031
1032
  table: "table";
1032
1033
  image: "image";
1033
1034
  notes: "notes";
1034
- body: "body";
1035
1035
  }>>;
1036
1036
  interpretation: z.ZodOptional<z.ZodObject<{
1037
1037
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1190,11 +1190,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1190
1190
  sheets: z.ZodArray<z.ZodObject<{
1191
1191
  origin: z.ZodOptional<z.ZodEnum<{
1192
1192
  chart: "chart";
1193
+ body: "body";
1193
1194
  diagram: "diagram";
1194
1195
  table: "table";
1195
1196
  image: "image";
1196
1197
  notes: "notes";
1197
- body: "body";
1198
1198
  }>>;
1199
1199
  interpretation: z.ZodOptional<z.ZodObject<{
1200
1200
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1219,11 +1219,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1219
1219
  cells: z.ZodArray<z.ZodObject<{
1220
1220
  origin: z.ZodOptional<z.ZodEnum<{
1221
1221
  chart: "chart";
1222
+ body: "body";
1222
1223
  diagram: "diagram";
1223
1224
  table: "table";
1224
1225
  image: "image";
1225
1226
  notes: "notes";
1226
- body: "body";
1227
1227
  }>>;
1228
1228
  interpretation: z.ZodOptional<z.ZodObject<{
1229
1229
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1299,11 +1299,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1299
1299
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1300
1300
  origin: z.ZodOptional<z.ZodEnum<{
1301
1301
  chart: "chart";
1302
+ body: "body";
1302
1303
  diagram: "diagram";
1303
1304
  table: "table";
1304
1305
  image: "image";
1305
1306
  notes: "notes";
1306
- body: "body";
1307
1307
  }>>;
1308
1308
  interpretation: z.ZodOptional<z.ZodObject<{
1309
1309
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1538,8 +1538,8 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1538
1538
  }, z.core.$strip>>;
1539
1539
  alignment: z.ZodOptional<z.ZodEnum<{
1540
1540
  left: "left";
1541
- right: "right";
1542
1541
  center: "center";
1542
+ right: "right";
1543
1543
  justify: "justify";
1544
1544
  }>>;
1545
1545
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -1598,11 +1598,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1598
1598
  images: z.ZodArray<z.ZodObject<{
1599
1599
  origin: z.ZodOptional<z.ZodEnum<{
1600
1600
  chart: "chart";
1601
+ body: "body";
1601
1602
  diagram: "diagram";
1602
1603
  table: "table";
1603
1604
  image: "image";
1604
1605
  notes: "notes";
1605
- body: "body";
1606
1606
  }>>;
1607
1607
  interpretation: z.ZodOptional<z.ZodObject<{
1608
1608
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1681,10 +1681,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1681
1681
  }>;
1682
1682
  align: z.ZodEnum<{
1683
1683
  left: "left";
1684
+ center: "center";
1684
1685
  right: "right";
1685
1686
  top: "top";
1686
1687
  bottom: "bottom";
1687
- center: "center";
1688
1688
  inside: "inside";
1689
1689
  outside: "outside";
1690
1690
  }>;
@@ -1724,10 +1724,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
1724
1724
  }>;
1725
1725
  align: z.ZodEnum<{
1726
1726
  left: "left";
1727
+ center: "center";
1727
1728
  right: "right";
1728
1729
  top: "top";
1729
1730
  bottom: "bottom";
1730
- center: "center";
1731
1731
  inside: "inside";
1732
1732
  outside: "outside";
1733
1733
  }>;
@@ -2292,10 +2292,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2292
2292
  value: z.ZodObject<{
2293
2293
  type: z.ZodEnum<{
2294
2294
  formula: "formula";
2295
- percent: "percent";
2296
2295
  num: "num";
2297
- max: "max";
2298
2296
  min: "min";
2297
+ max: "max";
2298
+ percent: "percent";
2299
2299
  percentile: "percentile";
2300
2300
  }>;
2301
2301
  value: z.ZodOptional<z.ZodString>;
@@ -2339,10 +2339,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2339
2339
  min: z.ZodObject<{
2340
2340
  type: z.ZodEnum<{
2341
2341
  formula: "formula";
2342
- percent: "percent";
2343
2342
  num: "num";
2344
- max: "max";
2345
2343
  min: "min";
2344
+ max: "max";
2345
+ percent: "percent";
2346
2346
  percentile: "percentile";
2347
2347
  }>;
2348
2348
  value: z.ZodOptional<z.ZodString>;
@@ -2350,10 +2350,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2350
2350
  max: z.ZodObject<{
2351
2351
  type: z.ZodEnum<{
2352
2352
  formula: "formula";
2353
- percent: "percent";
2354
2353
  num: "num";
2355
- max: "max";
2356
2354
  min: "min";
2355
+ max: "max";
2356
+ percent: "percent";
2357
2357
  percentile: "percentile";
2358
2358
  }>;
2359
2359
  value: z.ZodOptional<z.ZodString>;
@@ -2398,10 +2398,10 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2398
2398
  thresholds: z.ZodArray<z.ZodObject<{
2399
2399
  type: z.ZodEnum<{
2400
2400
  formula: "formula";
2401
- percent: "percent";
2402
2401
  num: "num";
2403
- max: "max";
2404
2402
  min: "min";
2403
+ max: "max";
2404
+ percent: "percent";
2405
2405
  percentile: "percentile";
2406
2406
  }>;
2407
2407
  value: z.ZodOptional<z.ZodString>;
@@ -2535,11 +2535,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2535
2535
  pages: z.ZodArray<z.ZodObject<{
2536
2536
  origin: z.ZodOptional<z.ZodEnum<{
2537
2537
  chart: "chart";
2538
+ body: "body";
2538
2539
  diagram: "diagram";
2539
2540
  table: "table";
2540
2541
  image: "image";
2541
2542
  notes: "notes";
2542
- body: "body";
2543
2543
  }>>;
2544
2544
  interpretation: z.ZodOptional<z.ZodObject<{
2545
2545
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2568,11 +2568,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2568
2568
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
2569
2569
  origin: z.ZodOptional<z.ZodEnum<{
2570
2570
  chart: "chart";
2571
+ body: "body";
2571
2572
  diagram: "diagram";
2572
2573
  table: "table";
2573
2574
  image: "image";
2574
2575
  notes: "notes";
2575
- body: "body";
2576
2576
  }>>;
2577
2577
  interpretation: z.ZodOptional<z.ZodObject<{
2578
2578
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2641,11 +2641,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2641
2641
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2642
2642
  origin: z.ZodOptional<z.ZodEnum<{
2643
2643
  chart: "chart";
2644
+ body: "body";
2644
2645
  diagram: "diagram";
2645
2646
  table: "table";
2646
2647
  image: "image";
2647
2648
  notes: "notes";
2648
- body: "body";
2649
2649
  }>>;
2650
2650
  interpretation: z.ZodOptional<z.ZodObject<{
2651
2651
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2779,11 +2779,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2779
2779
  }, z.core.$strip>, z.ZodObject<{
2780
2780
  origin: z.ZodOptional<z.ZodEnum<{
2781
2781
  chart: "chart";
2782
+ body: "body";
2782
2783
  diagram: "diagram";
2783
2784
  table: "table";
2784
2785
  image: "image";
2785
2786
  notes: "notes";
2786
- body: "body";
2787
2787
  }>>;
2788
2788
  interpretation: z.ZodOptional<z.ZodObject<{
2789
2789
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2917,11 +2917,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
2917
2917
  }, z.core.$strip>, z.ZodObject<{
2918
2918
  origin: z.ZodOptional<z.ZodEnum<{
2919
2919
  chart: "chart";
2920
+ body: "body";
2920
2921
  diagram: "diagram";
2921
2922
  table: "table";
2922
2923
  image: "image";
2923
2924
  notes: "notes";
2924
- body: "body";
2925
2925
  }>>;
2926
2926
  interpretation: z.ZodOptional<z.ZodObject<{
2927
2927
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3005,11 +3005,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
3005
3005
  }, z.core.$strip>, z.ZodObject<{
3006
3006
  origin: z.ZodOptional<z.ZodEnum<{
3007
3007
  chart: "chart";
3008
+ body: "body";
3008
3009
  diagram: "diagram";
3009
3010
  table: "table";
3010
3011
  image: "image";
3011
3012
  notes: "notes";
3012
- body: "body";
3013
3013
  }>>;
3014
3014
  interpretation: z.ZodOptional<z.ZodObject<{
3015
3015
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3265,11 +3265,11 @@ declare const markdownContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffe
3265
3265
  formula: z.ZodObject<{
3266
3266
  origin: z.ZodOptional<z.ZodEnum<{
3267
3267
  chart: "chart";
3268
+ body: "body";
3268
3269
  diagram: "diagram";
3269
3270
  table: "table";
3270
3271
  image: "image";
3271
3272
  notes: "notes";
3272
- body: "body";
3273
3273
  }>>;
3274
3274
  interpretation: z.ZodOptional<z.ZodObject<{
3275
3275
  transcript: z.ZodOptional<z.ZodObject<{
@@ -92,12 +92,13 @@ function emitCellTag(cell, isHeader, context) {
92
92
  return `<${tag}${attrs.length > 0 ? ` ${attrs.join(" ")}` : ""}>${emitCellHtml(cell, context)}</${tag}>`;
93
93
  }
94
94
  function emitHtmlTable(table, context) {
95
- const [header, ...body] = table.rows;
96
- const lines = ["<table>"];
97
- if (header !== void 0) lines.push(`<tr>${header.cells.map((cell) => emitCellTag(cell, true, context)).join("")}</tr>`);
98
- for (const row of body) lines.push(`<tr>${row.cells.map((cell) => emitCellTag(cell, false, context)).join("")}</tr>`);
99
- lines.push("</table>");
100
- return lines.join("\n");
95
+ return [
96
+ "<table>",
97
+ ...(0, document_schema_js.walkTableGrid)(table).map((positions, rowIndex) => {
98
+ return `<tr>${positions.flatMap((position) => position.anchorRowIndex === void 0 ? [emitCellTag(position.cell, rowIndex === 0, context)] : []).join("")}</tr>`;
99
+ }),
100
+ "</table>"
101
+ ].join("\n");
101
102
  }
102
103
  //#endregion
103
104
  exports.emitHtmlTable = emitHtmlTable;
@@ -1,6 +1,6 @@
1
1
  import { MarkdownDiagnosticCodes } from "../diagnostics/diagnostics.js";
2
2
  import "../shared/style-constants.js";
3
- import { colorToRgbHex } from "document-schema.js";
3
+ import { colorToRgbHex, walkTableGrid } from "document-schema.js";
4
4
  //#region src/emit/html-table.ts
5
5
  function escapeHtmlText(text) {
6
6
  return text.replaceAll("&", "&amp;").replaceAll("<", "&lt;").replaceAll(">", "&gt;");
@@ -91,12 +91,13 @@ function emitCellTag(cell, isHeader, context) {
91
91
  return `<${tag}${attrs.length > 0 ? ` ${attrs.join(" ")}` : ""}>${emitCellHtml(cell, context)}</${tag}>`;
92
92
  }
93
93
  function emitHtmlTable(table, context) {
94
- const [header, ...body] = table.rows;
95
- const lines = ["<table>"];
96
- if (header !== void 0) lines.push(`<tr>${header.cells.map((cell) => emitCellTag(cell, true, context)).join("")}</tr>`);
97
- for (const row of body) lines.push(`<tr>${row.cells.map((cell) => emitCellTag(cell, false, context)).join("")}</tr>`);
98
- lines.push("</table>");
99
- return lines.join("\n");
94
+ return [
95
+ "<table>",
96
+ ...walkTableGrid(table).map((positions, rowIndex) => {
97
+ return `<tr>${positions.flatMap((position) => position.anchorRowIndex === void 0 ? [emitCellTag(position.cell, rowIndex === 0, context)] : []).join("")}</tr>`;
98
+ }),
99
+ "</table>"
100
+ ].join("\n");
100
101
  }
101
102
  //#endregion
102
103
  export { emitHtmlTable, tableNeedsHtmlFallback };
@@ -202,20 +202,20 @@ function buildCell(cell, contentWidthPt) {
202
202
  ...background === void 0 ? {} : { background }
203
203
  };
204
204
  }
205
+ const NO_DECLARED_COLUMN_COUNT = 0;
205
206
  function parseTableRows(inner, contentWidthPt) {
206
207
  const rowElements = extractTopLevelElements(inner, ["tr"]);
207
208
  if (rowElements === void 0 || rowElements.length === 0) return;
208
- const rows = [];
209
+ const anchorRows = [];
209
210
  for (const row of rowElements) {
210
211
  const cellElements = extractTopLevelElements(row.inner, ["td", "th"]);
211
212
  if (cellElements === void 0 || cellElements.length === 0) return;
212
- rows.push({ cells: cellElements.map((cell) => buildCell(cell, contentWidthPt)) });
213
+ anchorRows.push({ cells: cellElements.map((cell) => buildCell(cell, contentWidthPt)) });
213
214
  }
214
- return rows;
215
+ return (0, document_schema_js.placeAnchorTableRows)(anchorRows, NO_DECLARED_COLUMN_COUNT);
215
216
  }
216
217
  function buildContentTable(rows, contentWidthPt) {
217
- const header = rows[0];
218
- const columnCount = Math.max(1, header.cells.reduce((sum, cell) => sum + (cell.colSpan ?? 1), 0));
218
+ const columnCount = rows[0].cells.length;
219
219
  return {
220
220
  kind: "table",
221
221
  rows,
@@ -1,6 +1,6 @@
1
1
  import { resolveMarkdownImage } from "../lower/image.js";
2
2
  import { MONOSPACE_FONT_FAMILY } from "../shared/style-constants.js";
3
- import { rgbHexToColor } from "document-schema.js";
3
+ import { placeAnchorTableRows, rgbHexToColor } from "document-schema.js";
4
4
  //#region src/html/html-table.ts
5
5
  function findBalancedClose(text, openEnd, tagNames) {
6
6
  const names = tagNames.join("|");
@@ -201,20 +201,20 @@ function buildCell(cell, contentWidthPt) {
201
201
  ...background === void 0 ? {} : { background }
202
202
  };
203
203
  }
204
+ const NO_DECLARED_COLUMN_COUNT = 0;
204
205
  function parseTableRows(inner, contentWidthPt) {
205
206
  const rowElements = extractTopLevelElements(inner, ["tr"]);
206
207
  if (rowElements === void 0 || rowElements.length === 0) return;
207
- const rows = [];
208
+ const anchorRows = [];
208
209
  for (const row of rowElements) {
209
210
  const cellElements = extractTopLevelElements(row.inner, ["td", "th"]);
210
211
  if (cellElements === void 0 || cellElements.length === 0) return;
211
- rows.push({ cells: cellElements.map((cell) => buildCell(cell, contentWidthPt)) });
212
+ anchorRows.push({ cells: cellElements.map((cell) => buildCell(cell, contentWidthPt)) });
212
213
  }
213
- return rows;
214
+ return placeAnchorTableRows(anchorRows, NO_DECLARED_COLUMN_COUNT);
214
215
  }
215
216
  function buildContentTable(rows, contentWidthPt) {
216
- const header = rows[0];
217
- const columnCount = Math.max(1, header.cells.reduce((sum, cell) => sum + (cell.colSpan ?? 1), 0));
217
+ const columnCount = rows[0].cells.length;
218
218
  return {
219
219
  kind: "table",
220
220
  rows,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-codec",
3
- "version": "7.0.1",
3
+ "version": "8.0.0",
4
4
  "description": "Hand-written CommonMark+GFM <-> DocumentTree codec, built on document-schema.js",
5
5
  "type": "module",
6
6
  "repository": {
@@ -84,7 +84,7 @@
84
84
  "packageManager": "pnpm@12.4.1+sha512.2e81e399d73fe8390dab25e06aa788ab7a5908248d2f5a370f82b481147a6a7a367bf8048f9a6fdb6460f21a66f0542dedb8b94ca2c8723596741920b1656d4c",
85
85
  "dependencies": {
86
86
  "byte-codec": "1.6.3",
87
- "document-schema.js": "7.11.5",
87
+ "document-schema.js": "7.12.0",
88
88
  "zod": "4.4.3"
89
89
  },
90
90
  "devDependencies": {