| 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
| 2 | |
| 3 | exports[`md parser > frontmatter.md > config 1`] = ` |
| 4 | { |
| 5 | "drawings": { |
| 6 | "enabled": true, |
| 7 | "persist": false, |
| 8 | "presenterOnly": false, |
| 9 | "syncAll": true, |
| 10 | }, |
| 11 | "fonts": { |
| 12 | "italic": false, |
| 13 | "local": [], |
| 14 | "mono": [ |
| 15 | ""Fira Code"", |
| 16 | "ui-monospace", |
| 17 | "SFMono-Regular", |
| 18 | "Menlo", |
| 19 | "Monaco", |
| 20 | "Consolas", |
| 21 | ""Liberation Mono"", |
| 22 | ""Courier New"", |
| 23 | "monospace", |
| 24 | ], |
| 25 | "provider": "google", |
| 26 | "sans": [ |
| 27 | ""Roboto"", |
| 28 | ""Lato"", |
| 29 | "ui-sans-serif", |
| 30 | "system-ui", |
| 31 | "-apple-system", |
| 32 | "BlinkMacSystemFont", |
| 33 | ""Segoe UI"", |
| 34 | "Roboto", |
| 35 | ""Helvetica Neue"", |
| 36 | "Arial", |
| 37 | ""Noto Sans"", |
| 38 | "sans-serif", |
| 39 | ""Apple Color Emoji"", |
| 40 | ""Segoe UI Emoji"", |
| 41 | ""Segoe UI Symbol"", |
| 42 | ""Noto Color Emoji"", |
| 43 | ], |
| 44 | "serif": [ |
| 45 | ""Mate SC"", |
| 46 | "ui-serif", |
| 47 | "Georgia", |
| 48 | "Cambria", |
| 49 | ""Times New Roman"", |
| 50 | "Times", |
| 51 | "serif", |
| 52 | ], |
| 53 | "webfonts": [ |
| 54 | "Roboto", |
| 55 | "Lato", |
| 56 | "Mate SC", |
| 57 | "Fira Code", |
| 58 | ], |
| 59 | "weights": [ |
| 60 | "200", |
| 61 | "400", |
| 62 | "600", |
| 63 | ], |
| 64 | }, |
| 65 | "layout": "cover", |
| 66 | "title": "Hi", |
| 67 | } |
| 68 | `; |
| 69 | |
| 70 | exports[`md parser > frontmatter.md > features 1`] = ` |
| 71 | { |
| 72 | "bluesky": false, |
| 73 | "katex": false, |
| 74 | "mermaid": false, |
| 75 | "monaco": false, |
| 76 | "tweet": false, |
| 77 | } |
| 78 | `; |
| 79 | |
| 80 | exports[`md parser > frontmatter.md > slides 1`] = ` |
| 81 | [ |
| 82 | { |
| 83 | "content": "# Hi", |
| 84 | "frontmatter": { |
| 85 | "fonts": { |
| 86 | "mono": "Fira Code", |
| 87 | "sans": "Roboto, Lato", |
| 88 | "serif": "Mate SC", |
| 89 | }, |
| 90 | "layout": "cover", |
| 91 | }, |
| 92 | "frontmatterRaw": "layout: cover |
| 93 | fonts: |
| 94 | sans: Roboto, Lato |
| 95 | serif: Mate SC |
| 96 | mono: Fira Code |
| 97 | ", |
| 98 | "importChain": undefined, |
| 99 | "index": 0, |
| 100 | "level": 1, |
| 101 | "note": undefined, |
| 102 | "revision": "243b9h", |
| 103 | "source": { |
| 104 | "content": " |
| 105 | # Hi |
| 106 | ", |
| 107 | "contentRaw": "# Hi", |
| 108 | "contentStart": 7, |
| 109 | "end": 10, |
| 110 | "filepath": "frontmatter.md", |
| 111 | "frontmatter": { |
| 112 | "fonts": { |
| 113 | "mono": "Fira Code", |
| 114 | "sans": "Roboto, Lato", |
| 115 | "serif": "Mate SC", |
| 116 | }, |
| 117 | "layout": "cover", |
| 118 | }, |
| 119 | "frontmatterDoc": { |
| 120 | "fonts": { |
| 121 | "mono": "Fira Code", |
| 122 | "sans": "Roboto, Lato", |
| 123 | "serif": "Mate SC", |
| 124 | }, |
| 125 | "layout": "cover", |
| 126 | }, |
| 127 | "frontmatterRaw": "layout: cover |
| 128 | fonts: |
| 129 | sans: Roboto, Lato |
| 130 | serif: Mate SC |
| 131 | mono: Fira Code |
| 132 | ", |
| 133 | "frontmatterStyle": "frontmatter", |
| 134 | "images": [], |
| 135 | "index": 0, |
| 136 | "level": 1, |
| 137 | "note": undefined, |
| 138 | "raw": "--- |
| 139 | layout: cover |
| 140 | fonts: |
| 141 | sans: Roboto, Lato |
| 142 | serif: Mate SC |
| 143 | mono: Fira Code |
| 144 | --- |
| 145 | |
| 146 | # Hi |
| 147 | ", |
| 148 | "revision": "243b9h", |
| 149 | "start": 0, |
| 150 | "title": "Hi", |
| 151 | }, |
| 152 | "title": "Hi", |
| 153 | }, |
| 154 | { |
| 155 | "content": "# Hello", |
| 156 | "frontmatter": { |
| 157 | "layout": "center", |
| 158 | "meta": { |
| 159 | "duration": 12, |
| 160 | "title": "FooBar", |
| 161 | }, |
| 162 | }, |
| 163 | "frontmatterRaw": "meta: |
| 164 | title: FooBar |
| 165 | duration: 12 |
| 166 | layout: center |
| 167 | ", |
| 168 | "importChain": undefined, |
| 169 | "index": 1, |
| 170 | "level": 1, |
| 171 | "note": "This is note", |
| 172 | "revision": "bi4rhs", |
| 173 | "source": { |
| 174 | "content": " |
| 175 | # Hello |
| 176 | ", |
| 177 | "contentRaw": "# Hello", |
| 178 | "contentStart": 16, |
| 179 | "end": 23, |
| 180 | "filepath": "frontmatter.md", |
| 181 | "frontmatter": { |
| 182 | "layout": "center", |
| 183 | "meta": { |
| 184 | "duration": 12, |
| 185 | "title": "FooBar", |
| 186 | }, |
| 187 | }, |
| 188 | "frontmatterDoc": { |
| 189 | "layout": "center", |
| 190 | "meta": { |
| 191 | "duration": 12, |
| 192 | "title": "FooBar", |
| 193 | }, |
| 194 | }, |
| 195 | "frontmatterRaw": "meta: |
| 196 | title: FooBar |
| 197 | duration: 12 |
| 198 | layout: center |
| 199 | ", |
| 200 | "frontmatterStyle": "frontmatter", |
| 201 | "images": [], |
| 202 | "index": 1, |
| 203 | "level": 1, |
| 204 | "note": "This is note", |
| 205 | "raw": "--- |
| 206 | meta: |
| 207 | title: FooBar |
| 208 | duration: 12 |
| 209 | layout: center |
| 210 | --- |
| 211 | |
| 212 | # Hello |
| 213 | |
| 214 | <!-- |
| 215 | This is note |
| 216 | --> |
| 217 | ", |
| 218 | "revision": "bi4rhs", |
| 219 | "start": 10, |
| 220 | "title": "Hello", |
| 221 | }, |
| 222 | "title": "Hello", |
| 223 | }, |
| 224 | { |
| 225 | "content": "# Morning", |
| 226 | "frontmatter": {}, |
| 227 | "frontmatterRaw": undefined, |
| 228 | "importChain": undefined, |
| 229 | "index": 2, |
| 230 | "level": 1, |
| 231 | "note": undefined, |
| 232 | "revision": "-4tdhll", |
| 233 | "source": { |
| 234 | "content": " |
| 235 | # Morning |
| 236 | ", |
| 237 | "contentRaw": "# Morning", |
| 238 | "contentStart": 24, |
| 239 | "end": 27, |
| 240 | "filepath": "frontmatter.md", |
| 241 | "frontmatter": {}, |
| 242 | "frontmatterDoc": undefined, |
| 243 | "frontmatterRaw": undefined, |
| 244 | "frontmatterStyle": undefined, |
| 245 | "images": [], |
| 246 | "index": 2, |
| 247 | "level": 1, |
| 248 | "note": undefined, |
| 249 | "raw": " |
| 250 | # Morning |
| 251 | ", |
| 252 | "revision": "-4tdhll", |
| 253 | "start": 24, |
| 254 | "title": "Morning", |
| 255 | }, |
| 256 | "title": "Morning", |
| 257 | }, |
| 258 | { |
| 259 | "content": "<!-- This is not note --> |
| 260 | Hey", |
| 261 | "frontmatter": { |
| 262 | "layout": "text", |
| 263 | }, |
| 264 | "frontmatterRaw": "layout: text |
| 265 | ", |
| 266 | "importChain": undefined, |
| 267 | "index": 3, |
| 268 | "level": undefined, |
| 269 | "note": "This is note", |
| 270 | "revision": "w0llj2", |
| 271 | "source": { |
| 272 | "content": " |
| 273 | <!-- This is not note --> |
| 274 | Hey |
| 275 | ", |
| 276 | "contentRaw": "<!-- This is not note --> |
| 277 | Hey", |
| 278 | "contentStart": 30, |
| 279 | "end": 38, |
| 280 | "filepath": "frontmatter.md", |
| 281 | "frontmatter": { |
| 282 | "layout": "text", |
| 283 | }, |
| 284 | "frontmatterDoc": { |
| 285 | "layout": "text", |
| 286 | }, |
| 287 | "frontmatterRaw": "layout: text |
| 288 | ", |
| 289 | "frontmatterStyle": "frontmatter", |
| 290 | "images": [], |
| 291 | "index": 3, |
| 292 | "level": undefined, |
| 293 | "note": "This is note", |
| 294 | "raw": "--- |
| 295 | layout: text |
| 296 | --- |
| 297 | |
| 298 | <!-- This is not note --> |
| 299 | Hey |
| 300 | |
| 301 | <!-- |
| 302 | This is note |
| 303 | --> |
| 304 | ", |
| 305 | "revision": "w0llj2", |
| 306 | "start": 27, |
| 307 | "title": undefined, |
| 308 | }, |
| 309 | "title": undefined, |
| 310 | }, |
| 311 | { |
| 312 | "content": "\`\`\`md |
| 313 | --- |
| 314 | this should be treated as code block |
| 315 | --- |
| 316 | |
| 317 | --- |
| 318 | |
| 319 | Also part of the code block |
| 320 | \`\`\`", |
| 321 | "frontmatter": {}, |
| 322 | "frontmatterRaw": undefined, |
| 323 | "importChain": undefined, |
| 324 | "index": 4, |
| 325 | "level": undefined, |
| 326 | "note": undefined, |
| 327 | "revision": "-1rfsmv", |
| 328 | "source": { |
| 329 | "content": " |
| 330 | \`\`\`md |
| 331 | --- |
| 332 | this should be treated as code block |
| 333 | --- |
| 334 | |
| 335 | --- |
| 336 | |
| 337 | Also part of the code block |
| 338 | \`\`\` |
| 339 | ", |
| 340 | "contentRaw": "\`\`\`md |
| 341 | --- |
| 342 | this should be treated as code block |
| 343 | --- |
| 344 | |
| 345 | --- |
| 346 | |
| 347 | Also part of the code block |
| 348 | \`\`\`", |
| 349 | "contentStart": 39, |
| 350 | "end": 50, |
| 351 | "filepath": "frontmatter.md", |
| 352 | "frontmatter": {}, |
| 353 | "frontmatterDoc": undefined, |
| 354 | "frontmatterRaw": undefined, |
| 355 | "frontmatterStyle": undefined, |
| 356 | "images": [], |
| 357 | "index": 4, |
| 358 | "level": undefined, |
| 359 | "note": undefined, |
| 360 | "raw": " |
| 361 | \`\`\`md |
| 362 | --- |
| 363 | this should be treated as code block |
| 364 | --- |
| 365 | |
| 366 | --- |
| 367 | |
| 368 | Also part of the code block |
| 369 | \`\`\` |
| 370 | ", |
| 371 | "revision": "-1rfsmv", |
| 372 | "start": 39, |
| 373 | "title": undefined, |
| 374 | }, |
| 375 | "title": undefined, |
| 376 | }, |
| 377 | { |
| 378 | "content": "Content 1", |
| 379 | "frontmatter": { |
| 380 | "layout": "from yaml", |
| 381 | }, |
| 382 | "frontmatterRaw": " |
| 383 | # The first yaml block should be treated as frontmatter |
| 384 | layout: from yaml |
| 385 | ", |
| 386 | "importChain": undefined, |
| 387 | "index": 5, |
| 388 | "level": undefined, |
| 389 | "note": undefined, |
| 390 | "revision": "rp0t01", |
| 391 | "source": { |
| 392 | "content": " |
| 393 | Content 1 |
| 394 | ", |
| 395 | "contentRaw": "Content 1", |
| 396 | "contentStart": 51, |
| 397 | "end": 59, |
| 398 | "filepath": "frontmatter.md", |
| 399 | "frontmatter": { |
| 400 | "layout": "from yaml", |
| 401 | }, |
| 402 | "frontmatterDoc": { |
| 403 | "layout": "from yaml", |
| 404 | }, |
| 405 | "frontmatterRaw": " |
| 406 | # The first yaml block should be treated as frontmatter |
| 407 | layout: from yaml |
| 408 | ", |
| 409 | "frontmatterStyle": "yaml", |
| 410 | "images": [], |
| 411 | "index": 5, |
| 412 | "level": undefined, |
| 413 | "note": undefined, |
| 414 | "raw": "\`\`\`yaml |
| 415 | # The first yaml block should be treated as frontmatter |
| 416 | layout: from yaml |
| 417 | \`\`\` |
| 418 | |
| 419 | Content 1 |
| 420 | ", |
| 421 | "revision": "rp0t01", |
| 422 | "start": 51, |
| 423 | "title": undefined, |
| 424 | }, |
| 425 | "title": undefined, |
| 426 | }, |
| 427 | { |
| 428 | "content": "\`\`\`yaml |
| 429 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 430 | layout: should not from yaml 1 |
| 431 | \`\`\` |
| 432 | |
| 433 | Content 2", |
| 434 | "frontmatter": { |
| 435 | "layout": "cover", |
| 436 | }, |
| 437 | "frontmatterRaw": "layout: cover |
| 438 | ", |
| 439 | "importChain": undefined, |
| 440 | "index": 6, |
| 441 | "level": 1, |
| 442 | "note": undefined, |
| 443 | "revision": "-vfy6yo", |
| 444 | "source": { |
| 445 | "content": " |
| 446 | \`\`\`yaml |
| 447 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 448 | layout: should not from yaml 1 |
| 449 | \`\`\` |
| 450 | |
| 451 | Content 2 |
| 452 | ", |
| 453 | "contentRaw": "\`\`\`yaml |
| 454 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 455 | layout: should not from yaml 1 |
| 456 | \`\`\` |
| 457 | |
| 458 | Content 2", |
| 459 | "contentStart": 62, |
| 460 | "end": 70, |
| 461 | "filepath": "frontmatter.md", |
| 462 | "frontmatter": { |
| 463 | "layout": "cover", |
| 464 | }, |
| 465 | "frontmatterDoc": { |
| 466 | "layout": "cover", |
| 467 | }, |
| 468 | "frontmatterRaw": "layout: cover |
| 469 | ", |
| 470 | "frontmatterStyle": "frontmatter", |
| 471 | "images": [], |
| 472 | "index": 6, |
| 473 | "level": 1, |
| 474 | "note": undefined, |
| 475 | "raw": "--- |
| 476 | layout: cover |
| 477 | --- |
| 478 | |
| 479 | \`\`\`yaml |
| 480 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 481 | layout: should not from yaml 1 |
| 482 | \`\`\` |
| 483 | |
| 484 | Content 2 |
| 485 | ", |
| 486 | "revision": "-vfy6yo", |
| 487 | "start": 59, |
| 488 | "title": "When there is already a frontmatter, the first yaml block should be treated as content", |
| 489 | }, |
| 490 | "title": "When there is already a frontmatter, the first yaml block should be treated as content", |
| 491 | }, |
| 492 | { |
| 493 | "content": "# Title |
| 494 | |
| 495 | \`\`\`yaml |
| 496 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 497 | layout: should not from yaml 2 |
| 498 | \`\`\` |
| 499 | |
| 500 | Content 3", |
| 501 | "frontmatter": {}, |
| 502 | "frontmatterRaw": undefined, |
| 503 | "importChain": undefined, |
| 504 | "index": 7, |
| 505 | "level": 1, |
| 506 | "note": undefined, |
| 507 | "revision": "-hu94b6", |
| 508 | "source": { |
| 509 | "content": " |
| 510 | # Title |
| 511 | |
| 512 | \`\`\`yaml |
| 513 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 514 | layout: should not from yaml 2 |
| 515 | \`\`\` |
| 516 | |
| 517 | Content 3 |
| 518 | ", |
| 519 | "contentRaw": "# Title |
| 520 | |
| 521 | \`\`\`yaml |
| 522 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 523 | layout: should not from yaml 2 |
| 524 | \`\`\` |
| 525 | |
| 526 | Content 3", |
| 527 | "contentStart": 71, |
| 528 | "end": 81, |
| 529 | "filepath": "frontmatter.md", |
| 530 | "frontmatter": {}, |
| 531 | "frontmatterDoc": undefined, |
| 532 | "frontmatterRaw": undefined, |
| 533 | "frontmatterStyle": undefined, |
| 534 | "images": [], |
| 535 | "index": 7, |
| 536 | "level": 1, |
| 537 | "note": undefined, |
| 538 | "raw": " |
| 539 | # Title |
| 540 | |
| 541 | \`\`\`yaml |
| 542 | # When there is already a frontmatter, the first yaml block should be treated as content |
| 543 | layout: should not from yaml 2 |
| 544 | \`\`\` |
| 545 | |
| 546 | Content 3 |
| 547 | ", |
| 548 | "revision": "-hu94b6", |
| 549 | "start": 71, |
| 550 | "title": "Title", |
| 551 | }, |
| 552 | "title": "Title", |
| 553 | }, |
| 554 | ] |
| 555 | `; |
| 556 | |
| 557 | exports[`md parser > mdc.md > config 1`] = ` |
| 558 | { |
| 559 | "comark": true, |
| 560 | "drawings": { |
| 561 | "enabled": true, |
| 562 | "persist": false, |
| 563 | "presenterOnly": false, |
| 564 | "syncAll": true, |
| 565 | }, |
| 566 | "fonts": { |
| 567 | "italic": false, |
| 568 | "local": [], |
| 569 | "mono": [ |
| 570 | "ui-monospace", |
| 571 | "SFMono-Regular", |
| 572 | "Menlo", |
| 573 | "Monaco", |
| 574 | "Consolas", |
| 575 | ""Liberation Mono"", |
| 576 | ""Courier New"", |
| 577 | "monospace", |
| 578 | ], |
| 579 | "provider": "google", |
| 580 | "sans": [ |
| 581 | "ui-sans-serif", |
| 582 | "system-ui", |
| 583 | "-apple-system", |
| 584 | "BlinkMacSystemFont", |
| 585 | ""Segoe UI"", |
| 586 | "Roboto", |
| 587 | ""Helvetica Neue"", |
| 588 | "Arial", |
| 589 | ""Noto Sans"", |
| 590 | "sans-serif", |
| 591 | ""Apple Color Emoji"", |
| 592 | ""Segoe UI Emoji"", |
| 593 | ""Segoe UI Symbol"", |
| 594 | ""Noto Color Emoji"", |
| 595 | ], |
| 596 | "serif": [ |
| 597 | "ui-serif", |
| 598 | "Georgia", |
| 599 | "Cambria", |
| 600 | ""Times New Roman"", |
| 601 | "Times", |
| 602 | "serif", |
| 603 | ], |
| 604 | "webfonts": [], |
| 605 | "weights": [ |
| 606 | "200", |
| 607 | "400", |
| 608 | "600", |
| 609 | ], |
| 610 | }, |
| 611 | "title": "Comark{style="color:red"}", |
| 612 | } |
| 613 | `; |
| 614 | |
| 615 | exports[`md parser > mdc.md > features 1`] = ` |
| 616 | { |
| 617 | "bluesky": false, |
| 618 | "katex": false, |
| 619 | "mermaid": false, |
| 620 | "monaco": false, |
| 621 | "tweet": false, |
| 622 | } |
| 623 | `; |
| 624 | |
| 625 | exports[`md parser > mdc.md > slides 1`] = ` |
| 626 | [ |
| 627 | { |
| 628 | "content": "# Comark{style="color:red"} |
| 629 | |
| 630 | :arrow{x1=1 y1=1 x2=2 y2=2}", |
| 631 | "frontmatter": { |
| 632 | "comark": true, |
| 633 | }, |
| 634 | "frontmatterRaw": "comark: true |
| 635 | ", |
| 636 | "importChain": undefined, |
| 637 | "index": 0, |
| 638 | "level": 1, |
| 639 | "note": undefined, |
| 640 | "revision": "hmgmac", |
| 641 | "source": { |
| 642 | "content": " |
| 643 | # Comark{style="color:red"} |
| 644 | |
| 645 | :arrow{x1=1 y1=1 x2=2 y2=2} |
| 646 | ", |
| 647 | "contentRaw": "# Comark{style="color:red"} |
| 648 | |
| 649 | :arrow{x1=1 y1=1 x2=2 y2=2}", |
| 650 | "contentStart": 3, |
| 651 | "end": 8, |
| 652 | "filepath": "mdc.md", |
| 653 | "frontmatter": { |
| 654 | "comark": true, |
| 655 | }, |
| 656 | "frontmatterDoc": { |
| 657 | "comark": true, |
| 658 | }, |
| 659 | "frontmatterRaw": "comark: true |
| 660 | ", |
| 661 | "frontmatterStyle": "frontmatter", |
| 662 | "images": [], |
| 663 | "index": 0, |
| 664 | "level": 1, |
| 665 | "note": undefined, |
| 666 | "raw": "--- |
| 667 | comark: true |
| 668 | --- |
| 669 | |
| 670 | # Comark{style="color:red"} |
| 671 | |
| 672 | :arrow{x1=1 y1=1 x2=2 y2=2} |
| 673 | ", |
| 674 | "revision": "hmgmac", |
| 675 | "start": 0, |
| 676 | "title": "Comark{style="color:red"}", |
| 677 | }, |
| 678 | "title": "Comark{style="color:red"}", |
| 679 | }, |
| 680 | ] |
| 681 | `; |
| 682 | |
| 683 | exports[`md parser > minimal.md > config 1`] = ` |
| 684 | { |
| 685 | "drawings": { |
| 686 | "enabled": true, |
| 687 | "persist": false, |
| 688 | "presenterOnly": false, |
| 689 | "syncAll": true, |
| 690 | }, |
| 691 | "fonts": { |
| 692 | "italic": false, |
| 693 | "local": [], |
| 694 | "mono": [ |
| 695 | "ui-monospace", |
| 696 | "SFMono-Regular", |
| 697 | "Menlo", |
| 698 | "Monaco", |
| 699 | "Consolas", |
| 700 | ""Liberation Mono"", |
| 701 | ""Courier New"", |
| 702 | "monospace", |
| 703 | ], |
| 704 | "provider": "google", |
| 705 | "sans": [ |
| 706 | "ui-sans-serif", |
| 707 | "system-ui", |
| 708 | "-apple-system", |
| 709 | "BlinkMacSystemFont", |
| 710 | ""Segoe UI"", |
| 711 | "Roboto", |
| 712 | ""Helvetica Neue"", |
| 713 | "Arial", |
| 714 | ""Noto Sans"", |
| 715 | "sans-serif", |
| 716 | ""Apple Color Emoji"", |
| 717 | ""Segoe UI Emoji"", |
| 718 | ""Segoe UI Symbol"", |
| 719 | ""Noto Color Emoji"", |
| 720 | ], |
| 721 | "serif": [ |
| 722 | "ui-serif", |
| 723 | "Georgia", |
| 724 | "Cambria", |
| 725 | ""Times New Roman"", |
| 726 | "Times", |
| 727 | "serif", |
| 728 | ], |
| 729 | "webfonts": [], |
| 730 | "weights": [ |
| 731 | "200", |
| 732 | "400", |
| 733 | "600", |
| 734 | ], |
| 735 | }, |
| 736 | "title": "H1", |
| 737 | } |
| 738 | `; |
| 739 | |
| 740 | exports[`md parser > minimal.md > features 1`] = ` |
| 741 | { |
| 742 | "bluesky": false, |
| 743 | "katex": false, |
| 744 | "mermaid": false, |
| 745 | "monaco": false, |
| 746 | "tweet": false, |
| 747 | } |
| 748 | `; |
| 749 | |
| 750 | exports[`md parser > minimal.md > slides 1`] = ` |
| 751 | [ |
| 752 | { |
| 753 | "content": "# H1 |
| 754 | ## H2 |
| 755 | ### H3 |
| 756 | |
| 757 | Sample Text |
| 758 | |
| 759 | \`\`\`ts |
| 760 | console.log('Hello World') |
| 761 | \`\`\`", |
| 762 | "frontmatter": {}, |
| 763 | "frontmatterRaw": undefined, |
| 764 | "importChain": undefined, |
| 765 | "index": 0, |
| 766 | "level": 1, |
| 767 | "note": undefined, |
| 768 | "revision": "-l1yoe", |
| 769 | "source": { |
| 770 | "content": " |
| 771 | # H1 |
| 772 | ## H2 |
| 773 | ### H3 |
| 774 | |
| 775 | Sample Text |
| 776 | |
| 777 | \`\`\`ts |
| 778 | console.log('Hello World') |
| 779 | \`\`\` |
| 780 | ", |
| 781 | "contentRaw": "# H1 |
| 782 | ## H2 |
| 783 | ### H3 |
| 784 | |
| 785 | Sample Text |
| 786 | |
| 787 | \`\`\`ts |
| 788 | console.log('Hello World') |
| 789 | \`\`\`", |
| 790 | "contentStart": 0, |
| 791 | "end": 10, |
| 792 | "filepath": "minimal.md", |
| 793 | "frontmatter": {}, |
| 794 | "frontmatterDoc": undefined, |
| 795 | "frontmatterRaw": undefined, |
| 796 | "frontmatterStyle": undefined, |
| 797 | "images": [], |
| 798 | "index": 0, |
| 799 | "level": 1, |
| 800 | "note": undefined, |
| 801 | "raw": " |
| 802 | # H1 |
| 803 | ## H2 |
| 804 | ### H3 |
| 805 | |
| 806 | Sample Text |
| 807 | |
| 808 | \`\`\`ts |
| 809 | console.log('Hello World') |
| 810 | \`\`\` |
| 811 | ", |
| 812 | "revision": "-l1yoe", |
| 813 | "start": 0, |
| 814 | "title": "H1", |
| 815 | }, |
| 816 | "title": "H1", |
| 817 | }, |
| 818 | { |
| 819 | "content": "# Hello |
| 820 | |
| 821 | - Hello |
| 822 | - Hi |
| 823 | - Hey |
| 824 | - Yo", |
| 825 | "frontmatter": {}, |
| 826 | "frontmatterRaw": undefined, |
| 827 | "importChain": undefined, |
| 828 | "index": 1, |
| 829 | "level": 1, |
| 830 | "note": undefined, |
| 831 | "revision": "1owo9s", |
| 832 | "source": { |
| 833 | "content": " |
| 834 | # Hello |
| 835 | |
| 836 | - Hello |
| 837 | - Hi |
| 838 | - Hey |
| 839 | - Yo |
| 840 | ", |
| 841 | "contentRaw": "# Hello |
| 842 | |
| 843 | - Hello |
| 844 | - Hi |
| 845 | - Hey |
| 846 | - Yo", |
| 847 | "contentStart": 11, |
| 848 | "end": 19, |
| 849 | "filepath": "minimal.md", |
| 850 | "frontmatter": {}, |
| 851 | "frontmatterDoc": undefined, |
| 852 | "frontmatterRaw": undefined, |
| 853 | "frontmatterStyle": undefined, |
| 854 | "images": [], |
| 855 | "index": 1, |
| 856 | "level": 1, |
| 857 | "note": undefined, |
| 858 | "raw": " |
| 859 | # Hello |
| 860 | |
| 861 | - Hello |
| 862 | - Hi |
| 863 | - Hey |
| 864 | - Yo |
| 865 | ", |
| 866 | "revision": "1owo9s", |
| 867 | "start": 11, |
| 868 | "title": "Hello", |
| 869 | }, |
| 870 | "title": "Hello", |
| 871 | }, |
| 872 | { |
| 873 | "content": "Nice to meet you", |
| 874 | "frontmatter": {}, |
| 875 | "frontmatterRaw": undefined, |
| 876 | "importChain": undefined, |
| 877 | "index": 2, |
| 878 | "level": undefined, |
| 879 | "note": undefined, |
| 880 | "revision": "-kcr6u0", |
| 881 | "source": { |
| 882 | "content": " |
| 883 | Nice to meet you |
| 884 | ", |
| 885 | "contentRaw": "Nice to meet you", |
| 886 | "contentStart": 20, |
| 887 | "end": 23, |
| 888 | "filepath": "minimal.md", |
| 889 | "frontmatter": {}, |
| 890 | "frontmatterDoc": undefined, |
| 891 | "frontmatterRaw": undefined, |
| 892 | "frontmatterStyle": undefined, |
| 893 | "images": [], |
| 894 | "index": 2, |
| 895 | "level": undefined, |
| 896 | "note": undefined, |
| 897 | "raw": " |
| 898 | Nice to meet you |
| 899 | ", |
| 900 | "revision": "-kcr6u0", |
| 901 | "start": 20, |
| 902 | "title": undefined, |
| 903 | }, |
| 904 | "title": undefined, |
| 905 | }, |
| 906 | ] |
| 907 | `; |
| 908 | |
| 909 | exports[`md parser > multi-entries.md > config 1`] = ` |
| 910 | { |
| 911 | "drawings": { |
| 912 | "enabled": true, |
| 913 | "persist": false, |
| 914 | "presenterOnly": false, |
| 915 | "syncAll": true, |
| 916 | }, |
| 917 | "fonts": { |
| 918 | "italic": false, |
| 919 | "local": [], |
| 920 | "mono": [ |
| 921 | "ui-monospace", |
| 922 | "SFMono-Regular", |
| 923 | "Menlo", |
| 924 | "Monaco", |
| 925 | "Consolas", |
| 926 | ""Liberation Mono"", |
| 927 | ""Courier New"", |
| 928 | "monospace", |
| 929 | ], |
| 930 | "provider": "google", |
| 931 | "sans": [ |
| 932 | "ui-sans-serif", |
| 933 | "system-ui", |
| 934 | "-apple-system", |
| 935 | "BlinkMacSystemFont", |
| 936 | ""Segoe UI"", |
| 937 | "Roboto", |
| 938 | ""Helvetica Neue"", |
| 939 | "Arial", |
| 940 | ""Noto Sans"", |
| 941 | "sans-serif", |
| 942 | ""Apple Color Emoji"", |
| 943 | ""Segoe UI Emoji"", |
| 944 | ""Segoe UI Symbol"", |
| 945 | ""Noto Color Emoji"", |
| 946 | ], |
| 947 | "serif": [ |
| 948 | "ui-serif", |
| 949 | "Georgia", |
| 950 | "Cambria", |
| 951 | ""Times New Roman"", |
| 952 | "Times", |
| 953 | "serif", |
| 954 | ], |
| 955 | "webfonts": [], |
| 956 | "weights": [ |
| 957 | "200", |
| 958 | "400", |
| 959 | "600", |
| 960 | ], |
| 961 | }, |
| 962 | "src": "sub/page1.md", |
| 963 | "title": "Page 1", |
| 964 | } |
| 965 | `; |
| 966 | |
| 967 | exports[`md parser > multi-entries.md > features 1`] = ` |
| 968 | { |
| 969 | "bluesky": false, |
| 970 | "katex": true, |
| 971 | "mermaid": false, |
| 972 | "monaco": false, |
| 973 | "tweet": true, |
| 974 | } |
| 975 | `; |
| 976 | |
| 977 | exports[`md parser > multi-entries.md > slides 1`] = ` |
| 978 | [ |
| 979 | { |
| 980 | "content": "# Page 1", |
| 981 | "frontmatter": {}, |
| 982 | "frontmatterRaw": undefined, |
| 983 | "importChain": [ |
| 984 | { |
| 985 | "content": "", |
| 986 | "contentRaw": "", |
| 987 | "contentStart": 3, |
| 988 | "end": 4, |
| 989 | "filepath": "multi-entries.md", |
| 990 | "frontmatter": { |
| 991 | "src": "sub/page1.md", |
| 992 | }, |
| 993 | "frontmatterDoc": { |
| 994 | "src": "sub/page1.md", |
| 995 | }, |
| 996 | "frontmatterRaw": "src: sub/page1.md |
| 997 | ", |
| 998 | "frontmatterStyle": "frontmatter", |
| 999 | "images": [], |
| 1000 | "imports": [ |
| 1001 | { |
| 1002 | "content": "# Page 1", |
| 1003 | "contentRaw": "# Page 1", |
| 1004 | "contentStart": 0, |
| 1005 | "end": 2, |
| 1006 | "filepath": "sub/page1.md", |
| 1007 | "frontmatter": {}, |
| 1008 | "frontmatterDoc": undefined, |
| 1009 | "frontmatterRaw": undefined, |
| 1010 | "frontmatterStyle": undefined, |
| 1011 | "images": [], |
| 1012 | "index": 0, |
| 1013 | "level": 1, |
| 1014 | "note": undefined, |
| 1015 | "raw": "# Page 1 |
| 1016 | ", |
| 1017 | "revision": "q9078d", |
| 1018 | "start": 0, |
| 1019 | "title": "Page 1", |
| 1020 | }, |
| 1021 | ], |
| 1022 | "index": 0, |
| 1023 | "level": undefined, |
| 1024 | "note": undefined, |
| 1025 | "raw": "--- |
| 1026 | src: sub/page1.md |
| 1027 | --- |
| 1028 | ", |
| 1029 | "revision": "ad0zia", |
| 1030 | "start": 0, |
| 1031 | "title": undefined, |
| 1032 | }, |
| 1033 | ], |
| 1034 | "index": 0, |
| 1035 | "level": 1, |
| 1036 | "note": undefined, |
| 1037 | "revision": "q9078d", |
| 1038 | "source": { |
| 1039 | "content": "# Page 1", |
| 1040 | "contentRaw": "# Page 1", |
| 1041 | "contentStart": 0, |
| 1042 | "end": 2, |
| 1043 | "filepath": "sub/page1.md", |
| 1044 | "frontmatter": {}, |
| 1045 | "frontmatterDoc": undefined, |
| 1046 | "frontmatterRaw": undefined, |
| 1047 | "frontmatterStyle": undefined, |
| 1048 | "images": [], |
| 1049 | "index": 0, |
| 1050 | "level": 1, |
| 1051 | "note": undefined, |
| 1052 | "raw": "# Page 1 |
| 1053 | ", |
| 1054 | "revision": "q9078d", |
| 1055 | "start": 0, |
| 1056 | "title": "Page 1", |
| 1057 | }, |
| 1058 | "title": "Page 1", |
| 1059 | }, |
| 1060 | { |
| 1061 | "content": "# Page 2 |
| 1062 | |
| 1063 | <Tweet />", |
| 1064 | "frontmatter": { |
| 1065 | "background": "https://sli.dev/demo-cover.png#2", |
| 1066 | "layout": "cover", |
| 1067 | }, |
| 1068 | "frontmatterRaw": "layout: cover |
| 1069 | ", |
| 1070 | "importChain": [ |
| 1071 | { |
| 1072 | "content": "", |
| 1073 | "contentRaw": "", |
| 1074 | "contentStart": 8, |
| 1075 | "end": 9, |
| 1076 | "filepath": "multi-entries.md", |
| 1077 | "frontmatter": { |
| 1078 | "background": "https://sli.dev/demo-cover.png#2", |
| 1079 | "src": "/sub/page2.md", |
| 1080 | }, |
| 1081 | "frontmatterDoc": { |
| 1082 | "background": "https://sli.dev/demo-cover.png#2", |
| 1083 | "src": "/sub/page2.md", |
| 1084 | }, |
| 1085 | "frontmatterRaw": "src: /sub/page2.md |
| 1086 | background: https://sli.dev/demo-cover.png#2 |
| 1087 | ", |
| 1088 | "frontmatterStyle": "frontmatter", |
| 1089 | "images": [ |
| 1090 | "https://sli.dev/demo-cover.png#2", |
| 1091 | ], |
| 1092 | "imports": [ |
| 1093 | { |
| 1094 | "content": "# Page 2 |
| 1095 | |
| 1096 | <Tweet />", |
| 1097 | "contentRaw": "# Page 2 |
| 1098 | |
| 1099 | <Tweet />", |
| 1100 | "contentStart": 3, |
| 1101 | "end": 8, |
| 1102 | "filepath": "sub/page2.md", |
| 1103 | "frontmatter": { |
| 1104 | "layout": "cover", |
| 1105 | }, |
| 1106 | "frontmatterDoc": { |
| 1107 | "layout": "cover", |
| 1108 | }, |
| 1109 | "frontmatterRaw": "layout: cover |
| 1110 | ", |
| 1111 | "frontmatterStyle": "frontmatter", |
| 1112 | "images": [], |
| 1113 | "index": 0, |
| 1114 | "level": 1, |
| 1115 | "note": undefined, |
| 1116 | "raw": "--- |
| 1117 | layout: cover |
| 1118 | --- |
| 1119 | |
| 1120 | # Page 2 |
| 1121 | |
| 1122 | <Tweet /> |
| 1123 | ", |
| 1124 | "revision": "rdjwxb", |
| 1125 | "start": 0, |
| 1126 | "title": "Page 2", |
| 1127 | }, |
| 1128 | ], |
| 1129 | "index": 1, |
| 1130 | "level": undefined, |
| 1131 | "note": undefined, |
| 1132 | "raw": "--- |
| 1133 | src: /sub/page2.md |
| 1134 | background: https://sli.dev/demo-cover.png#2 |
| 1135 | --- |
| 1136 | ", |
| 1137 | "revision": "-fzej2s", |
| 1138 | "start": 4, |
| 1139 | "title": undefined, |
| 1140 | }, |
| 1141 | ], |
| 1142 | "index": 1, |
| 1143 | "level": 1, |
| 1144 | "note": undefined, |
| 1145 | "revision": "rdjwxb", |
| 1146 | "source": { |
| 1147 | "content": "# Page 2 |
| 1148 | |
| 1149 | <Tweet />", |
| 1150 | "contentRaw": "# Page 2 |
| 1151 | |
| 1152 | <Tweet />", |
| 1153 | "contentStart": 3, |
| 1154 | "end": 8, |
| 1155 | "filepath": "sub/page2.md", |
| 1156 | "frontmatter": { |
| 1157 | "layout": "cover", |
| 1158 | }, |
| 1159 | "frontmatterDoc": { |
| 1160 | "layout": "cover", |
| 1161 | }, |
| 1162 | "frontmatterRaw": "layout: cover |
| 1163 | ", |
| 1164 | "frontmatterStyle": "frontmatter", |
| 1165 | "images": [], |
| 1166 | "index": 0, |
| 1167 | "level": 1, |
| 1168 | "note": undefined, |
| 1169 | "raw": "--- |
| 1170 | layout: cover |
| 1171 | --- |
| 1172 | |
| 1173 | # Page 2 |
| 1174 | |
| 1175 | <Tweet /> |
| 1176 | ", |
| 1177 | "revision": "rdjwxb", |
| 1178 | "start": 0, |
| 1179 | "title": "Page 2", |
| 1180 | }, |
| 1181 | "title": "Page 2", |
| 1182 | }, |
| 1183 | { |
| 1184 | "content": "# Page 3", |
| 1185 | "frontmatter": { |
| 1186 | "background": "https://sli.dev/demo-cover.png#34", |
| 1187 | }, |
| 1188 | "frontmatterRaw": undefined, |
| 1189 | "importChain": [ |
| 1190 | { |
| 1191 | "content": "", |
| 1192 | "contentRaw": "", |
| 1193 | "contentStart": 13, |
| 1194 | "end": 14, |
| 1195 | "filepath": "multi-entries.md", |
| 1196 | "frontmatter": { |
| 1197 | "background": "https://sli.dev/demo-cover.png#34", |
| 1198 | "src": "./sub/pages3-4.md", |
| 1199 | }, |
| 1200 | "frontmatterDoc": { |
| 1201 | "background": "https://sli.dev/demo-cover.png#34", |
| 1202 | "src": "./sub/pages3-4.md", |
| 1203 | }, |
| 1204 | "frontmatterRaw": "src: ./sub/pages3-4.md |
| 1205 | background: https://sli.dev/demo-cover.png#34 |
| 1206 | ", |
| 1207 | "frontmatterStyle": "frontmatter", |
| 1208 | "images": [ |
| 1209 | "https://sli.dev/demo-cover.png#34", |
| 1210 | ], |
| 1211 | "imports": [ |
| 1212 | { |
| 1213 | "content": "# Page 3", |
| 1214 | "contentRaw": "# Page 3", |
| 1215 | "contentStart": 0, |
| 1216 | "end": 2, |
| 1217 | "filepath": "sub/pages3-4.md", |
| 1218 | "frontmatter": {}, |
| 1219 | "frontmatterDoc": undefined, |
| 1220 | "frontmatterRaw": undefined, |
| 1221 | "frontmatterStyle": undefined, |
| 1222 | "images": [], |
| 1223 | "index": 0, |
| 1224 | "level": 1, |
| 1225 | "note": undefined, |
| 1226 | "raw": "# Page 3 |
| 1227 | ", |
| 1228 | "revision": "q9078f", |
| 1229 | "start": 0, |
| 1230 | "title": "Page 3", |
| 1231 | }, |
| 1232 | { |
| 1233 | "content": "# Page 4 |
| 1234 | |
| 1235 | <Tweet />", |
| 1236 | "contentRaw": "# Page 4 |
| 1237 | |
| 1238 | <Tweet />", |
| 1239 | "contentStart": 5, |
| 1240 | "end": 10, |
| 1241 | "filepath": "sub/pages3-4.md", |
| 1242 | "frontmatter": { |
| 1243 | "layout": "cover", |
| 1244 | }, |
| 1245 | "frontmatterDoc": { |
| 1246 | "layout": "cover", |
| 1247 | }, |
| 1248 | "frontmatterRaw": "layout: cover |
| 1249 | ", |
| 1250 | "frontmatterStyle": "frontmatter", |
| 1251 | "images": [], |
| 1252 | "index": 1, |
| 1253 | "level": 1, |
| 1254 | "note": undefined, |
| 1255 | "raw": "--- |
| 1256 | layout: cover |
| 1257 | --- |
| 1258 | |
| 1259 | # Page 4 |
| 1260 | |
| 1261 | <Tweet /> |
| 1262 | ", |
| 1263 | "revision": "vn9anh", |
| 1264 | "start": 2, |
| 1265 | "title": "Page 4", |
| 1266 | }, |
| 1267 | ], |
| 1268 | "index": 2, |
| 1269 | "level": undefined, |
| 1270 | "note": undefined, |
| 1271 | "raw": "--- |
| 1272 | src: ./sub/pages3-4.md |
| 1273 | background: https://sli.dev/demo-cover.png#34 |
| 1274 | --- |
| 1275 | ", |
| 1276 | "revision": "-y8rid0", |
| 1277 | "start": 9, |
| 1278 | "title": undefined, |
| 1279 | }, |
| 1280 | ], |
| 1281 | "index": 2, |
| 1282 | "level": 1, |
| 1283 | "note": undefined, |
| 1284 | "revision": "q9078f", |
| 1285 | "source": { |
| 1286 | "content": "# Page 3", |
| 1287 | "contentRaw": "# Page 3", |
| 1288 | "contentStart": 0, |
| 1289 | "end": 2, |
| 1290 | "filepath": "sub/pages3-4.md", |
| 1291 | "frontmatter": {}, |
| 1292 | "frontmatterDoc": undefined, |
| 1293 | "frontmatterRaw": undefined, |
| 1294 | "frontmatterStyle": undefined, |
| 1295 | "images": [], |
| 1296 | "index": 0, |
| 1297 | "level": 1, |
| 1298 | "note": undefined, |
| 1299 | "raw": "# Page 3 |
| 1300 | ", |
| 1301 | "revision": "q9078f", |
| 1302 | "start": 0, |
| 1303 | "title": "Page 3", |
| 1304 | }, |
| 1305 | "title": "Page 3", |
| 1306 | }, |
| 1307 | { |
| 1308 | "content": "# Page 4 |
| 1309 | |
| 1310 | <Tweet />", |
| 1311 | "frontmatter": { |
| 1312 | "background": "https://sli.dev/demo-cover.png#34", |
| 1313 | "layout": "cover", |
| 1314 | }, |
| 1315 | "frontmatterRaw": "layout: cover |
| 1316 | ", |
| 1317 | "importChain": [ |
| 1318 | { |
| 1319 | "content": "", |
| 1320 | "contentRaw": "", |
| 1321 | "contentStart": 13, |
| 1322 | "end": 14, |
| 1323 | "filepath": "multi-entries.md", |
| 1324 | "frontmatter": { |
| 1325 | "background": "https://sli.dev/demo-cover.png#34", |
| 1326 | "src": "./sub/pages3-4.md", |
| 1327 | }, |
| 1328 | "frontmatterDoc": { |
| 1329 | "background": "https://sli.dev/demo-cover.png#34", |
| 1330 | "src": "./sub/pages3-4.md", |
| 1331 | }, |
| 1332 | "frontmatterRaw": "src: ./sub/pages3-4.md |
| 1333 | background: https://sli.dev/demo-cover.png#34 |
| 1334 | ", |
| 1335 | "frontmatterStyle": "frontmatter", |
| 1336 | "images": [ |
| 1337 | "https://sli.dev/demo-cover.png#34", |
| 1338 | ], |
| 1339 | "imports": [ |
| 1340 | { |
| 1341 | "content": "# Page 3", |
| 1342 | "contentRaw": "# Page 3", |
| 1343 | "contentStart": 0, |
| 1344 | "end": 2, |
| 1345 | "filepath": "sub/pages3-4.md", |
| 1346 | "frontmatter": {}, |
| 1347 | "frontmatterDoc": undefined, |
| 1348 | "frontmatterRaw": undefined, |
| 1349 | "frontmatterStyle": undefined, |
| 1350 | "images": [], |
| 1351 | "index": 0, |
| 1352 | "level": 1, |
| 1353 | "note": undefined, |
| 1354 | "raw": "# Page 3 |
| 1355 | ", |
| 1356 | "revision": "q9078f", |
| 1357 | "start": 0, |
| 1358 | "title": "Page 3", |
| 1359 | }, |
| 1360 | { |
| 1361 | "content": "# Page 4 |
| 1362 | |
| 1363 | <Tweet />", |
| 1364 | "contentRaw": "# Page 4 |
| 1365 | |
| 1366 | <Tweet />", |
| 1367 | "contentStart": 5, |
| 1368 | "end": 10, |
| 1369 | "filepath": "sub/pages3-4.md", |
| 1370 | "frontmatter": { |
| 1371 | "layout": "cover", |
| 1372 | }, |
| 1373 | "frontmatterDoc": { |
| 1374 | "layout": "cover", |
| 1375 | }, |
| 1376 | "frontmatterRaw": "layout: cover |
| 1377 | ", |
| 1378 | "frontmatterStyle": "frontmatter", |
| 1379 | "images": [], |
| 1380 | "index": 1, |
| 1381 | "level": 1, |
| 1382 | "note": undefined, |
| 1383 | "raw": "--- |
| 1384 | layout: cover |
| 1385 | --- |
| 1386 | |
| 1387 | # Page 4 |
| 1388 | |
| 1389 | <Tweet /> |
| 1390 | ", |
| 1391 | "revision": "vn9anh", |
| 1392 | "start": 2, |
| 1393 | "title": "Page 4", |
| 1394 | }, |
| 1395 | ], |
| 1396 | "index": 2, |
| 1397 | "level": undefined, |
| 1398 | "note": undefined, |
| 1399 | "raw": "--- |
| 1400 | src: ./sub/pages3-4.md |
| 1401 | background: https://sli.dev/demo-cover.png#34 |
| 1402 | --- |
| 1403 | ", |
| 1404 | "revision": "-y8rid0", |
| 1405 | "start": 9, |
| 1406 | "title": undefined, |
| 1407 | }, |
| 1408 | ], |
| 1409 | "index": 3, |
| 1410 | "level": 1, |
| 1411 | "note": undefined, |
| 1412 | "revision": "vn9anh", |
| 1413 | "source": { |
| 1414 | "content": "# Page 4 |
| 1415 | |
| 1416 | <Tweet />", |
| 1417 | "contentRaw": "# Page 4 |
| 1418 | |
| 1419 | <Tweet />", |
| 1420 | "contentStart": 5, |
| 1421 | "end": 10, |
| 1422 | "filepath": "sub/pages3-4.md", |
| 1423 | "frontmatter": { |
| 1424 | "layout": "cover", |
| 1425 | }, |
| 1426 | "frontmatterDoc": { |
| 1427 | "layout": "cover", |
| 1428 | }, |
| 1429 | "frontmatterRaw": "layout: cover |
| 1430 | ", |
| 1431 | "frontmatterStyle": "frontmatter", |
| 1432 | "images": [], |
| 1433 | "index": 1, |
| 1434 | "level": 1, |
| 1435 | "note": undefined, |
| 1436 | "raw": "--- |
| 1437 | layout: cover |
| 1438 | --- |
| 1439 | |
| 1440 | # Page 4 |
| 1441 | |
| 1442 | <Tweet /> |
| 1443 | ", |
| 1444 | "revision": "vn9anh", |
| 1445 | "start": 2, |
| 1446 | "title": "Page 4", |
| 1447 | }, |
| 1448 | "title": "Page 4", |
| 1449 | }, |
| 1450 | { |
| 1451 | "content": "# Page 1", |
| 1452 | "frontmatter": { |
| 1453 | "background": "https://sli.dev/demo-cover.png#14", |
| 1454 | }, |
| 1455 | "frontmatterRaw": undefined, |
| 1456 | "importChain": [ |
| 1457 | { |
| 1458 | "content": "", |
| 1459 | "contentRaw": "", |
| 1460 | "contentStart": 18, |
| 1461 | "end": 19, |
| 1462 | "filepath": "multi-entries.md", |
| 1463 | "frontmatter": { |
| 1464 | "background": "https://sli.dev/demo-cover.png#14", |
| 1465 | "src": "sub/nested1-4.md", |
| 1466 | }, |
| 1467 | "frontmatterDoc": { |
| 1468 | "background": "https://sli.dev/demo-cover.png#14", |
| 1469 | "src": "sub/nested1-4.md", |
| 1470 | }, |
| 1471 | "frontmatterRaw": "src: sub/nested1-4.md |
| 1472 | background: https://sli.dev/demo-cover.png#14 |
| 1473 | ", |
| 1474 | "frontmatterStyle": "frontmatter", |
| 1475 | "images": [ |
| 1476 | "https://sli.dev/demo-cover.png#14", |
| 1477 | ], |
| 1478 | "imports": [ |
| 1479 | { |
| 1480 | "content": "", |
| 1481 | "contentRaw": "", |
| 1482 | "contentStart": 3, |
| 1483 | "end": 4, |
| 1484 | "filepath": "sub/nested1-4.md", |
| 1485 | "frontmatter": { |
| 1486 | "src": "/sub/page1.md", |
| 1487 | }, |
| 1488 | "frontmatterDoc": { |
| 1489 | "src": "/sub/page1.md", |
| 1490 | }, |
| 1491 | "frontmatterRaw": "src: /sub/page1.md |
| 1492 | ", |
| 1493 | "frontmatterStyle": "frontmatter", |
| 1494 | "images": [], |
| 1495 | "imports": [ |
| 1496 | { |
| 1497 | "content": "# Page 1", |
| 1498 | "contentRaw": "# Page 1", |
| 1499 | "contentStart": 0, |
| 1500 | "end": 2, |
| 1501 | "filepath": "sub/page1.md", |
| 1502 | "frontmatter": {}, |
| 1503 | "frontmatterDoc": undefined, |
| 1504 | "frontmatterRaw": undefined, |
| 1505 | "frontmatterStyle": undefined, |
| 1506 | "images": [], |
| 1507 | "index": 0, |
| 1508 | "level": 1, |
| 1509 | "note": undefined, |
| 1510 | "raw": "# Page 1 |
| 1511 | ", |
| 1512 | "revision": "q9078d", |
| 1513 | "start": 0, |
| 1514 | "title": "Page 1", |
| 1515 | }, |
| 1516 | ], |
| 1517 | "index": 0, |
| 1518 | "level": undefined, |
| 1519 | "note": undefined, |
| 1520 | "raw": "--- |
| 1521 | src: /sub/page1.md |
| 1522 | --- |
| 1523 | ", |
| 1524 | "revision": "-kzazk9", |
| 1525 | "start": 0, |
| 1526 | "title": undefined, |
| 1527 | }, |
| 1528 | { |
| 1529 | "content": "", |
| 1530 | "contentRaw": "", |
| 1531 | "contentStart": 7, |
| 1532 | "end": 8, |
| 1533 | "filepath": "sub/nested1-4.md", |
| 1534 | "frontmatter": { |
| 1535 | "src": "page2.md", |
| 1536 | }, |
| 1537 | "frontmatterDoc": { |
| 1538 | "src": "page2.md", |
| 1539 | }, |
| 1540 | "frontmatterRaw": "src: page2.md |
| 1541 | ", |
| 1542 | "frontmatterStyle": "frontmatter", |
| 1543 | "images": [], |
| 1544 | "imports": [ |
| 1545 | { |
| 1546 | "content": "# Page 2 |
| 1547 | |
| 1548 | <Tweet />", |
| 1549 | "contentRaw": "# Page 2 |
| 1550 | |
| 1551 | <Tweet />", |
| 1552 | "contentStart": 3, |
| 1553 | "end": 8, |
| 1554 | "filepath": "sub/page2.md", |
| 1555 | "frontmatter": { |
| 1556 | "layout": "cover", |
| 1557 | }, |
| 1558 | "frontmatterDoc": { |
| 1559 | "layout": "cover", |
| 1560 | }, |
| 1561 | "frontmatterRaw": "layout: cover |
| 1562 | ", |
| 1563 | "frontmatterStyle": "frontmatter", |
| 1564 | "images": [], |
| 1565 | "index": 0, |
| 1566 | "level": 1, |
| 1567 | "note": undefined, |
| 1568 | "raw": "--- |
| 1569 | layout: cover |
| 1570 | --- |
| 1571 | |
| 1572 | # Page 2 |
| 1573 | |
| 1574 | <Tweet /> |
| 1575 | ", |
| 1576 | "revision": "rdjwxb", |
| 1577 | "start": 0, |
| 1578 | "title": "Page 2", |
| 1579 | }, |
| 1580 | ], |
| 1581 | "index": 1, |
| 1582 | "level": undefined, |
| 1583 | "note": undefined, |
| 1584 | "raw": "--- |
| 1585 | src: page2.md |
| 1586 | --- |
| 1587 | ", |
| 1588 | "revision": "koer3m", |
| 1589 | "start": 4, |
| 1590 | "title": undefined, |
| 1591 | }, |
| 1592 | { |
| 1593 | "content": "", |
| 1594 | "contentRaw": "", |
| 1595 | "contentStart": 11, |
| 1596 | "end": 12, |
| 1597 | "filepath": "sub/nested1-4.md", |
| 1598 | "frontmatter": { |
| 1599 | "src": "../sub/pages3-4.md", |
| 1600 | }, |
| 1601 | "frontmatterDoc": { |
| 1602 | "src": "../sub/pages3-4.md", |
| 1603 | }, |
| 1604 | "frontmatterRaw": "src: ../sub/pages3-4.md |
| 1605 | ", |
| 1606 | "frontmatterStyle": "frontmatter", |
| 1607 | "images": [], |
| 1608 | "imports": [ |
| 1609 | { |
| 1610 | "content": "# Page 3", |
| 1611 | "contentRaw": "# Page 3", |
| 1612 | "contentStart": 0, |
| 1613 | "end": 2, |
| 1614 | "filepath": "sub/pages3-4.md", |
| 1615 | "frontmatter": {}, |
| 1616 | "frontmatterDoc": undefined, |
| 1617 | "frontmatterRaw": undefined, |
| 1618 | "frontmatterStyle": undefined, |
| 1619 | "images": [], |
| 1620 | "index": 0, |
| 1621 | "level": 1, |
| 1622 | "note": undefined, |
| 1623 | "raw": "# Page 3 |
| 1624 | ", |
| 1625 | "revision": "q9078f", |
| 1626 | "start": 0, |
| 1627 | "title": "Page 3", |
| 1628 | }, |
| 1629 | { |
| 1630 | "content": "# Page 4 |
| 1631 | |
| 1632 | <Tweet />", |
| 1633 | "contentRaw": "# Page 4 |
| 1634 | |
| 1635 | <Tweet />", |
| 1636 | "contentStart": 5, |
| 1637 | "end": 10, |
| 1638 | "filepath": "sub/pages3-4.md", |
| 1639 | "frontmatter": { |
| 1640 | "layout": "cover", |
| 1641 | }, |
| 1642 | "frontmatterDoc": { |
| 1643 | "layout": "cover", |
| 1644 | }, |
| 1645 | "frontmatterRaw": "layout: cover |
| 1646 | ", |
| 1647 | "frontmatterStyle": "frontmatter", |
| 1648 | "images": [], |
| 1649 | "index": 1, |
| 1650 | "level": 1, |
| 1651 | "note": undefined, |
| 1652 | "raw": "--- |
| 1653 | layout: cover |
| 1654 | --- |
| 1655 | |
| 1656 | # Page 4 |
| 1657 | |
| 1658 | <Tweet /> |
| 1659 | ", |
| 1660 | "revision": "vn9anh", |
| 1661 | "start": 2, |
| 1662 | "title": "Page 4", |
| 1663 | }, |
| 1664 | ], |
| 1665 | "index": 2, |
| 1666 | "level": undefined, |
| 1667 | "note": undefined, |
| 1668 | "raw": "--- |
| 1669 | src: ../sub/pages3-4.md |
| 1670 | --- |
| 1671 | ", |
| 1672 | "revision": "-9fgden", |
| 1673 | "start": 8, |
| 1674 | "title": undefined, |
| 1675 | }, |
| 1676 | ], |
| 1677 | "index": 3, |
| 1678 | "level": undefined, |
| 1679 | "note": undefined, |
| 1680 | "raw": "--- |
| 1681 | src: sub/nested1-4.md |
| 1682 | background: https://sli.dev/demo-cover.png#14 |
| 1683 | --- |
| 1684 | ", |
| 1685 | "revision": "-bcli90", |
| 1686 | "start": 14, |
| 1687 | "title": undefined, |
| 1688 | }, |
| 1689 | { |
| 1690 | "content": "", |
| 1691 | "contentRaw": "", |
| 1692 | "contentStart": 3, |
| 1693 | "end": 4, |
| 1694 | "filepath": "sub/nested1-4.md", |
| 1695 | "frontmatter": { |
| 1696 | "src": "/sub/page1.md", |
| 1697 | }, |
| 1698 | "frontmatterDoc": { |
| 1699 | "src": "/sub/page1.md", |
| 1700 | }, |
| 1701 | "frontmatterRaw": "src: /sub/page1.md |
| 1702 | ", |
| 1703 | "frontmatterStyle": "frontmatter", |
| 1704 | "images": [], |
| 1705 | "imports": [ |
| 1706 | { |
| 1707 | "content": "# Page 1", |
| 1708 | "contentRaw": "# Page 1", |
| 1709 | "contentStart": 0, |
| 1710 | "end": 2, |
| 1711 | "filepath": "sub/page1.md", |
| 1712 | "frontmatter": {}, |
| 1713 | "frontmatterDoc": undefined, |
| 1714 | "frontmatterRaw": undefined, |
| 1715 | "frontmatterStyle": undefined, |
| 1716 | "images": [], |
| 1717 | "index": 0, |
| 1718 | "level": 1, |
| 1719 | "note": undefined, |
| 1720 | "raw": "# Page 1 |
| 1721 | ", |
| 1722 | "revision": "q9078d", |
| 1723 | "start": 0, |
| 1724 | "title": "Page 1", |
| 1725 | }, |
| 1726 | ], |
| 1727 | "index": 0, |
| 1728 | "level": undefined, |
| 1729 | "note": undefined, |
| 1730 | "raw": "--- |
| 1731 | src: /sub/page1.md |
| 1732 | --- |
| 1733 | ", |
| 1734 | "revision": "-kzazk9", |
| 1735 | "start": 0, |
| 1736 | "title": undefined, |
| 1737 | }, |
| 1738 | ], |
| 1739 | "index": 4, |
| 1740 | "level": 1, |
| 1741 | "note": undefined, |
| 1742 | "revision": "q9078d", |
| 1743 | "source": { |
| 1744 | "content": "# Page 1", |
| 1745 | "contentRaw": "# Page 1", |
| 1746 | "contentStart": 0, |
| 1747 | "end": 2, |
| 1748 | "filepath": "sub/page1.md", |
| 1749 | "frontmatter": {}, |
| 1750 | "frontmatterDoc": undefined, |
| 1751 | "frontmatterRaw": undefined, |
| 1752 | "frontmatterStyle": undefined, |
| 1753 | "images": [], |
| 1754 | "index": 0, |
| 1755 | "level": 1, |
| 1756 | "note": undefined, |
| 1757 | "raw": "# Page 1 |
| 1758 | ", |
| 1759 | "revision": "q9078d", |
| 1760 | "start": 0, |
| 1761 | "title": "Page 1", |
| 1762 | }, |
| 1763 | "title": "Page 1", |
| 1764 | }, |
| 1765 | { |
| 1766 | "content": "# Page 2 |
| 1767 | |
| 1768 | <Tweet />", |
| 1769 | "frontmatter": { |
| 1770 | "background": "https://sli.dev/demo-cover.png#14", |
| 1771 | "layout": "cover", |
| 1772 | }, |
| 1773 | "frontmatterRaw": "layout: cover |
| 1774 | ", |
| 1775 | "importChain": [ |
| 1776 | { |
| 1777 | "content": "", |
| 1778 | "contentRaw": "", |
| 1779 | "contentStart": 18, |
| 1780 | "end": 19, |
| 1781 | "filepath": "multi-entries.md", |
| 1782 | "frontmatter": { |
| 1783 | "background": "https://sli.dev/demo-cover.png#14", |
| 1784 | "src": "sub/nested1-4.md", |
| 1785 | }, |
| 1786 | "frontmatterDoc": { |
| 1787 | "background": "https://sli.dev/demo-cover.png#14", |
| 1788 | "src": "sub/nested1-4.md", |
| 1789 | }, |
| 1790 | "frontmatterRaw": "src: sub/nested1-4.md |
| 1791 | background: https://sli.dev/demo-cover.png#14 |
| 1792 | ", |
| 1793 | "frontmatterStyle": "frontmatter", |
| 1794 | "images": [ |
| 1795 | "https://sli.dev/demo-cover.png#14", |
| 1796 | ], |
| 1797 | "imports": [ |
| 1798 | { |
| 1799 | "content": "", |
| 1800 | "contentRaw": "", |
| 1801 | "contentStart": 3, |
| 1802 | "end": 4, |
| 1803 | "filepath": "sub/nested1-4.md", |
| 1804 | "frontmatter": { |
| 1805 | "src": "/sub/page1.md", |
| 1806 | }, |
| 1807 | "frontmatterDoc": { |
| 1808 | "src": "/sub/page1.md", |
| 1809 | }, |
| 1810 | "frontmatterRaw": "src: /sub/page1.md |
| 1811 | ", |
| 1812 | "frontmatterStyle": "frontmatter", |
| 1813 | "images": [], |
| 1814 | "imports": [ |
| 1815 | { |
| 1816 | "content": "# Page 1", |
| 1817 | "contentRaw": "# Page 1", |
| 1818 | "contentStart": 0, |
| 1819 | "end": 2, |
| 1820 | "filepath": "sub/page1.md", |
| 1821 | "frontmatter": {}, |
| 1822 | "frontmatterDoc": undefined, |
| 1823 | "frontmatterRaw": undefined, |
| 1824 | "frontmatterStyle": undefined, |
| 1825 | "images": [], |
| 1826 | "index": 0, |
| 1827 | "level": 1, |
| 1828 | "note": undefined, |
| 1829 | "raw": "# Page 1 |
| 1830 | ", |
| 1831 | "revision": "q9078d", |
| 1832 | "start": 0, |
| 1833 | "title": "Page 1", |
| 1834 | }, |
| 1835 | ], |
| 1836 | "index": 0, |
| 1837 | "level": undefined, |
| 1838 | "note": undefined, |
| 1839 | "raw": "--- |
| 1840 | src: /sub/page1.md |
| 1841 | --- |
| 1842 | ", |
| 1843 | "revision": "-kzazk9", |
| 1844 | "start": 0, |
| 1845 | "title": undefined, |
| 1846 | }, |
| 1847 | { |
| 1848 | "content": "", |
| 1849 | "contentRaw": "", |
| 1850 | "contentStart": 7, |
| 1851 | "end": 8, |
| 1852 | "filepath": "sub/nested1-4.md", |
| 1853 | "frontmatter": { |
| 1854 | "src": "page2.md", |
| 1855 | }, |
| 1856 | "frontmatterDoc": { |
| 1857 | "src": "page2.md", |
| 1858 | }, |
| 1859 | "frontmatterRaw": "src: page2.md |
| 1860 | ", |
| 1861 | "frontmatterStyle": "frontmatter", |
| 1862 | "images": [], |
| 1863 | "imports": [ |
| 1864 | { |
| 1865 | "content": "# Page 2 |
| 1866 | |
| 1867 | <Tweet />", |
| 1868 | "contentRaw": "# Page 2 |
| 1869 | |
| 1870 | <Tweet />", |
| 1871 | "contentStart": 3, |
| 1872 | "end": 8, |
| 1873 | "filepath": "sub/page2.md", |
| 1874 | "frontmatter": { |
| 1875 | "layout": "cover", |
| 1876 | }, |
| 1877 | "frontmatterDoc": { |
| 1878 | "layout": "cover", |
| 1879 | }, |
| 1880 | "frontmatterRaw": "layout: cover |
| 1881 | ", |
| 1882 | "frontmatterStyle": "frontmatter", |
| 1883 | "images": [], |
| 1884 | "index": 0, |
| 1885 | "level": 1, |
| 1886 | "note": undefined, |
| 1887 | "raw": "--- |
| 1888 | layout: cover |
| 1889 | --- |
| 1890 | |
| 1891 | # Page 2 |
| 1892 | |
| 1893 | <Tweet /> |
| 1894 | ", |
| 1895 | "revision": "rdjwxb", |
| 1896 | "start": 0, |
| 1897 | "title": "Page 2", |
| 1898 | }, |
| 1899 | ], |
| 1900 | "index": 1, |
| 1901 | "level": undefined, |
| 1902 | "note": undefined, |
| 1903 | "raw": "--- |
| 1904 | src: page2.md |
| 1905 | --- |
| 1906 | ", |
| 1907 | "revision": "koer3m", |
| 1908 | "start": 4, |
| 1909 | "title": undefined, |
| 1910 | }, |
| 1911 | { |
| 1912 | "content": "", |
| 1913 | "contentRaw": "", |
| 1914 | "contentStart": 11, |
| 1915 | "end": 12, |
| 1916 | "filepath": "sub/nested1-4.md", |
| 1917 | "frontmatter": { |
| 1918 | "src": "../sub/pages3-4.md", |
| 1919 | }, |
| 1920 | "frontmatterDoc": { |
| 1921 | "src": "../sub/pages3-4.md", |
| 1922 | }, |
| 1923 | "frontmatterRaw": "src: ../sub/pages3-4.md |
| 1924 | ", |
| 1925 | "frontmatterStyle": "frontmatter", |
| 1926 | "images": [], |
| 1927 | "imports": [ |
| 1928 | { |
| 1929 | "content": "# Page 3", |
| 1930 | "contentRaw": "# Page 3", |
| 1931 | "contentStart": 0, |
| 1932 | "end": 2, |
| 1933 | "filepath": "sub/pages3-4.md", |
| 1934 | "frontmatter": {}, |
| 1935 | "frontmatterDoc": undefined, |
| 1936 | "frontmatterRaw": undefined, |
| 1937 | "frontmatterStyle": undefined, |
| 1938 | "images": [], |
| 1939 | "index": 0, |
| 1940 | "level": 1, |
| 1941 | "note": undefined, |
| 1942 | "raw": "# Page 3 |
| 1943 | ", |
| 1944 | "revision": "q9078f", |
| 1945 | "start": 0, |
| 1946 | "title": "Page 3", |
| 1947 | }, |
| 1948 | { |
| 1949 | "content": "# Page 4 |
| 1950 | |
| 1951 | <Tweet />", |
| 1952 | "contentRaw": "# Page 4 |
| 1953 | |
| 1954 | <Tweet />", |
| 1955 | "contentStart": 5, |
| 1956 | "end": 10, |
| 1957 | "filepath": "sub/pages3-4.md", |
| 1958 | "frontmatter": { |
| 1959 | "layout": "cover", |
| 1960 | }, |
| 1961 | "frontmatterDoc": { |
| 1962 | "layout": "cover", |
| 1963 | }, |
| 1964 | "frontmatterRaw": "layout: cover |
| 1965 | ", |
| 1966 | "frontmatterStyle": "frontmatter", |
| 1967 | "images": [], |
| 1968 | "index": 1, |
| 1969 | "level": 1, |
| 1970 | "note": undefined, |
| 1971 | "raw": "--- |
| 1972 | layout: cover |
| 1973 | --- |
| 1974 | |
| 1975 | # Page 4 |
| 1976 | |
| 1977 | <Tweet /> |
| 1978 | ", |
| 1979 | "revision": "vn9anh", |
| 1980 | "start": 2, |
| 1981 | "title": "Page 4", |
| 1982 | }, |
| 1983 | ], |
| 1984 | "index": 2, |
| 1985 | "level": undefined, |
| 1986 | "note": undefined, |
| 1987 | "raw": "--- |
| 1988 | src: ../sub/pages3-4.md |
| 1989 | --- |
| 1990 | ", |
| 1991 | "revision": "-9fgden", |
| 1992 | "start": 8, |
| 1993 | "title": undefined, |
| 1994 | }, |
| 1995 | ], |
| 1996 | "index": 3, |
| 1997 | "level": undefined, |
| 1998 | "note": undefined, |
| 1999 | "raw": "--- |
| 2000 | src: sub/nested1-4.md |
| 2001 | background: https://sli.dev/demo-cover.png#14 |
| 2002 | --- |
| 2003 | ", |
| 2004 | "revision": "-bcli90", |
| 2005 | "start": 14, |
| 2006 | "title": undefined, |
| 2007 | }, |
| 2008 | { |
| 2009 | "content": "", |
| 2010 | "contentRaw": "", |
| 2011 | "contentStart": 7, |
| 2012 | "end": 8, |
| 2013 | "filepath": "sub/nested1-4.md", |
| 2014 | "frontmatter": { |
| 2015 | "src": "page2.md", |
| 2016 | }, |
| 2017 | "frontmatterDoc": { |
| 2018 | "src": "page2.md", |
| 2019 | }, |
| 2020 | "frontmatterRaw": "src: page2.md |
| 2021 | ", |
| 2022 | "frontmatterStyle": "frontmatter", |
| 2023 | "images": [], |
| 2024 | "imports": [ |
| 2025 | { |
| 2026 | "content": "# Page 2 |
| 2027 | |
| 2028 | <Tweet />", |
| 2029 | "contentRaw": "# Page 2 |
| 2030 | |
| 2031 | <Tweet />", |
| 2032 | "contentStart": 3, |
| 2033 | "end": 8, |
| 2034 | "filepath": "sub/page2.md", |
| 2035 | "frontmatter": { |
| 2036 | "layout": "cover", |
| 2037 | }, |
| 2038 | "frontmatterDoc": { |
| 2039 | "layout": "cover", |
| 2040 | }, |
| 2041 | "frontmatterRaw": "layout: cover |
| 2042 | ", |
| 2043 | "frontmatterStyle": "frontmatter", |
| 2044 | "images": [], |
| 2045 | "index": 0, |
| 2046 | "level": 1, |
| 2047 | "note": undefined, |
| 2048 | "raw": "--- |
| 2049 | layout: cover |
| 2050 | --- |
| 2051 | |
| 2052 | # Page 2 |
| 2053 | |
| 2054 | <Tweet /> |
| 2055 | ", |
| 2056 | "revision": "rdjwxb", |
| 2057 | "start": 0, |
| 2058 | "title": "Page 2", |
| 2059 | }, |
| 2060 | ], |
| 2061 | "index": 1, |
| 2062 | "level": undefined, |
| 2063 | "note": undefined, |
| 2064 | "raw": "--- |
| 2065 | src: page2.md |
| 2066 | --- |
| 2067 | ", |
| 2068 | "revision": "koer3m", |
| 2069 | "start": 4, |
| 2070 | "title": undefined, |
| 2071 | }, |
| 2072 | ], |
| 2073 | "index": 5, |
| 2074 | "level": 1, |
| 2075 | "note": undefined, |
| 2076 | "revision": "rdjwxb", |
| 2077 | "source": { |
| 2078 | "content": "# Page 2 |
| 2079 | |
| 2080 | <Tweet />", |
| 2081 | "contentRaw": "# Page 2 |
| 2082 | |
| 2083 | <Tweet />", |
| 2084 | "contentStart": 3, |
| 2085 | "end": 8, |
| 2086 | "filepath": "sub/page2.md", |
| 2087 | "frontmatter": { |
| 2088 | "layout": "cover", |
| 2089 | }, |
| 2090 | "frontmatterDoc": { |
| 2091 | "layout": "cover", |
| 2092 | }, |
| 2093 | "frontmatterRaw": "layout: cover |
| 2094 | ", |
| 2095 | "frontmatterStyle": "frontmatter", |
| 2096 | "images": [], |
| 2097 | "index": 0, |
| 2098 | "level": 1, |
| 2099 | "note": undefined, |
| 2100 | "raw": "--- |
| 2101 | layout: cover |
| 2102 | --- |
| 2103 | |
| 2104 | # Page 2 |
| 2105 | |
| 2106 | <Tweet /> |
| 2107 | ", |
| 2108 | "revision": "rdjwxb", |
| 2109 | "start": 0, |
| 2110 | "title": "Page 2", |
| 2111 | }, |
| 2112 | "title": "Page 2", |
| 2113 | }, |
| 2114 | { |
| 2115 | "content": "# Page 3", |
| 2116 | "frontmatter": { |
| 2117 | "background": "https://sli.dev/demo-cover.png#14", |
| 2118 | }, |
| 2119 | "frontmatterRaw": undefined, |
| 2120 | "importChain": [ |
| 2121 | { |
| 2122 | "content": "", |
| 2123 | "contentRaw": "", |
| 2124 | "contentStart": 18, |
| 2125 | "end": 19, |
| 2126 | "filepath": "multi-entries.md", |
| 2127 | "frontmatter": { |
| 2128 | "background": "https://sli.dev/demo-cover.png#14", |
| 2129 | "src": "sub/nested1-4.md", |
| 2130 | }, |
| 2131 | "frontmatterDoc": { |
| 2132 | "background": "https://sli.dev/demo-cover.png#14", |
| 2133 | "src": "sub/nested1-4.md", |
| 2134 | }, |
| 2135 | "frontmatterRaw": "src: sub/nested1-4.md |
| 2136 | background: https://sli.dev/demo-cover.png#14 |
| 2137 | ", |
| 2138 | "frontmatterStyle": "frontmatter", |
| 2139 | "images": [ |
| 2140 | "https://sli.dev/demo-cover.png#14", |
| 2141 | ], |
| 2142 | "imports": [ |
| 2143 | { |
| 2144 | "content": "", |
| 2145 | "contentRaw": "", |
| 2146 | "contentStart": 3, |
| 2147 | "end": 4, |
| 2148 | "filepath": "sub/nested1-4.md", |
| 2149 | "frontmatter": { |
| 2150 | "src": "/sub/page1.md", |
| 2151 | }, |
| 2152 | "frontmatterDoc": { |
| 2153 | "src": "/sub/page1.md", |
| 2154 | }, |
| 2155 | "frontmatterRaw": "src: /sub/page1.md |
| 2156 | ", |
| 2157 | "frontmatterStyle": "frontmatter", |
| 2158 | "images": [], |
| 2159 | "imports": [ |
| 2160 | { |
| 2161 | "content": "# Page 1", |
| 2162 | "contentRaw": "# Page 1", |
| 2163 | "contentStart": 0, |
| 2164 | "end": 2, |
| 2165 | "filepath": "sub/page1.md", |
| 2166 | "frontmatter": {}, |
| 2167 | "frontmatterDoc": undefined, |
| 2168 | "frontmatterRaw": undefined, |
| 2169 | "frontmatterStyle": undefined, |
| 2170 | "images": [], |
| 2171 | "index": 0, |
| 2172 | "level": 1, |
| 2173 | "note": undefined, |
| 2174 | "raw": "# Page 1 |
| 2175 | ", |
| 2176 | "revision": "q9078d", |
| 2177 | "start": 0, |
| 2178 | "title": "Page 1", |
| 2179 | }, |
| 2180 | ], |
| 2181 | "index": 0, |
| 2182 | "level": undefined, |
| 2183 | "note": undefined, |
| 2184 | "raw": "--- |
| 2185 | src: /sub/page1.md |
| 2186 | --- |
| 2187 | ", |
| 2188 | "revision": "-kzazk9", |
| 2189 | "start": 0, |
| 2190 | "title": undefined, |
| 2191 | }, |
| 2192 | { |
| 2193 | "content": "", |
| 2194 | "contentRaw": "", |
| 2195 | "contentStart": 7, |
| 2196 | "end": 8, |
| 2197 | "filepath": "sub/nested1-4.md", |
| 2198 | "frontmatter": { |
| 2199 | "src": "page2.md", |
| 2200 | }, |
| 2201 | "frontmatterDoc": { |
| 2202 | "src": "page2.md", |
| 2203 | }, |
| 2204 | "frontmatterRaw": "src: page2.md |
| 2205 | ", |
| 2206 | "frontmatterStyle": "frontmatter", |
| 2207 | "images": [], |
| 2208 | "imports": [ |
| 2209 | { |
| 2210 | "content": "# Page 2 |
| 2211 | |
| 2212 | <Tweet />", |
| 2213 | "contentRaw": "# Page 2 |
| 2214 | |
| 2215 | <Tweet />", |
| 2216 | "contentStart": 3, |
| 2217 | "end": 8, |
| 2218 | "filepath": "sub/page2.md", |
| 2219 | "frontmatter": { |
| 2220 | "layout": "cover", |
| 2221 | }, |
| 2222 | "frontmatterDoc": { |
| 2223 | "layout": "cover", |
| 2224 | }, |
| 2225 | "frontmatterRaw": "layout: cover |
| 2226 | ", |
| 2227 | "frontmatterStyle": "frontmatter", |
| 2228 | "images": [], |
| 2229 | "index": 0, |
| 2230 | "level": 1, |
| 2231 | "note": undefined, |
| 2232 | "raw": "--- |
| 2233 | layout: cover |
| 2234 | --- |
| 2235 | |
| 2236 | # Page 2 |
| 2237 | |
| 2238 | <Tweet /> |
| 2239 | ", |
| 2240 | "revision": "rdjwxb", |
| 2241 | "start": 0, |
| 2242 | "title": "Page 2", |
| 2243 | }, |
| 2244 | ], |
| 2245 | "index": 1, |
| 2246 | "level": undefined, |
| 2247 | "note": undefined, |
| 2248 | "raw": "--- |
| 2249 | src: page2.md |
| 2250 | --- |
| 2251 | ", |
| 2252 | "revision": "koer3m", |
| 2253 | "start": 4, |
| 2254 | "title": undefined, |
| 2255 | }, |
| 2256 | { |
| 2257 | "content": "", |
| 2258 | "contentRaw": "", |
| 2259 | "contentStart": 11, |
| 2260 | "end": 12, |
| 2261 | "filepath": "sub/nested1-4.md", |
| 2262 | "frontmatter": { |
| 2263 | "src": "../sub/pages3-4.md", |
| 2264 | }, |
| 2265 | "frontmatterDoc": { |
| 2266 | "src": "../sub/pages3-4.md", |
| 2267 | }, |
| 2268 | "frontmatterRaw": "src: ../sub/pages3-4.md |
| 2269 | ", |
| 2270 | "frontmatterStyle": "frontmatter", |
| 2271 | "images": [], |
| 2272 | "imports": [ |
| 2273 | { |
| 2274 | "content": "# Page 3", |
| 2275 | "contentRaw": "# Page 3", |
| 2276 | "contentStart": 0, |
| 2277 | "end": 2, |
| 2278 | "filepath": "sub/pages3-4.md", |
| 2279 | "frontmatter": {}, |
| 2280 | "frontmatterDoc": undefined, |
| 2281 | "frontmatterRaw": undefined, |
| 2282 | "frontmatterStyle": undefined, |
| 2283 | "images": [], |
| 2284 | "index": 0, |
| 2285 | "level": 1, |
| 2286 | "note": undefined, |
| 2287 | "raw": "# Page 3 |
| 2288 | ", |
| 2289 | "revision": "q9078f", |
| 2290 | "start": 0, |
| 2291 | "title": "Page 3", |
| 2292 | }, |
| 2293 | { |
| 2294 | "content": "# Page 4 |
| 2295 | |
| 2296 | <Tweet />", |
| 2297 | "contentRaw": "# Page 4 |
| 2298 | |
| 2299 | <Tweet />", |
| 2300 | "contentStart": 5, |
| 2301 | "end": 10, |
| 2302 | "filepath": "sub/pages3-4.md", |
| 2303 | "frontmatter": { |
| 2304 | "layout": "cover", |
| 2305 | }, |
| 2306 | "frontmatterDoc": { |
| 2307 | "layout": "cover", |
| 2308 | }, |
| 2309 | "frontmatterRaw": "layout: cover |
| 2310 | ", |
| 2311 | "frontmatterStyle": "frontmatter", |
| 2312 | "images": [], |
| 2313 | "index": 1, |
| 2314 | "level": 1, |
| 2315 | "note": undefined, |
| 2316 | "raw": "--- |
| 2317 | layout: cover |
| 2318 | --- |
| 2319 | |
| 2320 | # Page 4 |
| 2321 | |
| 2322 | <Tweet /> |
| 2323 | ", |
| 2324 | "revision": "vn9anh", |
| 2325 | "start": 2, |
| 2326 | "title": "Page 4", |
| 2327 | }, |
| 2328 | ], |
| 2329 | "index": 2, |
| 2330 | "level": undefined, |
| 2331 | "note": undefined, |
| 2332 | "raw": "--- |
| 2333 | src: ../sub/pages3-4.md |
| 2334 | --- |
| 2335 | ", |
| 2336 | "revision": "-9fgden", |
| 2337 | "start": 8, |
| 2338 | "title": undefined, |
| 2339 | }, |
| 2340 | ], |
| 2341 | "index": 3, |
| 2342 | "level": undefined, |
| 2343 | "note": undefined, |
| 2344 | "raw": "--- |
| 2345 | src: sub/nested1-4.md |
| 2346 | background: https://sli.dev/demo-cover.png#14 |
| 2347 | --- |
| 2348 | ", |
| 2349 | "revision": "-bcli90", |
| 2350 | "start": 14, |
| 2351 | "title": undefined, |
| 2352 | }, |
| 2353 | { |
| 2354 | "content": "", |
| 2355 | "contentRaw": "", |
| 2356 | "contentStart": 11, |
| 2357 | "end": 12, |
| 2358 | "filepath": "sub/nested1-4.md", |
| 2359 | "frontmatter": { |
| 2360 | "src": "../sub/pages3-4.md", |
| 2361 | }, |
| 2362 | "frontmatterDoc": { |
| 2363 | "src": "../sub/pages3-4.md", |
| 2364 | }, |
| 2365 | "frontmatterRaw": "src: ../sub/pages3-4.md |
| 2366 | ", |
| 2367 | "frontmatterStyle": "frontmatter", |
| 2368 | "images": [], |
| 2369 | "imports": [ |
| 2370 | { |
| 2371 | "content": "# Page 3", |
| 2372 | "contentRaw": "# Page 3", |
| 2373 | "contentStart": 0, |
| 2374 | "end": 2, |
| 2375 | "filepath": "sub/pages3-4.md", |
| 2376 | "frontmatter": {}, |
| 2377 | "frontmatterDoc": undefined, |
| 2378 | "frontmatterRaw": undefined, |
| 2379 | "frontmatterStyle": undefined, |
| 2380 | "images": [], |
| 2381 | "index": 0, |
| 2382 | "level": 1, |
| 2383 | "note": undefined, |
| 2384 | "raw": "# Page 3 |
| 2385 | ", |
| 2386 | "revision": "q9078f", |
| 2387 | "start": 0, |
| 2388 | "title": "Page 3", |
| 2389 | }, |
| 2390 | { |
| 2391 | "content": "# Page 4 |
| 2392 | |
| 2393 | <Tweet />", |
| 2394 | "contentRaw": "# Page 4 |
| 2395 | |
| 2396 | <Tweet />", |
| 2397 | "contentStart": 5, |
| 2398 | "end": 10, |
| 2399 | "filepath": "sub/pages3-4.md", |
| 2400 | "frontmatter": { |
| 2401 | "layout": "cover", |
| 2402 | }, |
| 2403 | "frontmatterDoc": { |
| 2404 | "layout": "cover", |
| 2405 | }, |
| 2406 | "frontmatterRaw": "layout: cover |
| 2407 | ", |
| 2408 | "frontmatterStyle": "frontmatter", |
| 2409 | "images": [], |
| 2410 | "index": 1, |
| 2411 | "level": 1, |
| 2412 | "note": undefined, |
| 2413 | "raw": "--- |
| 2414 | layout: cover |
| 2415 | --- |
| 2416 | |
| 2417 | # Page 4 |
| 2418 | |
| 2419 | <Tweet /> |
| 2420 | ", |
| 2421 | "revision": "vn9anh", |
| 2422 | "start": 2, |
| 2423 | "title": "Page 4", |
| 2424 | }, |
| 2425 | ], |
| 2426 | "index": 2, |
| 2427 | "level": undefined, |
| 2428 | "note": undefined, |
| 2429 | "raw": "--- |
| 2430 | src: ../sub/pages3-4.md |
| 2431 | --- |
| 2432 | ", |
| 2433 | "revision": "-9fgden", |
| 2434 | "start": 8, |
| 2435 | "title": undefined, |
| 2436 | }, |
| 2437 | ], |
| 2438 | "index": 6, |
| 2439 | "level": 1, |
| 2440 | "note": undefined, |
| 2441 | "revision": "q9078f", |
| 2442 | "source": { |
| 2443 | "content": "# Page 3", |
| 2444 | "contentRaw": "# Page 3", |
| 2445 | "contentStart": 0, |
| 2446 | "end": 2, |
| 2447 | "filepath": "sub/pages3-4.md", |
| 2448 | "frontmatter": {}, |
| 2449 | "frontmatterDoc": undefined, |
| 2450 | "frontmatterRaw": undefined, |
| 2451 | "frontmatterStyle": undefined, |
| 2452 | "images": [], |
| 2453 | "index": 0, |
| 2454 | "level": 1, |
| 2455 | "note": undefined, |
| 2456 | "raw": "# Page 3 |
| 2457 | ", |
| 2458 | "revision": "q9078f", |
| 2459 | "start": 0, |
| 2460 | "title": "Page 3", |
| 2461 | }, |
| 2462 | "title": "Page 3", |
| 2463 | }, |
| 2464 | { |
| 2465 | "content": "# Page 4 |
| 2466 | |
| 2467 | <Tweet />", |
| 2468 | "frontmatter": { |
| 2469 | "background": "https://sli.dev/demo-cover.png#14", |
| 2470 | "layout": "cover", |
| 2471 | }, |
| 2472 | "frontmatterRaw": "layout: cover |
| 2473 | ", |
| 2474 | "importChain": [ |
| 2475 | { |
| 2476 | "content": "", |
| 2477 | "contentRaw": "", |
| 2478 | "contentStart": 18, |
| 2479 | "end": 19, |
| 2480 | "filepath": "multi-entries.md", |
| 2481 | "frontmatter": { |
| 2482 | "background": "https://sli.dev/demo-cover.png#14", |
| 2483 | "src": "sub/nested1-4.md", |
| 2484 | }, |
| 2485 | "frontmatterDoc": { |
| 2486 | "background": "https://sli.dev/demo-cover.png#14", |
| 2487 | "src": "sub/nested1-4.md", |
| 2488 | }, |
| 2489 | "frontmatterRaw": "src: sub/nested1-4.md |
| 2490 | background: https://sli.dev/demo-cover.png#14 |
| 2491 | ", |
| 2492 | "frontmatterStyle": "frontmatter", |
| 2493 | "images": [ |
| 2494 | "https://sli.dev/demo-cover.png#14", |
| 2495 | ], |
| 2496 | "imports": [ |
| 2497 | { |
| 2498 | "content": "", |
| 2499 | "contentRaw": "", |
| 2500 | "contentStart": 3, |
| 2501 | "end": 4, |
| 2502 | "filepath": "sub/nested1-4.md", |
| 2503 | "frontmatter": { |
| 2504 | "src": "/sub/page1.md", |
| 2505 | }, |
| 2506 | "frontmatterDoc": { |
| 2507 | "src": "/sub/page1.md", |
| 2508 | }, |
| 2509 | "frontmatterRaw": "src: /sub/page1.md |
| 2510 | ", |
| 2511 | "frontmatterStyle": "frontmatter", |
| 2512 | "images": [], |
| 2513 | "imports": [ |
| 2514 | { |
| 2515 | "content": "# Page 1", |
| 2516 | "contentRaw": "# Page 1", |
| 2517 | "contentStart": 0, |
| 2518 | "end": 2, |
| 2519 | "filepath": "sub/page1.md", |
| 2520 | "frontmatter": {}, |
| 2521 | "frontmatterDoc": undefined, |
| 2522 | "frontmatterRaw": undefined, |
| 2523 | "frontmatterStyle": undefined, |
| 2524 | "images": [], |
| 2525 | "index": 0, |
| 2526 | "level": 1, |
| 2527 | "note": undefined, |
| 2528 | "raw": "# Page 1 |
| 2529 | ", |
| 2530 | "revision": "q9078d", |
| 2531 | "start": 0, |
| 2532 | "title": "Page 1", |
| 2533 | }, |
| 2534 | ], |
| 2535 | "index": 0, |
| 2536 | "level": undefined, |
| 2537 | "note": undefined, |
| 2538 | "raw": "--- |
| 2539 | src: /sub/page1.md |
| 2540 | --- |
| 2541 | ", |
| 2542 | "revision": "-kzazk9", |
| 2543 | "start": 0, |
| 2544 | "title": undefined, |
| 2545 | }, |
| 2546 | { |
| 2547 | "content": "", |
| 2548 | "contentRaw": "", |
| 2549 | "contentStart": 7, |
| 2550 | "end": 8, |
| 2551 | "filepath": "sub/nested1-4.md", |
| 2552 | "frontmatter": { |
| 2553 | "src": "page2.md", |
| 2554 | }, |
| 2555 | "frontmatterDoc": { |
| 2556 | "src": "page2.md", |
| 2557 | }, |
| 2558 | "frontmatterRaw": "src: page2.md |
| 2559 | ", |
| 2560 | "frontmatterStyle": "frontmatter", |
| 2561 | "images": [], |
| 2562 | "imports": [ |
| 2563 | { |
| 2564 | "content": "# Page 2 |
| 2565 | |
| 2566 | <Tweet />", |
| 2567 | "contentRaw": "# Page 2 |
| 2568 | |
| 2569 | <Tweet />", |
| 2570 | "contentStart": 3, |
| 2571 | "end": 8, |
| 2572 | "filepath": "sub/page2.md", |
| 2573 | "frontmatter": { |
| 2574 | "layout": "cover", |
| 2575 | }, |
| 2576 | "frontmatterDoc": { |
| 2577 | "layout": "cover", |
| 2578 | }, |
| 2579 | "frontmatterRaw": "layout: cover |
| 2580 | ", |
| 2581 | "frontmatterStyle": "frontmatter", |
| 2582 | "images": [], |
| 2583 | "index": 0, |
| 2584 | "level": 1, |
| 2585 | "note": undefined, |
| 2586 | "raw": "--- |
| 2587 | layout: cover |
| 2588 | --- |
| 2589 | |
| 2590 | # Page 2 |
| 2591 | |
| 2592 | <Tweet /> |
| 2593 | ", |
| 2594 | "revision": "rdjwxb", |
| 2595 | "start": 0, |
| 2596 | "title": "Page 2", |
| 2597 | }, |
| 2598 | ], |
| 2599 | "index": 1, |
| 2600 | "level": undefined, |
| 2601 | "note": undefined, |
| 2602 | "raw": "--- |
| 2603 | src: page2.md |
| 2604 | --- |
| 2605 | ", |
| 2606 | "revision": "koer3m", |
| 2607 | "start": 4, |
| 2608 | "title": undefined, |
| 2609 | }, |
| 2610 | { |
| 2611 | "content": "", |
| 2612 | "contentRaw": "", |
| 2613 | "contentStart": 11, |
| 2614 | "end": 12, |
| 2615 | "filepath": "sub/nested1-4.md", |
| 2616 | "frontmatter": { |
| 2617 | "src": "../sub/pages3-4.md", |
| 2618 | }, |
| 2619 | "frontmatterDoc": { |
| 2620 | "src": "../sub/pages3-4.md", |
| 2621 | }, |
| 2622 | "frontmatterRaw": "src: ../sub/pages3-4.md |
| 2623 | ", |
| 2624 | "frontmatterStyle": "frontmatter", |
| 2625 | "images": [], |
| 2626 | "imports": [ |
| 2627 | { |
| 2628 | "content": "# Page 3", |
| 2629 | "contentRaw": "# Page 3", |
| 2630 | "contentStart": 0, |
| 2631 | "end": 2, |
| 2632 | "filepath": "sub/pages3-4.md", |
| 2633 | "frontmatter": {}, |
| 2634 | "frontmatterDoc": undefined, |
| 2635 | "frontmatterRaw": undefined, |
| 2636 | "frontmatterStyle": undefined, |
| 2637 | "images": [], |
| 2638 | "index": 0, |
| 2639 | "level": 1, |
| 2640 | "note": undefined, |
| 2641 | "raw": "# Page 3 |
| 2642 | ", |
| 2643 | "revision": "q9078f", |
| 2644 | "start": 0, |
| 2645 | "title": "Page 3", |
| 2646 | }, |
| 2647 | { |
| 2648 | "content": "# Page 4 |
| 2649 | |
| 2650 | <Tweet />", |
| 2651 | "contentRaw": "# Page 4 |
| 2652 | |
| 2653 | <Tweet />", |
| 2654 | "contentStart": 5, |
| 2655 | "end": 10, |
| 2656 | "filepath": "sub/pages3-4.md", |
| 2657 | "frontmatter": { |
| 2658 | "layout": "cover", |
| 2659 | }, |
| 2660 | "frontmatterDoc": { |
| 2661 | "layout": "cover", |
| 2662 | }, |
| 2663 | "frontmatterRaw": "layout: cover |
| 2664 | ", |
| 2665 | "frontmatterStyle": "frontmatter", |
| 2666 | "images": [], |
| 2667 | "index": 1, |
| 2668 | "level": 1, |
| 2669 | "note": undefined, |
| 2670 | "raw": "--- |
| 2671 | layout: cover |
| 2672 | --- |
| 2673 | |
| 2674 | # Page 4 |
| 2675 | |
| 2676 | <Tweet /> |
| 2677 | ", |
| 2678 | "revision": "vn9anh", |
| 2679 | "start": 2, |
| 2680 | "title": "Page 4", |
| 2681 | }, |
| 2682 | ], |
| 2683 | "index": 2, |
| 2684 | "level": undefined, |
| 2685 | "note": undefined, |
| 2686 | "raw": "--- |
| 2687 | src: ../sub/pages3-4.md |
| 2688 | --- |
| 2689 | ", |
| 2690 | "revision": "-9fgden", |
| 2691 | "start": 8, |
| 2692 | "title": undefined, |
| 2693 | }, |
| 2694 | ], |
| 2695 | "index": 3, |
| 2696 | "level": undefined, |
| 2697 | "note": undefined, |
| 2698 | "raw": "--- |
| 2699 | src: sub/nested1-4.md |
| 2700 | background: https://sli.dev/demo-cover.png#14 |
| 2701 | --- |
| 2702 | ", |
| 2703 | "revision": "-bcli90", |
| 2704 | "start": 14, |
| 2705 | "title": undefined, |
| 2706 | }, |
| 2707 | { |
| 2708 | "content": "", |
| 2709 | "contentRaw": "", |
| 2710 | "contentStart": 11, |
| 2711 | "end": 12, |
| 2712 | "filepath": "sub/nested1-4.md", |
| 2713 | "frontmatter": { |
| 2714 | "src": "../sub/pages3-4.md", |
| 2715 | }, |
| 2716 | "frontmatterDoc": { |
| 2717 | "src": "../sub/pages3-4.md", |
| 2718 | }, |
| 2719 | "frontmatterRaw": "src: ../sub/pages3-4.md |
| 2720 | ", |
| 2721 | "frontmatterStyle": "frontmatter", |
| 2722 | "images": [], |
| 2723 | "imports": [ |
| 2724 | { |
| 2725 | "content": "# Page 3", |
| 2726 | "contentRaw": "# Page 3", |
| 2727 | "contentStart": 0, |
| 2728 | "end": 2, |
| 2729 | "filepath": "sub/pages3-4.md", |
| 2730 | "frontmatter": {}, |
| 2731 | "frontmatterDoc": undefined, |
| 2732 | "frontmatterRaw": undefined, |
| 2733 | "frontmatterStyle": undefined, |
| 2734 | "images": [], |
| 2735 | "index": 0, |
| 2736 | "level": 1, |
| 2737 | "note": undefined, |
| 2738 | "raw": "# Page 3 |
| 2739 | ", |
| 2740 | "revision": "q9078f", |
| 2741 | "start": 0, |
| 2742 | "title": "Page 3", |
| 2743 | }, |
| 2744 | { |
| 2745 | "content": "# Page 4 |
| 2746 | |
| 2747 | <Tweet />", |
| 2748 | "contentRaw": "# Page 4 |
| 2749 | |
| 2750 | <Tweet />", |
| 2751 | "contentStart": 5, |
| 2752 | "end": 10, |
| 2753 | "filepath": "sub/pages3-4.md", |
| 2754 | "frontmatter": { |
| 2755 | "layout": "cover", |
| 2756 | }, |
| 2757 | "frontmatterDoc": { |
| 2758 | "layout": "cover", |
| 2759 | }, |
| 2760 | "frontmatterRaw": "layout: cover |
| 2761 | ", |
| 2762 | "frontmatterStyle": "frontmatter", |
| 2763 | "images": [], |
| 2764 | "index": 1, |
| 2765 | "level": 1, |
| 2766 | "note": undefined, |
| 2767 | "raw": "--- |
| 2768 | layout: cover |
| 2769 | --- |
| 2770 | |
| 2771 | # Page 4 |
| 2772 | |
| 2773 | <Tweet /> |
| 2774 | ", |
| 2775 | "revision": "vn9anh", |
| 2776 | "start": 2, |
| 2777 | "title": "Page 4", |
| 2778 | }, |
| 2779 | ], |
| 2780 | "index": 2, |
| 2781 | "level": undefined, |
| 2782 | "note": undefined, |
| 2783 | "raw": "--- |
| 2784 | src: ../sub/pages3-4.md |
| 2785 | --- |
| 2786 | ", |
| 2787 | "revision": "-9fgden", |
| 2788 | "start": 8, |
| 2789 | "title": undefined, |
| 2790 | }, |
| 2791 | ], |
| 2792 | "index": 7, |
| 2793 | "level": 1, |
| 2794 | "note": undefined, |
| 2795 | "revision": "vn9anh", |
| 2796 | "source": { |
| 2797 | "content": "# Page 4 |
| 2798 | |
| 2799 | <Tweet />", |
| 2800 | "contentRaw": "# Page 4 |
| 2801 | |
| 2802 | <Tweet />", |
| 2803 | "contentStart": 5, |
| 2804 | "end": 10, |
| 2805 | "filepath": "sub/pages3-4.md", |
| 2806 | "frontmatter": { |
| 2807 | "layout": "cover", |
| 2808 | }, |
| 2809 | "frontmatterDoc": { |
| 2810 | "layout": "cover", |
| 2811 | }, |
| 2812 | "frontmatterRaw": "layout: cover |
| 2813 | ", |
| 2814 | "frontmatterStyle": "frontmatter", |
| 2815 | "images": [], |
| 2816 | "index": 1, |
| 2817 | "level": 1, |
| 2818 | "note": undefined, |
| 2819 | "raw": "--- |
| 2820 | layout: cover |
| 2821 | --- |
| 2822 | |
| 2823 | # Page 4 |
| 2824 | |
| 2825 | <Tweet /> |
| 2826 | ", |
| 2827 | "revision": "vn9anh", |
| 2828 | "start": 2, |
| 2829 | "title": "Page 4", |
| 2830 | }, |
| 2831 | "title": "Page 4", |
| 2832 | }, |
| 2833 | { |
| 2834 | "content": "# Inline Page |
| 2835 | |
| 2836 | $x+2$", |
| 2837 | "frontmatter": {}, |
| 2838 | "frontmatterRaw": undefined, |
| 2839 | "importChain": undefined, |
| 2840 | "index": 8, |
| 2841 | "level": 1, |
| 2842 | "note": undefined, |
| 2843 | "revision": "6kem5s", |
| 2844 | "source": { |
| 2845 | "content": " |
| 2846 | # Inline Page |
| 2847 | |
| 2848 | $x+2$ |
| 2849 | ", |
| 2850 | "contentRaw": "# Inline Page |
| 2851 | |
| 2852 | $x+2$", |
| 2853 | "contentStart": 20, |
| 2854 | "end": 25, |
| 2855 | "filepath": "multi-entries.md", |
| 2856 | "frontmatter": {}, |
| 2857 | "frontmatterDoc": undefined, |
| 2858 | "frontmatterRaw": undefined, |
| 2859 | "frontmatterStyle": undefined, |
| 2860 | "images": [], |
| 2861 | "index": 4, |
| 2862 | "level": 1, |
| 2863 | "note": undefined, |
| 2864 | "raw": " |
| 2865 | # Inline Page |
| 2866 | |
| 2867 | $x+2$ |
| 2868 | ", |
| 2869 | "revision": "6kem5s", |
| 2870 | "start": 20, |
| 2871 | "title": "Inline Page", |
| 2872 | }, |
| 2873 | "title": "Inline Page", |
| 2874 | }, |
| 2875 | ] |
| 2876 | `; |
| 2877 |