@scalar/cli 1.7.9 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +28 -13
  2. package/docs.html +147 -78
  3. package/index.js +327 -199
  4. package/package.json +6 -5
package/docs.html CHANGED
@@ -2529,22 +2529,19 @@ details.t-editor__step .t-editor__step-summary:hover .t-editor__step-marker-icon
2529
2529
  ul.t-editor__checklist {
2530
2530
  padding-left: 0;
2531
2531
  }
2532
- ul.t-editor__checklist > li,
2533
- ul.contains-task-list > li {
2532
+ ul.t-editor__checklist > li {
2534
2533
  align-items: center;
2535
2534
  display: flex;
2536
2535
  gap: 10.5px;
2537
2536
  list-style: none;
2538
2537
  line-height: 1.625;
2539
2538
  }
2540
- ul.contains-task-list,
2541
2539
  ul.t-editor__checklist:not(.t-editor__checklist ul) {
2542
2540
  padding-left: 5.5px;
2543
2541
  }
2544
2542
  .t-editor__checklist .t-editor__paragraph {
2545
2543
  margin-top: 0;
2546
2544
  }
2547
- .contains-task-list input,
2548
2545
  .t-editor__checklist input {
2549
2546
  position: relative;
2550
2547
  appearance: none;
@@ -2557,13 +2554,11 @@ ul.t-editor__checklist:not(.t-editor__checklist ul) {
2557
2554
  border: 1px solid var(--scalar-color-3);
2558
2555
  border-radius: var(--scalar-radius);
2559
2556
  }
2560
- .t-editor__checklist input:checked,
2561
- .contains-task-list input:checked {
2557
+ .t-editor__checklist input:checked {
2562
2558
  background-color: var(--scalar-color-1);
2563
2559
  border-color: var(--scalar-color-1);
2564
2560
  }
2565
- .t-editor__checklist input[type=checkbox]::before,
2566
- .contains-task-list input[type=checkbox]::before {
2561
+ .t-editor__checklist input[type=checkbox]::before {
2567
2562
  content: "";
2568
2563
  position: absolute;
2569
2564
  left: 5px;
@@ -2575,17 +2570,50 @@ ul.t-editor__checklist:not(.t-editor__checklist ul) {
2575
2570
  transform: rotate(45deg);
2576
2571
  opacity: 0;
2577
2572
  }
2578
- .t-editor__checklist input[type=checkbox]:checked::before,
2579
- .contains-task-list input[type=checkbox]:checked::before {
2573
+ .t-editor__checklist input[type=checkbox]:checked::before {
2580
2574
  opacity: 1;
2581
2575
  }
2582
- .contains-task-lists ul input[type=checkbox],
2583
- .contains-task-lists ol input[type=checkbox],
2584
2576
  .t-editor ul input[type=checkbox],
2585
2577
  .t-editor ol input[type=checkbox] {
2586
2578
  margin: 0;
2587
2579
  vertical-align: middle;
2588
2580
  }
2581
+ ul.contains-task-list > li {
2582
+ position: relative;
2583
+ list-style: none;
2584
+ line-height: 1.625;
2585
+ }
2586
+ .contains-task-list input {
2587
+ display: inline;
2588
+ position: absolute;
2589
+ top: 0.225em;
2590
+ left: -1.4em;
2591
+ appearance: none;
2592
+ -webkit-appearance: none;
2593
+ width: 16px;
2594
+ height: 16px;
2595
+ border: 1px solid var(--scalar-color-3);
2596
+ border-radius: var(--scalar-radius);
2597
+ }
2598
+ .contains-task-list input:checked {
2599
+ background-color: var(--scalar-color-1);
2600
+ border-color: var(--scalar-color-1);
2601
+ }
2602
+ .contains-task-list input[type=checkbox]::before {
2603
+ content: "";
2604
+ position: absolute;
2605
+ left: 5px;
2606
+ top: 1px;
2607
+ width: 5px;
2608
+ height: 10px;
2609
+ border: solid var(--scalar-background-1);
2610
+ border-width: 0 1.5px 1.5px 0;
2611
+ transform: rotate(45deg);
2612
+ opacity: 0;
2613
+ }
2614
+ .contains-task-list input[type=checkbox]:checked::before {
2615
+ opacity: 1;
2616
+ }
2589
2617
 
2590
2618
  /* ../../packages/css/src/guides/text-extensions/codegroup.css */
2591
2619
  .t-editor__code-group {
@@ -3283,6 +3311,15 @@ blockquote.t-editor__quote > * {
3283
3311
  box-sizing: border-box;
3284
3312
  position: relative;
3285
3313
  }
3314
+ .t-editor__table [align=left] {
3315
+ text-align: left;
3316
+ }
3317
+ .t-editor__table [align=center] {
3318
+ text-align: center;
3319
+ }
3320
+ .t-editor__table [align=right] {
3321
+ text-align: right;
3322
+ }
3286
3323
  .t-editor__table tr:nth-child(2n) {
3287
3324
  background-color: var(--scalar-background-2);
3288
3325
  }
@@ -3667,7 +3704,7 @@ blockquote.t-editor__quote > * {
3667
3704
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3668
3705
  </svg></button>
3669
3706
  </h2>
3670
- <div id="p8m01kdMpb8cjcV4J5MtM" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3707
+ <div id="kCCwa3FyTp0nVxOaKciEc" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3671
3708
  <pre style="
3672
3709
  --line-digits: 2;
3673
3710
  --line-number-start: -1;
@@ -3690,7 +3727,7 @@ blockquote.t-editor__quote > * {
3690
3727
  </svg></button>
3691
3728
  </h2>
3692
3729
  <p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
3693
- <div id="naQlSkOR25ANqaPqkvaIo" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3730
+ <div id="TGYrcaB66EsOnEH7B1QGx" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3694
3731
  <pre style="
3695
3732
  --line-digits: 2;
3696
3733
  --line-number-start: -1;
@@ -3714,7 +3751,7 @@ blockquote.t-editor__quote > * {
3714
3751
  </svg></button>
3715
3752
  </h3>
3716
3753
  <p class="t-editor__paragraph">There’s another <code inline="true" class="t-editor__inline-code">scalar</code> CLI, which is bundled with <code inline="true" class="t-editor__inline-code">git</code>. If you run into naming conflicts, but never use the other CLI anyway, you can replace it like this:</p>
3717
- <div id="FnebEGXDk3D5UmFbyp56Q" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3754
+ <div id="UX8JNI6JgXdDb5Onj9mBn" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3718
3755
  <pre style="
3719
3756
  --line-digits: 2;
3720
3757
  --line-number-start: -1;
@@ -3728,7 +3765,7 @@ blockquote.t-editor__quote > * {
3728
3765
  </svg></button>
3729
3766
  </div>
3730
3767
  <p class="t-editor__paragraph">Or, if you want to keep using the other <code inline="true" class="t-editor__inline-code">scalar</code> CLI, you can just stick to <code inline="true" class="t-editor__inline-code">npx</code> (or <code inline="true" class="t-editor__inline-code">pnpm dlx</code>):</p>
3731
- <div id="WOQVny9vqwpVG3DAT1FOp" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3768
+ <div id="YNXjrZhTs4rzhWcOxm6Dv" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3732
3769
  <pre style="
3733
3770
  --line-digits: 2;
3734
3771
  --line-number-start: -1;
@@ -3754,7 +3791,7 @@ blockquote.t-editor__quote > * {
3754
3791
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3755
3792
  </svg></button>
3756
3793
  </h2>
3757
- <div id="JJCHDCPcxEefgOeg78FGo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3794
+ <div id="PUUuPtPTdNIICIqe3AoWs" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3758
3795
  <pre style="
3759
3796
  --line-digits: 2;
3760
3797
  --line-number-start: -1;
@@ -3794,7 +3831,7 @@ blockquote.t-editor__quote > * {
3794
3831
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3795
3832
  </svg></button>
3796
3833
  </h3>
3797
- <div id="aHhcFIMHGfQ63Fn2IINoc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3834
+ <div id="yvWiBsiOEIfoy9kpDgZY2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3798
3835
  <pre style="
3799
3836
  --line-digits: 2;
3800
3837
  --line-number-start: -1;
@@ -3824,7 +3861,7 @@ blockquote.t-editor__quote > * {
3824
3861
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3825
3862
  </svg></button>
3826
3863
  </h4>
3827
- <div id="rYo5MbtfgnR2Tr5Jh6Chu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3864
+ <div id="pDhWXqasXSpeJQu7dw0Bc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3828
3865
  <pre style="
3829
3866
  --line-digits: 2;
3830
3867
  --line-number-start: -1;
@@ -3852,7 +3889,7 @@ blockquote.t-editor__quote > * {
3852
3889
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3853
3890
  </svg></button>
3854
3891
  </h3>
3855
- <div id="IRCKsjUUOdShfNV4QAlrG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3892
+ <div id="7rPWdTUld11ahiaGVb80F" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3856
3893
  <pre style="
3857
3894
  --line-digits: 2;
3858
3895
  --line-number-start: -1;
@@ -3879,7 +3916,7 @@ blockquote.t-editor__quote > * {
3879
3916
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3880
3917
  </svg></button>
3881
3918
  </h3>
3882
- <div id="VOJ83rP1nHNRuJunLeWhQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3919
+ <div id="KO4lUxXJeuKaxSIyAHwii" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3883
3920
  <pre style="
3884
3921
  --line-digits: 2;
3885
3922
  --line-number-start: -1;
@@ -3912,7 +3949,7 @@ blockquote.t-editor__quote > * {
3912
3949
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3913
3950
  </svg></button>
3914
3951
  </h4>
3915
- <div id="YYYBOLwag8degK6SKDLQN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3952
+ <div id="34XWEn9wQYVwrkw3JP62m" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3916
3953
  <pre style="
3917
3954
  --line-digits: 2;
3918
3955
  --line-number-start: -1;
@@ -3942,7 +3979,7 @@ blockquote.t-editor__quote > * {
3942
3979
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3943
3980
  </svg></button>
3944
3981
  </h4>
3945
- <div id="aI8gMqB010xQEooH3ipMz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3982
+ <div id="ceVjPLMtmdYrJgwUOIANL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3946
3983
  <pre style="
3947
3984
  --line-digits: 2;
3948
3985
  --line-number-start: -1;
@@ -3969,7 +4006,7 @@ blockquote.t-editor__quote > * {
3969
4006
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3970
4007
  </svg></button>
3971
4008
  </h4>
3972
- <div id="1ZXJxTsZFHgPAL6Wg5ucb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4009
+ <div id="ZFcf8RUkYwHbATo3H6wMt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3973
4010
  <pre style="
3974
4011
  --line-digits: 2;
3975
4012
  --line-number-start: -1;
@@ -3996,7 +4033,7 @@ blockquote.t-editor__quote > * {
3996
4033
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
3997
4034
  </svg></button>
3998
4035
  </h3>
3999
- <div id="vDzh03xPujPfUkF9mVSHq" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4036
+ <div id="2p3akfKHVc9FQwqRWiAyO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4000
4037
  <pre style="
4001
4038
  --line-digits: 2;
4002
4039
  --line-number-start: -1;
@@ -4005,21 +4042,22 @@ blockquote.t-editor__quote > * {
4005
4042
  <span class="t-code__line" data-line-number="2">Manage local openapi file</span>
4006
4043
  <span class="t-code__line" data-line-number="3"></span>
4007
4044
  <span class="t-code__line" data-line-number="4">Options:</span>
4008
- <span class="t-code__line" data-line-number="5"> -h, --help display help for command</span>
4045
+ <span class="t-code__line" data-line-number="5"> -h, --help display help for command</span>
4009
4046
  <span class="t-code__line" data-line-number="6"></span>
4010
4047
  <span class="t-code__line" data-line-number="7">Commands:</span>
4011
- <span class="t-code__line" data-line-number="8"> bundle [options] [file|url] Bundle an OpenAPI specification by resolving all references and external dependencies</span>
4012
- <span class="t-code__line" data-line-number="9"> split [options] [file|url] Split your OpenAPI documents on small chunks</span>
4013
- <span class="t-code__line" data-line-number="10"> join [options] &#x3C;files...> Merge multiple OpenAPI documents into a single unified document</span>
4014
- <span class="t-code__line" data-line-number="11"> format [options] [file|url] Format an OpenAPI file</span>
4015
- <span class="t-code__line" data-line-number="12"> mock [options] [file|url] Mock an API from an OpenAPI file</span>
4016
- <span class="t-code__line" data-line-number="13"> serve [options] [file|url] Serve an API Reference from an OpenAPI file</span>
4017
- <span class="t-code__line" data-line-number="14"> share [options] [file] Share an OpenAPI file</span>
4018
- <span class="t-code__line" data-line-number="15"> validate [file|url] Validate an OpenAPI file</span>
4019
- <span class="t-code__line" data-line-number="16"> void [options] Boot a server to mirror HTTP requests</span>
4020
- <span class="t-code__line" data-line-number="17"> lint [options] [file|url] Lint your OpenAPI file using spectral rules</span>
4021
- <span class="t-code__line" data-line-number="18"> upgrade [options] [file|url] Upgrade OpenAPI document to version 3.1</span>
4022
- <span class="t-code__line" data-line-number="19"> help [command] display help for command</span>
4048
+ <span class="t-code__line" data-line-number="8"> bundle [options] [file|url] Bundle an OpenAPI specification by resolving all references and external dependencies</span>
4049
+ <span class="t-code__line" data-line-number="9"> split [options] [file|url] Split your OpenAPI documents on small chunks</span>
4050
+ <span class="t-code__line" data-line-number="10"> join [options] &#x3C;files...> Merge multiple OpenAPI documents into a single unified document</span>
4051
+ <span class="t-code__line" data-line-number="11"> format [options] [file|url] Format an OpenAPI file</span>
4052
+ <span class="t-code__line" data-line-number="12"> markdown [options] [file|url] Generate Markdown from an OpenAPI file</span>
4053
+ <span class="t-code__line" data-line-number="13"> mock [options] [file|url] Mock an API from an OpenAPI file</span>
4054
+ <span class="t-code__line" data-line-number="14"> serve [options] [file|url] Serve an API Reference from an OpenAPI file</span>
4055
+ <span class="t-code__line" data-line-number="15"> share [options] [file] Share an OpenAPI file</span>
4056
+ <span class="t-code__line" data-line-number="16"> validate [file|url] Validate an OpenAPI file</span>
4057
+ <span class="t-code__line" data-line-number="17"> void [options] Boot a server to mirror HTTP requests</span>
4058
+ <span class="t-code__line" data-line-number="18"> lint [options] [file|url] Lint your OpenAPI file using spectral rules</span>
4059
+ <span class="t-code__line" data-line-number="19"> upgrade [options] [file|url] Upgrade OpenAPI document to version 3.1</span>
4060
+ <span class="t-code__line" data-line-number="20"> help [command] display help for command</span>
4023
4061
  </code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
4024
4062
  <svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
4025
4063
  <path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
@@ -4037,7 +4075,7 @@ blockquote.t-editor__quote > * {
4037
4075
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4038
4076
  </svg></button>
4039
4077
  </h4>
4040
- <div id="XUEwkhkw8LDykd8YINuAh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4078
+ <div id="lh0gBzRXQiPRycZrl4yKR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4041
4079
  <pre style="
4042
4080
  --line-digits: 2;
4043
4081
  --line-number-start: -1;
@@ -4071,7 +4109,7 @@ blockquote.t-editor__quote > * {
4071
4109
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4072
4110
  </svg></button>
4073
4111
  </h4>
4074
- <div id="YAPubniI0i4yRBGDBb5Yw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4112
+ <div id="XOyCPbAipAgP0E32fc3et" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4075
4113
  <pre style="
4076
4114
  --line-digits: 2;
4077
4115
  --line-number-start: -1;
@@ -4102,7 +4140,7 @@ blockquote.t-editor__quote > * {
4102
4140
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4103
4141
  </svg></button>
4104
4142
  </h4>
4105
- <div id="OPiXcVAazz5YGsUJaNklu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4143
+ <div id="Rmin8gq3aGBDEnqaOYi3U" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4106
4144
  <pre style="
4107
4145
  --line-digits: 2;
4108
4146
  --line-number-start: -1;
@@ -4134,7 +4172,7 @@ blockquote.t-editor__quote > * {
4134
4172
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4135
4173
  </svg></button>
4136
4174
  </h4>
4137
- <div id="idivzJ4KI8Its0WNQWm1R" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4175
+ <div id="7jvitFcJoUuW8ATkX8dbb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4138
4176
  <pre style="
4139
4177
  --line-digits: 2;
4140
4178
  --line-number-start: -1;
@@ -4156,6 +4194,37 @@ blockquote.t-editor__quote > * {
4156
4194
  <path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
4157
4195
  </svg></button>
4158
4196
  </div>
4197
+ <h4 id="markdown" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
4198
+ markdown
4199
+ <button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
4200
+ <path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
4201
+ </svg>
4202
+ <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon">
4203
+ <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4204
+ </svg></button>
4205
+ </h4>
4206
+ <div id="Q2woejjwbS8ytpmXRpWwZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4207
+ <pre style="
4208
+ --line-digits: 2;
4209
+ --line-number-start: -1;
4210
+ " class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar document markdown [options] [file|url]</span>
4211
+ <span class="t-code__line" data-line-number="1"></span>
4212
+ <span class="t-code__line" data-line-number="2">Generate Markdown from an OpenAPI file</span>
4213
+ <span class="t-code__line" data-line-number="3"></span>
4214
+ <span class="t-code__line" data-line-number="4">Arguments:</span>
4215
+ <span class="t-code__line" data-line-number="5"> file|url OpenAPI file path or URL to convert</span>
4216
+ <span class="t-code__line" data-line-number="6"></span>
4217
+ <span class="t-code__line" data-line-number="7">Options:</span>
4218
+ <span class="t-code__line" data-line-number="8"> -o, --output &#x3C;file> Output file (defaults to stdout)</span>
4219
+ <span class="t-code__line" data-line-number="9"> -h, --help display help for command</span>
4220
+ </code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
4221
+ <svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
4222
+ <path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
4223
+ </svg>
4224
+ <svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
4225
+ <path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
4226
+ </svg></button>
4227
+ </div>
4159
4228
  <h4 id="mock" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
4160
4229
  mock
4161
4230
  <button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
@@ -4165,7 +4234,7 @@ blockquote.t-editor__quote > * {
4165
4234
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4166
4235
  </svg></button>
4167
4236
  </h4>
4168
- <div id="KPgfuVVN1VrTdORQRKKwM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4237
+ <div id="rdicYQxAapQIk8snVSMEv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4169
4238
  <pre style="
4170
4239
  --line-digits: 2;
4171
4240
  --line-number-start: -1;
@@ -4198,7 +4267,7 @@ blockquote.t-editor__quote > * {
4198
4267
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4199
4268
  </svg></button>
4200
4269
  </h4>
4201
- <div id="CaOerKaZbOwjhvZE93lVD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4270
+ <div id="gsghhAvU5N4h87A2kpvx8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4202
4271
  <pre style="
4203
4272
  --line-digits: 2;
4204
4273
  --line-number-start: -1;
@@ -4231,7 +4300,7 @@ blockquote.t-editor__quote > * {
4231
4300
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4232
4301
  </svg></button>
4233
4302
  </h4>
4234
- <div id="ch7oa9WMdHr1UiAUgsSJR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4303
+ <div id="n9mJiKd0cSCDjyTHRZalW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4235
4304
  <pre style="
4236
4305
  --line-digits: 2;
4237
4306
  --line-number-start: -1;
@@ -4262,7 +4331,7 @@ blockquote.t-editor__quote > * {
4262
4331
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4263
4332
  </svg></button>
4264
4333
  </h4>
4265
- <div id="6nDpUZ3IBdAQjFfmuW046" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4334
+ <div id="h1hTkoZAOTCH61ks16TFj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4266
4335
  <pre style="
4267
4336
  --line-digits: 2;
4268
4337
  --line-number-start: -1;
@@ -4292,7 +4361,7 @@ blockquote.t-editor__quote > * {
4292
4361
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4293
4362
  </svg></button>
4294
4363
  </h4>
4295
- <div id="ufLeLECEU3BrHarX7dL2g" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4364
+ <div id="IGMvOlPq7xnUGgm2yLaJF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4296
4365
  <pre style="
4297
4366
  --line-digits: 2;
4298
4367
  --line-number-start: -1;
@@ -4321,7 +4390,7 @@ blockquote.t-editor__quote > * {
4321
4390
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4322
4391
  </svg></button>
4323
4392
  </h4>
4324
- <div id="dagOgXW219yP0jzj4mzZy" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4393
+ <div id="rQUrEv39MgsoDcXcwPipB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4325
4394
  <pre style="
4326
4395
  --line-digits: 2;
4327
4396
  --line-number-start: -1;
@@ -4352,7 +4421,7 @@ blockquote.t-editor__quote > * {
4352
4421
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4353
4422
  </svg></button>
4354
4423
  </h4>
4355
- <div id="IUVZZditsm8iBQuFwfa4P" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4424
+ <div id="Iw5vt7HSo2z4pjEeqUA4A" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4356
4425
  <pre style="
4357
4426
  --line-digits: 2;
4358
4427
  --line-number-start: -1;
@@ -4383,7 +4452,7 @@ blockquote.t-editor__quote > * {
4383
4452
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4384
4453
  </svg></button>
4385
4454
  </h3>
4386
- <div id="nyya3Rd9vspJyB2gAOjRY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4455
+ <div id="wXIyc0enOpjPpV8mcsYpQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4387
4456
  <pre style="
4388
4457
  --line-digits: 2;
4389
4458
  --line-number-start: -1;
@@ -4419,7 +4488,7 @@ blockquote.t-editor__quote > * {
4419
4488
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4420
4489
  </svg></button>
4421
4490
  </h4>
4422
- <div id="Fh1dhWuQjkvrvqHvJVRYU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4491
+ <div id="ilekAJEaVf99p8TBlz50t" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4423
4492
  <pre style="
4424
4493
  --line-digits: 2;
4425
4494
  --line-number-start: -1;
@@ -4448,7 +4517,7 @@ blockquote.t-editor__quote > * {
4448
4517
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4449
4518
  </svg></button>
4450
4519
  </h4>
4451
- <div id="VJMW93xKdYzlGFb2Nvolg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4520
+ <div id="fcppxy7iWif8B1p8XfZ03" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4452
4521
  <pre style="
4453
4522
  --line-digits: 2;
4454
4523
  --line-number-start: -1;
@@ -4478,7 +4547,7 @@ blockquote.t-editor__quote > * {
4478
4547
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4479
4548
  </svg></button>
4480
4549
  </h4>
4481
- <div id="HHdyMhoVdJZ8PfRwfofQ5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4550
+ <div id="UrQI9dSH6yYw220SekT1H" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4482
4551
  <pre style="
4483
4552
  --line-digits: 2;
4484
4553
  --line-number-start: -1;
@@ -4507,7 +4576,7 @@ blockquote.t-editor__quote > * {
4507
4576
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4508
4577
  </svg></button>
4509
4578
  </h4>
4510
- <div id="PX9e2MzLLbZhQdKiRMdBQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4579
+ <div id="NA9h8aM5dcHT49Lb72H9Q" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4511
4580
  <pre style="
4512
4581
  --line-digits: 2;
4513
4582
  --line-number-start: -1;
@@ -4542,7 +4611,7 @@ blockquote.t-editor__quote > * {
4542
4611
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4543
4612
  </svg></button>
4544
4613
  </h4>
4545
- <div id="6zu8jMk4TfSdTievWPSjY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4614
+ <div id="wyTpsUx753M0ARZCc9Se7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4546
4615
  <pre style="
4547
4616
  --line-digits: 2;
4548
4617
  --line-number-start: -1;
@@ -4573,7 +4642,7 @@ blockquote.t-editor__quote > * {
4573
4642
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4574
4643
  </svg></button>
4575
4644
  </h4>
4576
- <div id="7Bj0N0oAy1aCUNp0xnStR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4645
+ <div id="YTHXtUs6hRV5bgLw2t7WH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4577
4646
  <pre style="
4578
4647
  --line-digits: 2;
4579
4648
  --line-number-start: -1;
@@ -4603,7 +4672,7 @@ blockquote.t-editor__quote > * {
4603
4672
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4604
4673
  </svg></button>
4605
4674
  </h3>
4606
- <div id="VF2FF7vUUi9CYK7yCp7cH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4675
+ <div id="DYd6lsR1lyUgJ7ax72gJp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4607
4676
  <pre style="
4608
4677
  --line-digits: 2;
4609
4678
  --line-number-start: -1;
@@ -4637,7 +4706,7 @@ blockquote.t-editor__quote > * {
4637
4706
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4638
4707
  </svg></button>
4639
4708
  </h4>
4640
- <div id="hwnIhnVkU2TTWOGuL5U3v" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4709
+ <div id="wHuS1nsIXMkfVw7jY6nC6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4641
4710
  <pre style="
4642
4711
  --line-digits: 2;
4643
4712
  --line-number-start: -1;
@@ -4677,7 +4746,7 @@ blockquote.t-editor__quote > * {
4677
4746
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4678
4747
  </svg></button>
4679
4748
  </h4>
4680
- <div id="5fKbx5hw9JPDGn4KQ1Cw5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4749
+ <div id="d1KThiZCJnsTuhppa5pf6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4681
4750
  <pre style="
4682
4751
  --line-digits: 2;
4683
4752
  --line-number-start: -1;
@@ -4710,7 +4779,7 @@ blockquote.t-editor__quote > * {
4710
4779
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4711
4780
  </svg></button>
4712
4781
  </h4>
4713
- <div id="Xa6Hd016YIOR6sGzvcd8B" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4782
+ <div id="XMrUppAelVod4lF1Jw830" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4714
4783
  <pre style="
4715
4784
  --line-digits: 2;
4716
4785
  --line-number-start: -1;
@@ -4741,7 +4810,7 @@ blockquote.t-editor__quote > * {
4741
4810
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4742
4811
  </svg></button>
4743
4812
  </h4>
4744
- <div id="GDntnCQq9GIyDZmetVjQl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4813
+ <div id="bdNHVmobkB6jpcvouqqVr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4745
4814
  <pre style="
4746
4815
  --line-digits: 2;
4747
4816
  --line-number-start: -1;
@@ -4769,7 +4838,7 @@ blockquote.t-editor__quote > * {
4769
4838
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4770
4839
  </svg></button>
4771
4840
  </h3>
4772
- <div id="cIHiCU84rsVbRrxCsCMqp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4841
+ <div id="wYrTXEotkV9xKAuxvZGdl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4773
4842
  <pre style="
4774
4843
  --line-digits: 2;
4775
4844
  --line-number-start: -1;
@@ -4801,7 +4870,7 @@ blockquote.t-editor__quote > * {
4801
4870
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4802
4871
  </svg></button>
4803
4872
  </h4>
4804
- <div id="rskB73FvfrJEurB4DUDFv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4873
+ <div id="0DOYEHskldV8xck5Ehs26" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4805
4874
  <pre style="
4806
4875
  --line-digits: 2;
4807
4876
  --line-number-start: -1;
@@ -4828,7 +4897,7 @@ blockquote.t-editor__quote > * {
4828
4897
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4829
4898
  </svg></button>
4830
4899
  </h4>
4831
- <div id="rz0U6ReaWCDDWN5ZFly92" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4900
+ <div id="KYrpnknskJH30QEeh803d" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4832
4901
  <pre style="
4833
4902
  --line-digits: 2;
4834
4903
  --line-number-start: -1;
@@ -4856,7 +4925,7 @@ blockquote.t-editor__quote > * {
4856
4925
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4857
4926
  </svg></button>
4858
4927
  </h3>
4859
- <div id="vUnFvKJ1bRoyPbRHMuhQx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4928
+ <div id="dyYBPKkmX06TafeCHW3GM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4860
4929
  <pre style="
4861
4930
  --line-digits: 2;
4862
4931
  --line-number-start: -1;
@@ -4891,7 +4960,7 @@ blockquote.t-editor__quote > * {
4891
4960
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4892
4961
  </svg></button>
4893
4962
  </h4>
4894
- <div id="V90dNRRsVN4SDoyPJXplC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4963
+ <div id="eFvS4bx26gJfJtBPUYCFW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4895
4964
  <pre style="
4896
4965
  --line-digits: 2;
4897
4966
  --line-number-start: -1;
@@ -4919,7 +4988,7 @@ blockquote.t-editor__quote > * {
4919
4988
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4920
4989
  </svg></button>
4921
4990
  </h4>
4922
- <div id="m10oURi9YzajzgeGF3AI3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4991
+ <div id="cGwBAk8dKJ5KECOB9X4Au" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4923
4992
  <pre style="
4924
4993
  --line-digits: 2;
4925
4994
  --line-number-start: -1;
@@ -4949,7 +5018,7 @@ blockquote.t-editor__quote > * {
4949
5018
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4950
5019
  </svg></button>
4951
5020
  </h4>
4952
- <div id="kYbQgPdcg9TwZ1hRaFgsz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5021
+ <div id="hhT745kqJ4Yize8lB9JgO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4953
5022
  <pre style="
4954
5023
  --line-digits: 2;
4955
5024
  --line-number-start: -1;
@@ -4980,7 +5049,7 @@ blockquote.t-editor__quote > * {
4980
5049
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
4981
5050
  </svg></button>
4982
5051
  </h4>
4983
- <div id="vJ4LxuovflAaeGcRRAJJt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5052
+ <div id="sWtbtTZWccebY0j906EgY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4984
5053
  <pre style="
4985
5054
  --line-digits: 2;
4986
5055
  --line-number-start: -1;
@@ -5009,7 +5078,7 @@ blockquote.t-editor__quote > * {
5009
5078
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5010
5079
  </svg></button>
5011
5080
  </h4>
5012
- <div id="QLJmwOe5qmoT80OOwPJap" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5081
+ <div id="rUxUUn1pmngomtK4rLFj3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5013
5082
  <pre style="
5014
5083
  --line-digits: 2;
5015
5084
  --line-number-start: -1;
@@ -5039,7 +5108,7 @@ blockquote.t-editor__quote > * {
5039
5108
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5040
5109
  </svg></button>
5041
5110
  </h3>
5042
- <div id="iJTqWX6YHXcXRH2OBsSPA" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5111
+ <div id="mD2EatR0i8owLu4Sh3O85" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5043
5112
  <pre style="
5044
5113
  --line-digits: 2;
5045
5114
  --line-number-start: -1;
@@ -5073,7 +5142,7 @@ blockquote.t-editor__quote > * {
5073
5142
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5074
5143
  </svg></button>
5075
5144
  </h4>
5076
- <div id="GfpUCY7dSM6DOlnBm7fYx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5145
+ <div id="DZ49bqXYYNTbwHQLA9yEB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5077
5146
  <pre style="
5078
5147
  --line-digits: 2;
5079
5148
  --line-number-start: -1;
@@ -5102,7 +5171,7 @@ blockquote.t-editor__quote > * {
5102
5171
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5103
5172
  </svg></button>
5104
5173
  </h4>
5105
- <div id="g6ZTf8j9dUu1ARiVV5DoQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5174
+ <div id="6j7IxzzbpOQY4HRmWGEOj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5106
5175
  <pre style="
5107
5176
  --line-digits: 2;
5108
5177
  --line-number-start: -1;
@@ -5134,7 +5203,7 @@ blockquote.t-editor__quote > * {
5134
5203
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5135
5204
  </svg></button>
5136
5205
  </h4>
5137
- <div id="8OmG9BdinxF1DrGfhak4K" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5206
+ <div id="uUwrpH5siVhbZwfyQQbmz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5138
5207
  <pre style="
5139
5208
  --line-digits: 2;
5140
5209
  --line-number-start: -1;
@@ -5162,7 +5231,7 @@ blockquote.t-editor__quote > * {
5162
5231
  <path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
5163
5232
  </svg></button>
5164
5233
  </h4>
5165
- <div id="BPxLKcpWPszyuQWdZ8jm7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5234
+ <div id="tDMBSGTqk9NTUrSLcwovT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5166
5235
  <pre style="
5167
5236
  --line-digits: 2;
5168
5237
  --line-number-start: -1;
@@ -5202,7 +5271,7 @@ blockquote.t-editor__quote > * {
5202
5271
  </svg></button>
5203
5272
  </h2>
5204
5273
  <p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
5205
- <div id="SOvArymg9sXyAeZ8wvnBw" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5274
+ <div id="ytGg5TkNvO55HRdxJljYQ" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5206
5275
  <pre style="
5207
5276
  --line-digits: 2;
5208
5277
  --line-number-start: -1;
@@ -5249,7 +5318,7 @@ blockquote.t-editor__quote > * {
5249
5318
  </svg></button>
5250
5319
  </h2>
5251
5320
  <p class="t-editor__paragraph">Set up the development environment:</p>
5252
- <div id="qJHHiCl4mXGM0l2vHAg98" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5321
+ <div id="K44CxwBcTIpC9amQKV62V" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5253
5322
  <pre style="
5254
5323
  --line-digits: 2;
5255
5324
  --line-number-start: -1;
@@ -5264,7 +5333,7 @@ blockquote.t-editor__quote > * {
5264
5333
  </svg></button>
5265
5334
  </div>
5266
5335
  <p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
5267
- <div id="REQnfKjyATmZkJZpjbGP4" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5336
+ <div id="4EXRX4XXGD1ZJBMnuzcpz" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5268
5337
  <pre style="
5269
5338
  --line-digits: 2;
5270
5339
  --line-number-start: -1;