@scalar/cli 1.8.2 → 1.8.4

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 (3) hide show
  1. package/docs.html +62 -59
  2. package/index.js +989 -604
  3. package/package.json +11 -11
package/docs.html CHANGED
@@ -8,7 +8,7 @@
8
8
  <title>Scalar CLI Documentation</title>
9
9
  <style>
10
10
  /* Base CSS will be injected here */
11
- /* ../../node_modules/.pnpm/@scalar+themes@0.15.1/node_modules/@scalar/themes/dist/style.css */
11
+ /* ../../node_modules/.pnpm/@scalar+themes@0.15.2/node_modules/@scalar/themes/dist/style.css */
12
12
  @layer scalar-base, scalar-theme;
13
13
  @layer scalar-base {
14
14
  body {
@@ -397,7 +397,7 @@
397
397
  }
398
398
  }
399
399
 
400
- /* ../../node_modules/.pnpm/@scalar+themes@0.15.1/node_modules/@scalar/themes/dist/fonts/fonts.css */
400
+ /* ../../node_modules/.pnpm/@scalar+themes@0.15.2/node_modules/@scalar/themes/dist/fonts/fonts.css */
401
401
  @font-face {
402
402
  font-family: "Inter";
403
403
  font-style: normal;
@@ -656,7 +656,6 @@ body {
656
656
  --scalar-header-height: 50px;
657
657
  --scalar-sidebar-width: 280px;
658
658
  --scalar-container-width: 680px;
659
- --scalar-toc-width: 280px;
660
659
  --scalar-card-icon-width: 40px;
661
660
  --scalar-card-icon-height: 40px;
662
661
  --scalar-card-icon-diameter: 20px;
@@ -1184,6 +1183,10 @@ body {
1184
1183
  grid-area: aside;
1185
1184
  z-index: 1;
1186
1185
  }
1186
+ .t-doc .layout-aside-right .t-doc__toc {
1187
+ top: var(--scalar-header-height);
1188
+ height: var(--document-height);
1189
+ }
1187
1190
  .t-doc .layout-aside-content {
1188
1191
  height: 100%;
1189
1192
  overflow-y: auto;
@@ -1561,7 +1564,7 @@ body {
1561
1564
  .t-editor .page-node {
1562
1565
  z-index: 1;
1563
1566
  flex: 1;
1564
- max-width: min(100%, 680px);
1567
+ max-width: min(100%, var(--scalar-container-width, 680px));
1565
1568
  margin-left: auto;
1566
1569
  margin-right: auto;
1567
1570
  }
@@ -3321,7 +3324,7 @@ blockquote.t-editor__quote > * {
3321
3324
  text-align: right;
3322
3325
  }
3323
3326
  .t-editor__table tr:nth-child(2n) {
3324
- background-color: var(--scalar-background-2);
3327
+ background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
3325
3328
  }
3326
3329
  .t-editor__table .t-editor__paragraph {
3327
3330
  font-weight: inherit;
@@ -3704,7 +3707,7 @@ blockquote.t-editor__quote > * {
3704
3707
  <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>
3705
3708
  </svg></button>
3706
3709
  </h2>
3707
- <div id="kCCwa3FyTp0nVxOaKciEc" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3710
+ <div id="T8p9Eg3wtjJth9GxQMxZf" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3708
3711
  <pre style="
3709
3712
  --line-digits: 2;
3710
3713
  --line-number-start: -1;
@@ -3727,7 +3730,7 @@ blockquote.t-editor__quote > * {
3727
3730
  </svg></button>
3728
3731
  </h2>
3729
3732
  <p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
3730
- <div id="TGYrcaB66EsOnEH7B1QGx" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3733
+ <div id="tHJv9v6RnqhXxkVosg1MI" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3731
3734
  <pre style="
3732
3735
  --line-digits: 2;
3733
3736
  --line-number-start: -1;
@@ -3751,7 +3754,7 @@ blockquote.t-editor__quote > * {
3751
3754
  </svg></button>
3752
3755
  </h3>
3753
3756
  <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>
3754
- <div id="UX8JNI6JgXdDb5Onj9mBn" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3757
+ <div id="sn2FM4TGY3HxeBAk6ZTCr" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3755
3758
  <pre style="
3756
3759
  --line-digits: 2;
3757
3760
  --line-number-start: -1;
@@ -3765,7 +3768,7 @@ blockquote.t-editor__quote > * {
3765
3768
  </svg></button>
3766
3769
  </div>
3767
3770
  <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>
3768
- <div id="YNXjrZhTs4rzhWcOxm6Dv" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3771
+ <div id="L4DPiyD9R35SYPOK48sZy" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3769
3772
  <pre style="
3770
3773
  --line-digits: 2;
3771
3774
  --line-number-start: -1;
@@ -3791,7 +3794,7 @@ blockquote.t-editor__quote > * {
3791
3794
  <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>
3792
3795
  </svg></button>
3793
3796
  </h2>
3794
- <div id="PUUuPtPTdNIICIqe3AoWs" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3797
+ <div id="y4fyR9CUBawu6XxcfvpZk" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3795
3798
  <pre style="
3796
3799
  --line-digits: 2;
3797
3800
  --line-number-start: -1;
@@ -3831,7 +3834,7 @@ blockquote.t-editor__quote > * {
3831
3834
  <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>
3832
3835
  </svg></button>
3833
3836
  </h3>
3834
- <div id="yvWiBsiOEIfoy9kpDgZY2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3837
+ <div id="xlaztktkDgoOjSobk0XRU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3835
3838
  <pre style="
3836
3839
  --line-digits: 2;
3837
3840
  --line-number-start: -1;
@@ -3861,7 +3864,7 @@ blockquote.t-editor__quote > * {
3861
3864
  <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>
3862
3865
  </svg></button>
3863
3866
  </h4>
3864
- <div id="pDhWXqasXSpeJQu7dw0Bc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3867
+ <div id="vVksotu1JogyqeqNHP8Y5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3865
3868
  <pre style="
3866
3869
  --line-digits: 2;
3867
3870
  --line-number-start: -1;
@@ -3889,7 +3892,7 @@ blockquote.t-editor__quote > * {
3889
3892
  <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>
3890
3893
  </svg></button>
3891
3894
  </h3>
3892
- <div id="7rPWdTUld11ahiaGVb80F" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3895
+ <div id="FNUeNRFi6jwTx7k6ZbkL0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3893
3896
  <pre style="
3894
3897
  --line-digits: 2;
3895
3898
  --line-number-start: -1;
@@ -3916,7 +3919,7 @@ blockquote.t-editor__quote > * {
3916
3919
  <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>
3917
3920
  </svg></button>
3918
3921
  </h3>
3919
- <div id="KO4lUxXJeuKaxSIyAHwii" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3922
+ <div id="JbVVQ29YYqfUdRpWv9GY9" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3920
3923
  <pre style="
3921
3924
  --line-digits: 2;
3922
3925
  --line-number-start: -1;
@@ -3949,7 +3952,7 @@ blockquote.t-editor__quote > * {
3949
3952
  <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>
3950
3953
  </svg></button>
3951
3954
  </h4>
3952
- <div id="34XWEn9wQYVwrkw3JP62m" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3955
+ <div id="fN7pJsA1YONz9RWfXGoSZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3953
3956
  <pre style="
3954
3957
  --line-digits: 2;
3955
3958
  --line-number-start: -1;
@@ -3979,7 +3982,7 @@ blockquote.t-editor__quote > * {
3979
3982
  <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>
3980
3983
  </svg></button>
3981
3984
  </h4>
3982
- <div id="ceVjPLMtmdYrJgwUOIANL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3985
+ <div id="HFoMfARiRzsK0yRc8wBsW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3983
3986
  <pre style="
3984
3987
  --line-digits: 2;
3985
3988
  --line-number-start: -1;
@@ -4006,7 +4009,7 @@ blockquote.t-editor__quote > * {
4006
4009
  <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>
4007
4010
  </svg></button>
4008
4011
  </h4>
4009
- <div id="ZFcf8RUkYwHbATo3H6wMt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4012
+ <div id="pVNQup0yocLxcLLGcI3mw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4010
4013
  <pre style="
4011
4014
  --line-digits: 2;
4012
4015
  --line-number-start: -1;
@@ -4033,7 +4036,7 @@ blockquote.t-editor__quote > * {
4033
4036
  <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>
4034
4037
  </svg></button>
4035
4038
  </h3>
4036
- <div id="2p3akfKHVc9FQwqRWiAyO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4039
+ <div id="FITeB9rhHdrSac8a1d05A" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4037
4040
  <pre style="
4038
4041
  --line-digits: 2;
4039
4042
  --line-number-start: -1;
@@ -4075,7 +4078,7 @@ blockquote.t-editor__quote > * {
4075
4078
  <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>
4076
4079
  </svg></button>
4077
4080
  </h4>
4078
- <div id="lh0gBzRXQiPRycZrl4yKR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4081
+ <div id="lA5F5QgeaYCnwJHGYLaPh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4079
4082
  <pre style="
4080
4083
  --line-digits: 2;
4081
4084
  --line-number-start: -1;
@@ -4109,7 +4112,7 @@ blockquote.t-editor__quote > * {
4109
4112
  <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>
4110
4113
  </svg></button>
4111
4114
  </h4>
4112
- <div id="XOyCPbAipAgP0E32fc3et" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4115
+ <div id="WPtDoAV3Ofd44Oob4dpzF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4113
4116
  <pre style="
4114
4117
  --line-digits: 2;
4115
4118
  --line-number-start: -1;
@@ -4140,7 +4143,7 @@ blockquote.t-editor__quote > * {
4140
4143
  <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>
4141
4144
  </svg></button>
4142
4145
  </h4>
4143
- <div id="Rmin8gq3aGBDEnqaOYi3U" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4146
+ <div id="BeeYnrAy0bJFIQQhFyMxc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4144
4147
  <pre style="
4145
4148
  --line-digits: 2;
4146
4149
  --line-number-start: -1;
@@ -4172,7 +4175,7 @@ blockquote.t-editor__quote > * {
4172
4175
  <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>
4173
4176
  </svg></button>
4174
4177
  </h4>
4175
- <div id="7jvitFcJoUuW8ATkX8dbb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4178
+ <div id="3J2KtDTuGrdtZFpMz050b" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4176
4179
  <pre style="
4177
4180
  --line-digits: 2;
4178
4181
  --line-number-start: -1;
@@ -4203,7 +4206,7 @@ blockquote.t-editor__quote > * {
4203
4206
  <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
4207
  </svg></button>
4205
4208
  </h4>
4206
- <div id="Q2woejjwbS8ytpmXRpWwZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4209
+ <div id="vgISrp3r7NHHnFGqjIjI1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4207
4210
  <pre style="
4208
4211
  --line-digits: 2;
4209
4212
  --line-number-start: -1;
@@ -4234,7 +4237,7 @@ blockquote.t-editor__quote > * {
4234
4237
  <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>
4235
4238
  </svg></button>
4236
4239
  </h4>
4237
- <div id="rdicYQxAapQIk8snVSMEv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4240
+ <div id="Yi1VsmZsrtj4xVT8yrd5s" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4238
4241
  <pre style="
4239
4242
  --line-digits: 2;
4240
4243
  --line-number-start: -1;
@@ -4267,7 +4270,7 @@ blockquote.t-editor__quote > * {
4267
4270
  <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>
4268
4271
  </svg></button>
4269
4272
  </h4>
4270
- <div id="gsghhAvU5N4h87A2kpvx8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4273
+ <div id="XjyUt6QL5mbOhNf2JMnhi" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4271
4274
  <pre style="
4272
4275
  --line-digits: 2;
4273
4276
  --line-number-start: -1;
@@ -4300,7 +4303,7 @@ blockquote.t-editor__quote > * {
4300
4303
  <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>
4301
4304
  </svg></button>
4302
4305
  </h4>
4303
- <div id="n9mJiKd0cSCDjyTHRZalW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4306
+ <div id="PMKhSYnzQy1Jqbpuq5sRR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4304
4307
  <pre style="
4305
4308
  --line-digits: 2;
4306
4309
  --line-number-start: -1;
@@ -4331,7 +4334,7 @@ blockquote.t-editor__quote > * {
4331
4334
  <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>
4332
4335
  </svg></button>
4333
4336
  </h4>
4334
- <div id="h1hTkoZAOTCH61ks16TFj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4337
+ <div id="QXYNY9qXyeQ0o3JQXeWkB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4335
4338
  <pre style="
4336
4339
  --line-digits: 2;
4337
4340
  --line-number-start: -1;
@@ -4361,7 +4364,7 @@ blockquote.t-editor__quote > * {
4361
4364
  <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>
4362
4365
  </svg></button>
4363
4366
  </h4>
4364
- <div id="IGMvOlPq7xnUGgm2yLaJF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4367
+ <div id="yArrlHGkSdq5CndHafQzC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4365
4368
  <pre style="
4366
4369
  --line-digits: 2;
4367
4370
  --line-number-start: -1;
@@ -4390,7 +4393,7 @@ blockquote.t-editor__quote > * {
4390
4393
  <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>
4391
4394
  </svg></button>
4392
4395
  </h4>
4393
- <div id="rQUrEv39MgsoDcXcwPipB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4396
+ <div id="VsL0xlUIaJq0dLs1sUljm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4394
4397
  <pre style="
4395
4398
  --line-digits: 2;
4396
4399
  --line-number-start: -1;
@@ -4421,7 +4424,7 @@ blockquote.t-editor__quote > * {
4421
4424
  <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>
4422
4425
  </svg></button>
4423
4426
  </h4>
4424
- <div id="Iw5vt7HSo2z4pjEeqUA4A" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4427
+ <div id="BIVbLotkpVtqd8aOPbTlN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4425
4428
  <pre style="
4426
4429
  --line-digits: 2;
4427
4430
  --line-number-start: -1;
@@ -4452,7 +4455,7 @@ blockquote.t-editor__quote > * {
4452
4455
  <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>
4453
4456
  </svg></button>
4454
4457
  </h3>
4455
- <div id="wXIyc0enOpjPpV8mcsYpQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4458
+ <div id="Xedxmu69R0q3tHYIUkOZM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4456
4459
  <pre style="
4457
4460
  --line-digits: 2;
4458
4461
  --line-number-start: -1;
@@ -4488,7 +4491,7 @@ blockquote.t-editor__quote > * {
4488
4491
  <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>
4489
4492
  </svg></button>
4490
4493
  </h4>
4491
- <div id="ilekAJEaVf99p8TBlz50t" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4494
+ <div id="icpEnOoHPcCEmpQkKVOI6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4492
4495
  <pre style="
4493
4496
  --line-digits: 2;
4494
4497
  --line-number-start: -1;
@@ -4517,7 +4520,7 @@ blockquote.t-editor__quote > * {
4517
4520
  <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>
4518
4521
  </svg></button>
4519
4522
  </h4>
4520
- <div id="fcppxy7iWif8B1p8XfZ03" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4523
+ <div id="Y7WuI8YSnTB8DDbFjbS3W" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4521
4524
  <pre style="
4522
4525
  --line-digits: 2;
4523
4526
  --line-number-start: -1;
@@ -4547,7 +4550,7 @@ blockquote.t-editor__quote > * {
4547
4550
  <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>
4548
4551
  </svg></button>
4549
4552
  </h4>
4550
- <div id="UrQI9dSH6yYw220SekT1H" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4553
+ <div id="cEGqDlls89bW2NusyTAqy" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4551
4554
  <pre style="
4552
4555
  --line-digits: 2;
4553
4556
  --line-number-start: -1;
@@ -4576,7 +4579,7 @@ blockquote.t-editor__quote > * {
4576
4579
  <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>
4577
4580
  </svg></button>
4578
4581
  </h4>
4579
- <div id="NA9h8aM5dcHT49Lb72H9Q" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4582
+ <div id="ZOH6V8oCbbAaUslaFXVTB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4580
4583
  <pre style="
4581
4584
  --line-digits: 2;
4582
4585
  --line-number-start: -1;
@@ -4611,7 +4614,7 @@ blockquote.t-editor__quote > * {
4611
4614
  <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>
4612
4615
  </svg></button>
4613
4616
  </h4>
4614
- <div id="wyTpsUx753M0ARZCc9Se7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4617
+ <div id="BmAnQEj8bdg6ZMXqCCkbl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4615
4618
  <pre style="
4616
4619
  --line-digits: 2;
4617
4620
  --line-number-start: -1;
@@ -4642,7 +4645,7 @@ blockquote.t-editor__quote > * {
4642
4645
  <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>
4643
4646
  </svg></button>
4644
4647
  </h4>
4645
- <div id="YTHXtUs6hRV5bgLw2t7WH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4648
+ <div id="qcL2O6OzmBb87uhcQZxXP" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4646
4649
  <pre style="
4647
4650
  --line-digits: 2;
4648
4651
  --line-number-start: -1;
@@ -4672,7 +4675,7 @@ blockquote.t-editor__quote > * {
4672
4675
  <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>
4673
4676
  </svg></button>
4674
4677
  </h3>
4675
- <div id="DYd6lsR1lyUgJ7ax72gJp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4678
+ <div id="TGdC8zTVKxolXueYRoVLr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4676
4679
  <pre style="
4677
4680
  --line-digits: 2;
4678
4681
  --line-number-start: -1;
@@ -4706,7 +4709,7 @@ blockquote.t-editor__quote > * {
4706
4709
  <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>
4707
4710
  </svg></button>
4708
4711
  </h4>
4709
- <div id="wHuS1nsIXMkfVw7jY6nC6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4712
+ <div id="OEhdL46wwCgSLKnadDUTo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4710
4713
  <pre style="
4711
4714
  --line-digits: 2;
4712
4715
  --line-number-start: -1;
@@ -4746,7 +4749,7 @@ blockquote.t-editor__quote > * {
4746
4749
  <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>
4747
4750
  </svg></button>
4748
4751
  </h4>
4749
- <div id="d1KThiZCJnsTuhppa5pf6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4752
+ <div id="XRRr9VjFT9ERgCdKWb2DU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4750
4753
  <pre style="
4751
4754
  --line-digits: 2;
4752
4755
  --line-number-start: -1;
@@ -4779,7 +4782,7 @@ blockquote.t-editor__quote > * {
4779
4782
  <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>
4780
4783
  </svg></button>
4781
4784
  </h4>
4782
- <div id="XMrUppAelVod4lF1Jw830" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4785
+ <div id="cJ24NBVLh8qCPYwGwLGco" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4783
4786
  <pre style="
4784
4787
  --line-digits: 2;
4785
4788
  --line-number-start: -1;
@@ -4810,7 +4813,7 @@ blockquote.t-editor__quote > * {
4810
4813
  <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>
4811
4814
  </svg></button>
4812
4815
  </h4>
4813
- <div id="bdNHVmobkB6jpcvouqqVr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4816
+ <div id="ZgAFJcwojazPn5bIPf61I" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4814
4817
  <pre style="
4815
4818
  --line-digits: 2;
4816
4819
  --line-number-start: -1;
@@ -4838,7 +4841,7 @@ blockquote.t-editor__quote > * {
4838
4841
  <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>
4839
4842
  </svg></button>
4840
4843
  </h3>
4841
- <div id="wYrTXEotkV9xKAuxvZGdl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4844
+ <div id="IwiZid14nujnwWxYJK6y6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4842
4845
  <pre style="
4843
4846
  --line-digits: 2;
4844
4847
  --line-number-start: -1;
@@ -4870,7 +4873,7 @@ blockquote.t-editor__quote > * {
4870
4873
  <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>
4871
4874
  </svg></button>
4872
4875
  </h4>
4873
- <div id="0DOYEHskldV8xck5Ehs26" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4876
+ <div id="uNI1m0OhU9fDZk5NS6fqB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4874
4877
  <pre style="
4875
4878
  --line-digits: 2;
4876
4879
  --line-number-start: -1;
@@ -4897,7 +4900,7 @@ blockquote.t-editor__quote > * {
4897
4900
  <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>
4898
4901
  </svg></button>
4899
4902
  </h4>
4900
- <div id="KYrpnknskJH30QEeh803d" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4903
+ <div id="wc5mLODboG5e3YhvTnNqZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4901
4904
  <pre style="
4902
4905
  --line-digits: 2;
4903
4906
  --line-number-start: -1;
@@ -4925,7 +4928,7 @@ blockquote.t-editor__quote > * {
4925
4928
  <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>
4926
4929
  </svg></button>
4927
4930
  </h3>
4928
- <div id="dyYBPKkmX06TafeCHW3GM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4931
+ <div id="zgeyxtHbtaPqgOSRLgMTm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4929
4932
  <pre style="
4930
4933
  --line-digits: 2;
4931
4934
  --line-number-start: -1;
@@ -4960,7 +4963,7 @@ blockquote.t-editor__quote > * {
4960
4963
  <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>
4961
4964
  </svg></button>
4962
4965
  </h4>
4963
- <div id="eFvS4bx26gJfJtBPUYCFW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4966
+ <div id="FiugAxuzx7fBx7tlnE0UT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4964
4967
  <pre style="
4965
4968
  --line-digits: 2;
4966
4969
  --line-number-start: -1;
@@ -4988,7 +4991,7 @@ blockquote.t-editor__quote > * {
4988
4991
  <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>
4989
4992
  </svg></button>
4990
4993
  </h4>
4991
- <div id="cGwBAk8dKJ5KECOB9X4Au" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4994
+ <div id="BDdBjYau36QAJS8JFTT7C" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4992
4995
  <pre style="
4993
4996
  --line-digits: 2;
4994
4997
  --line-number-start: -1;
@@ -5018,7 +5021,7 @@ blockquote.t-editor__quote > * {
5018
5021
  <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>
5019
5022
  </svg></button>
5020
5023
  </h4>
5021
- <div id="hhT745kqJ4Yize8lB9JgO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5024
+ <div id="f2kyr6Zsycw9mbatUhXpU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5022
5025
  <pre style="
5023
5026
  --line-digits: 2;
5024
5027
  --line-number-start: -1;
@@ -5049,7 +5052,7 @@ blockquote.t-editor__quote > * {
5049
5052
  <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>
5050
5053
  </svg></button>
5051
5054
  </h4>
5052
- <div id="sWtbtTZWccebY0j906EgY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5055
+ <div id="ayDRKRte97ZlaIoLUIoS4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5053
5056
  <pre style="
5054
5057
  --line-digits: 2;
5055
5058
  --line-number-start: -1;
@@ -5078,7 +5081,7 @@ blockquote.t-editor__quote > * {
5078
5081
  <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>
5079
5082
  </svg></button>
5080
5083
  </h4>
5081
- <div id="rUxUUn1pmngomtK4rLFj3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5084
+ <div id="oLr2lUWfpuLIDxgJWEvey" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5082
5085
  <pre style="
5083
5086
  --line-digits: 2;
5084
5087
  --line-number-start: -1;
@@ -5108,7 +5111,7 @@ blockquote.t-editor__quote > * {
5108
5111
  <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>
5109
5112
  </svg></button>
5110
5113
  </h3>
5111
- <div id="mD2EatR0i8owLu4Sh3O85" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5114
+ <div id="JGw3ccT8z8mDCT4o1o2u9" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5112
5115
  <pre style="
5113
5116
  --line-digits: 2;
5114
5117
  --line-number-start: -1;
@@ -5142,7 +5145,7 @@ blockquote.t-editor__quote > * {
5142
5145
  <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>
5143
5146
  </svg></button>
5144
5147
  </h4>
5145
- <div id="DZ49bqXYYNTbwHQLA9yEB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5148
+ <div id="fAQnq1cdCIsoPWKgPSCaZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5146
5149
  <pre style="
5147
5150
  --line-digits: 2;
5148
5151
  --line-number-start: -1;
@@ -5171,7 +5174,7 @@ blockquote.t-editor__quote > * {
5171
5174
  <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>
5172
5175
  </svg></button>
5173
5176
  </h4>
5174
- <div id="6j7IxzzbpOQY4HRmWGEOj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5177
+ <div id="dGH2JOYPRdeWh1XMVrGOH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5175
5178
  <pre style="
5176
5179
  --line-digits: 2;
5177
5180
  --line-number-start: -1;
@@ -5203,7 +5206,7 @@ blockquote.t-editor__quote > * {
5203
5206
  <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>
5204
5207
  </svg></button>
5205
5208
  </h4>
5206
- <div id="uUwrpH5siVhbZwfyQQbmz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5209
+ <div id="QoV7OzW8gDNtxgw5ZzsmY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5207
5210
  <pre style="
5208
5211
  --line-digits: 2;
5209
5212
  --line-number-start: -1;
@@ -5231,7 +5234,7 @@ blockquote.t-editor__quote > * {
5231
5234
  <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>
5232
5235
  </svg></button>
5233
5236
  </h4>
5234
- <div id="tDMBSGTqk9NTUrSLcwovT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5237
+ <div id="i0FxJyTirGRIPw5wSy1G6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5235
5238
  <pre style="
5236
5239
  --line-digits: 2;
5237
5240
  --line-number-start: -1;
@@ -5271,7 +5274,7 @@ blockquote.t-editor__quote > * {
5271
5274
  </svg></button>
5272
5275
  </h2>
5273
5276
  <p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
5274
- <div id="ytGg5TkNvO55HRdxJljYQ" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5277
+ <div id="k8CTx0P4x6vVG9jVRROg2" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5275
5278
  <pre style="
5276
5279
  --line-digits: 2;
5277
5280
  --line-number-start: -1;
@@ -5318,7 +5321,7 @@ blockquote.t-editor__quote > * {
5318
5321
  </svg></button>
5319
5322
  </h2>
5320
5323
  <p class="t-editor__paragraph">Set up the development environment:</p>
5321
- <div id="K44CxwBcTIpC9amQKV62V" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5324
+ <div id="ACHzMkfsJvT5lmhNyGjHI" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5322
5325
  <pre style="
5323
5326
  --line-digits: 2;
5324
5327
  --line-number-start: -1;
@@ -5333,7 +5336,7 @@ blockquote.t-editor__quote > * {
5333
5336
  </svg></button>
5334
5337
  </div>
5335
5338
  <p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
5336
- <div id="4EXRX4XXGD1ZJBMnuzcpz" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5339
+ <div id="rN1QfUyglbdLjWepcsfOS" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5337
5340
  <pre style="
5338
5341
  --line-digits: 2;
5339
5342
  --line-number-start: -1;