@scalar/cli 1.8.3 → 1.8.5

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 +65 -60
  2. package/index.js +999 -607
  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;
@@ -668,6 +667,7 @@ body {
668
667
  --scalar-heading-spacing: 44px;
669
668
  --scalar-block-spacing: 12px;
670
669
  --scalar-font-size-1: 24px;
670
+ --scalar-toc-width: 280px;
671
671
  }
672
672
 
673
673
  /* ../../packages/css/src/tippy.css */
@@ -1184,6 +1184,10 @@ body {
1184
1184
  grid-area: aside;
1185
1185
  z-index: 1;
1186
1186
  }
1187
+ .t-doc .layout-aside-right .t-doc__toc {
1188
+ top: var(--scalar-header-height);
1189
+ height: var(--document-height);
1190
+ }
1187
1191
  .t-doc .layout-aside-content {
1188
1192
  height: 100%;
1189
1193
  overflow-y: auto;
@@ -1561,7 +1565,7 @@ body {
1561
1565
  .t-editor .page-node {
1562
1566
  z-index: 1;
1563
1567
  flex: 1;
1564
- max-width: min(100%, 680px);
1568
+ max-width: min(100%, var(--scalar-container-width, 680px));
1565
1569
  margin-left: auto;
1566
1570
  margin-right: auto;
1567
1571
  }
@@ -3266,7 +3270,8 @@ blockquote.t-editor__quote > * {
3266
3270
 
3267
3271
  /* ../../packages/css/src/guides/text-extensions/table.css */
3268
3272
  .t-editor__table-wrapper {
3269
- width: 100%;
3273
+ width: fit-content;
3274
+ max-width: 100%;
3270
3275
  overflow-x: auto;
3271
3276
  border-radius: var(--scalar-radius);
3272
3277
  box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
@@ -3321,7 +3326,7 @@ blockquote.t-editor__quote > * {
3321
3326
  text-align: right;
3322
3327
  }
3323
3328
  .t-editor__table tr:nth-child(2n) {
3324
- background-color: var(--scalar-background-2);
3329
+ background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
3325
3330
  }
3326
3331
  .t-editor__table .t-editor__paragraph {
3327
3332
  font-weight: inherit;
@@ -3704,7 +3709,7 @@ blockquote.t-editor__quote > * {
3704
3709
  <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
3710
  </svg></button>
3706
3711
  </h2>
3707
- <div id="JtFItyYyEFGE9Sa5Pybs3" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3712
+ <div id="EV2bvtdpG5z6rp3VR0owR" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3708
3713
  <pre style="
3709
3714
  --line-digits: 2;
3710
3715
  --line-number-start: -1;
@@ -3727,7 +3732,7 @@ blockquote.t-editor__quote > * {
3727
3732
  </svg></button>
3728
3733
  </h2>
3729
3734
  <p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
3730
- <div id="YUscGFkryTk2aWj18KIYq" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3735
+ <div id="ZYT2h528Z3KrrqEt5AeLU" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3731
3736
  <pre style="
3732
3737
  --line-digits: 2;
3733
3738
  --line-number-start: -1;
@@ -3751,7 +3756,7 @@ blockquote.t-editor__quote > * {
3751
3756
  </svg></button>
3752
3757
  </h3>
3753
3758
  <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="G1OBEX4rvEqDol40qNpZa" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3759
+ <div id="TcxdDHqHq9fJqJuBRzSG1" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3755
3760
  <pre style="
3756
3761
  --line-digits: 2;
3757
3762
  --line-number-start: -1;
@@ -3765,7 +3770,7 @@ blockquote.t-editor__quote > * {
3765
3770
  </svg></button>
3766
3771
  </div>
3767
3772
  <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="NmPtlz2KhcwgED2ugxxhU" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3773
+ <div id="qbmYRQ0PrsW4FnuI1cgD2" class="t-editor__code-container" data-lang="bash" style="position: relative;">
3769
3774
  <pre style="
3770
3775
  --line-digits: 2;
3771
3776
  --line-number-start: -1;
@@ -3791,7 +3796,7 @@ blockquote.t-editor__quote > * {
3791
3796
  <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
3797
  </svg></button>
3793
3798
  </h2>
3794
- <div id="IsfvMrGkT1g1uTPS3bIi8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3799
+ <div id="ShkAVTwvgqbPcNB4Kap47" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3795
3800
  <pre style="
3796
3801
  --line-digits: 2;
3797
3802
  --line-number-start: -1;
@@ -3831,7 +3836,7 @@ blockquote.t-editor__quote > * {
3831
3836
  <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
3837
  </svg></button>
3833
3838
  </h3>
3834
- <div id="kRk6WV882VPZY5Et56xBB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3839
+ <div id="yiNXnOqdyDQhPEyAOb2e6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3835
3840
  <pre style="
3836
3841
  --line-digits: 2;
3837
3842
  --line-number-start: -1;
@@ -3861,7 +3866,7 @@ blockquote.t-editor__quote > * {
3861
3866
  <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
3867
  </svg></button>
3863
3868
  </h4>
3864
- <div id="pcwGSnMeyQC50YXNlnoWP" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3869
+ <div id="MuNAMeodBxec64fry1MXd" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3865
3870
  <pre style="
3866
3871
  --line-digits: 2;
3867
3872
  --line-number-start: -1;
@@ -3889,7 +3894,7 @@ blockquote.t-editor__quote > * {
3889
3894
  <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
3895
  </svg></button>
3891
3896
  </h3>
3892
- <div id="buADnn3BbEXTLgM1RmrdZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3897
+ <div id="DtAN1ckXu1hMqsRjIW26W" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3893
3898
  <pre style="
3894
3899
  --line-digits: 2;
3895
3900
  --line-number-start: -1;
@@ -3916,7 +3921,7 @@ blockquote.t-editor__quote > * {
3916
3921
  <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
3922
  </svg></button>
3918
3923
  </h3>
3919
- <div id="0ylDpMaT5YY2oFMCPXJn4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3924
+ <div id="gUhUufK27hQYDUBEnMTC6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3920
3925
  <pre style="
3921
3926
  --line-digits: 2;
3922
3927
  --line-number-start: -1;
@@ -3949,7 +3954,7 @@ blockquote.t-editor__quote > * {
3949
3954
  <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
3955
  </svg></button>
3951
3956
  </h4>
3952
- <div id="VmNtRYbju4JHksNQQutFo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3957
+ <div id="7h77n3ELCN9iPFBc3uoR1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3953
3958
  <pre style="
3954
3959
  --line-digits: 2;
3955
3960
  --line-number-start: -1;
@@ -3979,7 +3984,7 @@ blockquote.t-editor__quote > * {
3979
3984
  <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
3985
  </svg></button>
3981
3986
  </h4>
3982
- <div id="pw8kmSTS6sX7NAaQFxknw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3987
+ <div id="MQJWe2OspfRsjb632E857" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
3983
3988
  <pre style="
3984
3989
  --line-digits: 2;
3985
3990
  --line-number-start: -1;
@@ -4006,7 +4011,7 @@ blockquote.t-editor__quote > * {
4006
4011
  <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
4012
  </svg></button>
4008
4013
  </h4>
4009
- <div id="tirFaVsL6USLuLuifT787" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4014
+ <div id="4jx0mIKX5lyRWzg23Eti8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4010
4015
  <pre style="
4011
4016
  --line-digits: 2;
4012
4017
  --line-number-start: -1;
@@ -4033,7 +4038,7 @@ blockquote.t-editor__quote > * {
4033
4038
  <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
4039
  </svg></button>
4035
4040
  </h3>
4036
- <div id="ZQDN8TWimWtetPBAzWtfG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4041
+ <div id="5m0ZUaGYWaO5mum8Fqz32" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4037
4042
  <pre style="
4038
4043
  --line-digits: 2;
4039
4044
  --line-number-start: -1;
@@ -4075,7 +4080,7 @@ blockquote.t-editor__quote > * {
4075
4080
  <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
4081
  </svg></button>
4077
4082
  </h4>
4078
- <div id="MjkPUznhDOpqPpp8tUb8K" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4083
+ <div id="Zlrjps0dHdUWic2hg3g3Z" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4079
4084
  <pre style="
4080
4085
  --line-digits: 2;
4081
4086
  --line-number-start: -1;
@@ -4109,7 +4114,7 @@ blockquote.t-editor__quote > * {
4109
4114
  <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
4115
  </svg></button>
4111
4116
  </h4>
4112
- <div id="HLuaoUQf7I24onQBh13FV" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4117
+ <div id="hXCvSrYl2FNMDbddSNurI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4113
4118
  <pre style="
4114
4119
  --line-digits: 2;
4115
4120
  --line-number-start: -1;
@@ -4140,7 +4145,7 @@ blockquote.t-editor__quote > * {
4140
4145
  <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
4146
  </svg></button>
4142
4147
  </h4>
4143
- <div id="rPi5ejc9WZq2zKU15fVMF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4148
+ <div id="GgFuzYOuGP4Bl8VMyjIm1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4144
4149
  <pre style="
4145
4150
  --line-digits: 2;
4146
4151
  --line-number-start: -1;
@@ -4172,7 +4177,7 @@ blockquote.t-editor__quote > * {
4172
4177
  <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
4178
  </svg></button>
4174
4179
  </h4>
4175
- <div id="cvjmSzdaNGh040TYI4KwT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4180
+ <div id="maqlC89NdtImldHlaVa1G" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4176
4181
  <pre style="
4177
4182
  --line-digits: 2;
4178
4183
  --line-number-start: -1;
@@ -4203,7 +4208,7 @@ blockquote.t-editor__quote > * {
4203
4208
  <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
4209
  </svg></button>
4205
4210
  </h4>
4206
- <div id="ogw3L0jRC5eusuY2Uxxfs" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4211
+ <div id="iWCQEWT6vhT5NTdT3yUBY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4207
4212
  <pre style="
4208
4213
  --line-digits: 2;
4209
4214
  --line-number-start: -1;
@@ -4234,7 +4239,7 @@ blockquote.t-editor__quote > * {
4234
4239
  <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
4240
  </svg></button>
4236
4241
  </h4>
4237
- <div id="iz0kPISeqKxQwZSnL6Of9" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4242
+ <div id="z0x1AUKeAAHeW2qvBHPrD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4238
4243
  <pre style="
4239
4244
  --line-digits: 2;
4240
4245
  --line-number-start: -1;
@@ -4267,7 +4272,7 @@ blockquote.t-editor__quote > * {
4267
4272
  <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
4273
  </svg></button>
4269
4274
  </h4>
4270
- <div id="atsk1boLJOjjxMBeGGXUB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4275
+ <div id="7FofWK3DjqGZMMohsw7tK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4271
4276
  <pre style="
4272
4277
  --line-digits: 2;
4273
4278
  --line-number-start: -1;
@@ -4300,7 +4305,7 @@ blockquote.t-editor__quote > * {
4300
4305
  <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
4306
  </svg></button>
4302
4307
  </h4>
4303
- <div id="mO7NV8Ptt0hHCGhKzVpKW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4308
+ <div id="jKloZ9cpSluhNHn32vcSa" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4304
4309
  <pre style="
4305
4310
  --line-digits: 2;
4306
4311
  --line-number-start: -1;
@@ -4331,7 +4336,7 @@ blockquote.t-editor__quote > * {
4331
4336
  <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
4337
  </svg></button>
4333
4338
  </h4>
4334
- <div id="OwovKNqWZxrnFMbaCuEhD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4339
+ <div id="GMTLCulsnuY305g6aZAC1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4335
4340
  <pre style="
4336
4341
  --line-digits: 2;
4337
4342
  --line-number-start: -1;
@@ -4361,7 +4366,7 @@ blockquote.t-editor__quote > * {
4361
4366
  <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
4367
  </svg></button>
4363
4368
  </h4>
4364
- <div id="7WuQNKDVlisjcbV94FPJ5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4369
+ <div id="usWdCy9X0STSTGE2oQuHf" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4365
4370
  <pre style="
4366
4371
  --line-digits: 2;
4367
4372
  --line-number-start: -1;
@@ -4390,7 +4395,7 @@ blockquote.t-editor__quote > * {
4390
4395
  <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
4396
  </svg></button>
4392
4397
  </h4>
4393
- <div id="TddfPqWZMyKopTZGzNa6Z" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4398
+ <div id="PIA8Xo5KuZ7lgirq4soPK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4394
4399
  <pre style="
4395
4400
  --line-digits: 2;
4396
4401
  --line-number-start: -1;
@@ -4421,7 +4426,7 @@ blockquote.t-editor__quote > * {
4421
4426
  <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
4427
  </svg></button>
4423
4428
  </h4>
4424
- <div id="W4QAELMEPkiPpZxKq2MKQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4429
+ <div id="XCvQWKyCulGY4pBhAGZUZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4425
4430
  <pre style="
4426
4431
  --line-digits: 2;
4427
4432
  --line-number-start: -1;
@@ -4452,7 +4457,7 @@ blockquote.t-editor__quote > * {
4452
4457
  <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
4458
  </svg></button>
4454
4459
  </h3>
4455
- <div id="KxahFQbG6etFSicLbyK6W" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4460
+ <div id="0qNxlldLfLbkvHthfynyk" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4456
4461
  <pre style="
4457
4462
  --line-digits: 2;
4458
4463
  --line-number-start: -1;
@@ -4488,7 +4493,7 @@ blockquote.t-editor__quote > * {
4488
4493
  <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
4494
  </svg></button>
4490
4495
  </h4>
4491
- <div id="1NnRXs0Gn4xpWVoTgC1Lf" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4496
+ <div id="e2FuXOOzFaEHKCaeezbBj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4492
4497
  <pre style="
4493
4498
  --line-digits: 2;
4494
4499
  --line-number-start: -1;
@@ -4517,7 +4522,7 @@ blockquote.t-editor__quote > * {
4517
4522
  <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
4523
  </svg></button>
4519
4524
  </h4>
4520
- <div id="0LdELwEpWZ2gCGmZa3Jd9" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4525
+ <div id="UdDJ5BnrMIMALW48Wfba8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4521
4526
  <pre style="
4522
4527
  --line-digits: 2;
4523
4528
  --line-number-start: -1;
@@ -4547,7 +4552,7 @@ blockquote.t-editor__quote > * {
4547
4552
  <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
4553
  </svg></button>
4549
4554
  </h4>
4550
- <div id="ZkdQt9MqaC1bxBvJO4HEm" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4555
+ <div id="BJxxs93xLD5JtTV35i4AN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4551
4556
  <pre style="
4552
4557
  --line-digits: 2;
4553
4558
  --line-number-start: -1;
@@ -4576,7 +4581,7 @@ blockquote.t-editor__quote > * {
4576
4581
  <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
4582
  </svg></button>
4578
4583
  </h4>
4579
- <div id="V07eFo3xKzpq827ROVOwQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4584
+ <div id="PchBx8ZcnktzXl6LmvUDk" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4580
4585
  <pre style="
4581
4586
  --line-digits: 2;
4582
4587
  --line-number-start: -1;
@@ -4611,7 +4616,7 @@ blockquote.t-editor__quote > * {
4611
4616
  <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
4617
  </svg></button>
4613
4618
  </h4>
4614
- <div id="fnsDOtU1qi37YX5hnyLAv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4619
+ <div id="WUGCaJ9vjNuOHbSNQX4jv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4615
4620
  <pre style="
4616
4621
  --line-digits: 2;
4617
4622
  --line-number-start: -1;
@@ -4642,7 +4647,7 @@ blockquote.t-editor__quote > * {
4642
4647
  <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
4648
  </svg></button>
4644
4649
  </h4>
4645
- <div id="fSxU41oCWtvAY5KGOFXmG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4650
+ <div id="UQZUuMjWJHiYtH2NUinIZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4646
4651
  <pre style="
4647
4652
  --line-digits: 2;
4648
4653
  --line-number-start: -1;
@@ -4672,7 +4677,7 @@ blockquote.t-editor__quote > * {
4672
4677
  <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
4678
  </svg></button>
4674
4679
  </h3>
4675
- <div id="kKjpsSP9UuDLI8L8h0StE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4680
+ <div id="vyniWPKhb4t1ThTmFnLdb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4676
4681
  <pre style="
4677
4682
  --line-digits: 2;
4678
4683
  --line-number-start: -1;
@@ -4706,7 +4711,7 @@ blockquote.t-editor__quote > * {
4706
4711
  <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
4712
  </svg></button>
4708
4713
  </h4>
4709
- <div id="WuBCnIsvsw4JKVPLhvAQF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4714
+ <div id="71yoAxEQNzfh5yGP2ktT2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4710
4715
  <pre style="
4711
4716
  --line-digits: 2;
4712
4717
  --line-number-start: -1;
@@ -4746,7 +4751,7 @@ blockquote.t-editor__quote > * {
4746
4751
  <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
4752
  </svg></button>
4748
4753
  </h4>
4749
- <div id="8Epiq8Pg5ptVuURAvGlPY" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4754
+ <div id="HwYsaU47RkloJaJmE6qKF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4750
4755
  <pre style="
4751
4756
  --line-digits: 2;
4752
4757
  --line-number-start: -1;
@@ -4779,7 +4784,7 @@ blockquote.t-editor__quote > * {
4779
4784
  <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
4785
  </svg></button>
4781
4786
  </h4>
4782
- <div id="IVpMxjSrzTwJ2azTlmOnc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4787
+ <div id="hk9gXIhF5L8Qi7RMP3yR0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4783
4788
  <pre style="
4784
4789
  --line-digits: 2;
4785
4790
  --line-number-start: -1;
@@ -4810,7 +4815,7 @@ blockquote.t-editor__quote > * {
4810
4815
  <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
4816
  </svg></button>
4812
4817
  </h4>
4813
- <div id="X60kULd6AIxtzYufnwLUT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4818
+ <div id="5MPdV4jUiG13jNlGB0Es6" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4814
4819
  <pre style="
4815
4820
  --line-digits: 2;
4816
4821
  --line-number-start: -1;
@@ -4838,7 +4843,7 @@ blockquote.t-editor__quote > * {
4838
4843
  <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
4844
  </svg></button>
4840
4845
  </h3>
4841
- <div id="ULS1OYJAalaSj8Sh3JZvl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4846
+ <div id="RhaTvTPC0TVw6PJdISSVn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4842
4847
  <pre style="
4843
4848
  --line-digits: 2;
4844
4849
  --line-number-start: -1;
@@ -4870,7 +4875,7 @@ blockquote.t-editor__quote > * {
4870
4875
  <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
4876
  </svg></button>
4872
4877
  </h4>
4873
- <div id="hmPoYFseBTHp4b6o6GseX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4878
+ <div id="0rIoJnuuKzaQhbItAov0q" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4874
4879
  <pre style="
4875
4880
  --line-digits: 2;
4876
4881
  --line-number-start: -1;
@@ -4897,7 +4902,7 @@ blockquote.t-editor__quote > * {
4897
4902
  <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
4903
  </svg></button>
4899
4904
  </h4>
4900
- <div id="MsEluXo35h9mt1OCn0OBu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4905
+ <div id="Phq107rWYoHDyr7tZfzNu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4901
4906
  <pre style="
4902
4907
  --line-digits: 2;
4903
4908
  --line-number-start: -1;
@@ -4925,7 +4930,7 @@ blockquote.t-editor__quote > * {
4925
4930
  <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
4931
  </svg></button>
4927
4932
  </h3>
4928
- <div id="K0Er6pIOwWflsDpwOeuGU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4933
+ <div id="jqv5OhMXMEwahdiZMV3RK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4929
4934
  <pre style="
4930
4935
  --line-digits: 2;
4931
4936
  --line-number-start: -1;
@@ -4960,7 +4965,7 @@ blockquote.t-editor__quote > * {
4960
4965
  <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
4966
  </svg></button>
4962
4967
  </h4>
4963
- <div id="ujBMqoHaaMuFvdltkM0DH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4968
+ <div id="SHOjP14xnEEPTehZf67bJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4964
4969
  <pre style="
4965
4970
  --line-digits: 2;
4966
4971
  --line-number-start: -1;
@@ -4988,7 +4993,7 @@ blockquote.t-editor__quote > * {
4988
4993
  <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
4994
  </svg></button>
4990
4995
  </h4>
4991
- <div id="mF3EctXPcFKtmsU6RcmSR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4996
+ <div id="5IO6hYA3zgRPufgjLpxWH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
4992
4997
  <pre style="
4993
4998
  --line-digits: 2;
4994
4999
  --line-number-start: -1;
@@ -5018,7 +5023,7 @@ blockquote.t-editor__quote > * {
5018
5023
  <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
5024
  </svg></button>
5020
5025
  </h4>
5021
- <div id="gibXnSLvmI5oXiuRb9dgA" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5026
+ <div id="9zPHmEe2mGhdVy6rPS0AU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5022
5027
  <pre style="
5023
5028
  --line-digits: 2;
5024
5029
  --line-number-start: -1;
@@ -5049,7 +5054,7 @@ blockquote.t-editor__quote > * {
5049
5054
  <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
5055
  </svg></button>
5051
5056
  </h4>
5052
- <div id="vsxGY5pSDUkfoDJeVXIej" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5057
+ <div id="ypTzI3pwzt3bzSg69k70E" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5053
5058
  <pre style="
5054
5059
  --line-digits: 2;
5055
5060
  --line-number-start: -1;
@@ -5078,7 +5083,7 @@ blockquote.t-editor__quote > * {
5078
5083
  <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
5084
  </svg></button>
5080
5085
  </h4>
5081
- <div id="knyxEuU5lSGraj0UT1umD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5086
+ <div id="nnvKY2LUMHkIemHQi6JJb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5082
5087
  <pre style="
5083
5088
  --line-digits: 2;
5084
5089
  --line-number-start: -1;
@@ -5108,7 +5113,7 @@ blockquote.t-editor__quote > * {
5108
5113
  <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
5114
  </svg></button>
5110
5115
  </h3>
5111
- <div id="kksckXCwiTJwKP1tH1jOF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5116
+ <div id="P3zaF74YdS8oQSZgMHCSc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5112
5117
  <pre style="
5113
5118
  --line-digits: 2;
5114
5119
  --line-number-start: -1;
@@ -5142,7 +5147,7 @@ blockquote.t-editor__quote > * {
5142
5147
  <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
5148
  </svg></button>
5144
5149
  </h4>
5145
- <div id="AOgflmRUpnMj5ue80Ss4B" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5150
+ <div id="BO2pdSrZbLeRptSYP1crD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5146
5151
  <pre style="
5147
5152
  --line-digits: 2;
5148
5153
  --line-number-start: -1;
@@ -5171,7 +5176,7 @@ blockquote.t-editor__quote > * {
5171
5176
  <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
5177
  </svg></button>
5173
5178
  </h4>
5174
- <div id="AISmlD4nAzXeci5rB5vf7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5179
+ <div id="bfq8Z3jcmQKczMz6mGROB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5175
5180
  <pre style="
5176
5181
  --line-digits: 2;
5177
5182
  --line-number-start: -1;
@@ -5203,7 +5208,7 @@ blockquote.t-editor__quote > * {
5203
5208
  <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
5209
  </svg></button>
5205
5210
  </h4>
5206
- <div id="HKStPxpd4JO4geLwYTShL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5211
+ <div id="OfkFixJoySjvNioWaKTsP" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5207
5212
  <pre style="
5208
5213
  --line-digits: 2;
5209
5214
  --line-number-start: -1;
@@ -5231,7 +5236,7 @@ blockquote.t-editor__quote > * {
5231
5236
  <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
5237
  </svg></button>
5233
5238
  </h4>
5234
- <div id="jn70qLSQ6naKjUHydSKoN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5239
+ <div id="Xasmz4I8yey9Tk57LwCrz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
5235
5240
  <pre style="
5236
5241
  --line-digits: 2;
5237
5242
  --line-number-start: -1;
@@ -5271,7 +5276,7 @@ blockquote.t-editor__quote > * {
5271
5276
  </svg></button>
5272
5277
  </h2>
5273
5278
  <p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
5274
- <div id="gFziXhyqSLWUK9UR0gq7h" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5279
+ <div id="zNOVlo0HTgcS9hu8HYdHt" class="t-editor__code-container" data-lang="yml" style="position: relative;">
5275
5280
  <pre style="
5276
5281
  --line-digits: 2;
5277
5282
  --line-number-start: -1;
@@ -5318,7 +5323,7 @@ blockquote.t-editor__quote > * {
5318
5323
  </svg></button>
5319
5324
  </h2>
5320
5325
  <p class="t-editor__paragraph">Set up the development environment:</p>
5321
- <div id="nfeJ4O1NDrjE3Pl6uUA52" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5326
+ <div id="CwRofE8iYy3cf98dtcCuo" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5322
5327
  <pre style="
5323
5328
  --line-digits: 2;
5324
5329
  --line-number-start: -1;
@@ -5333,7 +5338,7 @@ blockquote.t-editor__quote > * {
5333
5338
  </svg></button>
5334
5339
  </div>
5335
5340
  <p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
5336
- <div id="iMOlfiA1ILuLCTiFwUezQ" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5341
+ <div id="N62zstyl8drOCl4luGvEL" class="t-editor__code-container" data-lang="bash" style="position: relative;">
5337
5342
  <pre style="
5338
5343
  --line-digits: 2;
5339
5344
  --line-number-start: -1;