@scalar/cli 1.9.4 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs.html +124 -97
- package/index.js +89 -774
- package/package.json +10 -10
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.
|
|
11
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.15.5/node_modules/@scalar/themes/dist/style.css */
|
|
12
12
|
@layer scalar-base, scalar-theme;
|
|
13
13
|
@layer scalar-base {
|
|
14
14
|
body {
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
/* ../../node_modules/.pnpm/@scalar+themes@0.15.
|
|
401
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.15.5/node_modules/@scalar/themes/dist/fonts/fonts.css */
|
|
402
402
|
@font-face {
|
|
403
403
|
font-family: "Inter";
|
|
404
404
|
font-style: normal;
|
|
@@ -657,11 +657,10 @@ body {
|
|
|
657
657
|
--scalar-header-height: 50px;
|
|
658
658
|
--scalar-sidebar-width: 280px;
|
|
659
659
|
--scalar-container-width: 680px;
|
|
660
|
-
--scalar-card-icon-
|
|
661
|
-
--scalar-card-icon-
|
|
662
|
-
--scalar-card-icon-diameter: 20px;
|
|
660
|
+
--scalar-card-icon-size: 20px;
|
|
661
|
+
--scalar-card-icon-size-xl: 32px;
|
|
663
662
|
--scalar-card-padding: 16px;
|
|
664
|
-
--scalar-card-inter-element-gap:
|
|
663
|
+
--scalar-card-inter-element-gap: 6px;
|
|
665
664
|
--scalar-toc-indent-unit: 16px;
|
|
666
665
|
--scalar-row-gap: 16px;
|
|
667
666
|
--scalar-extra-bold: 700;
|
|
@@ -2978,64 +2977,79 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
2978
2977
|
|
|
2979
2978
|
/* ../../packages/css/src/guides/text-extensions/card.css */
|
|
2980
2979
|
.t-editor__card {
|
|
2981
|
-
--line-height: calc(22 / var(--scalar-small));
|
|
2982
|
-
--scalar-border: var(--scalar-border-width) solid color-mix(in srgb, var(--scalar-color-1), transparent 90%);
|
|
2983
2980
|
display: flex;
|
|
2984
2981
|
gap: var(--scalar-card-inter-element-gap);
|
|
2985
2982
|
padding: var(--scalar-card-padding);
|
|
2986
2983
|
background-color: var(--scalar-background-1);
|
|
2987
2984
|
background-clip: padding-box;
|
|
2988
|
-
border: var(--scalar-border);
|
|
2989
|
-
border-radius: var(--scalar-radius);
|
|
2990
|
-
|
|
2991
|
-
}
|
|
2992
|
-
.t-editor__card svg {
|
|
2993
|
-
height: var(--scalar-card-icon-diameter);
|
|
2994
|
-
width: var(--scalar-card-icon-diameter);
|
|
2985
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2986
|
+
border-radius: var(--scalar-radius-lg);
|
|
2987
|
+
line-height: 1.625;
|
|
2995
2988
|
}
|
|
2996
2989
|
.t-editor__card .card-content {
|
|
2997
2990
|
display: flex;
|
|
2998
2991
|
flex-direction: column;
|
|
2999
|
-
|
|
2992
|
+
align-items: start;
|
|
3000
2993
|
gap: var(--scalar-card-inter-element-gap);
|
|
3001
2994
|
line-height: var(--line-height);
|
|
3002
2995
|
}
|
|
3003
|
-
.t-editor__card .card-
|
|
3004
|
-
|
|
2996
|
+
.t-editor__card .card-content__text {
|
|
2997
|
+
display: flex;
|
|
2998
|
+
flex-direction: column;
|
|
2999
|
+
gap: var(--scalar-block-spacing);
|
|
3000
|
+
color: var(--scalar-color-2);
|
|
3001
|
+
}
|
|
3002
|
+
.t-editor__card .card-content__text:empty,
|
|
3003
|
+
.t-editor__card .card-content__title:empty {
|
|
3004
|
+
display: none;
|
|
3005
|
+
}
|
|
3006
|
+
.t-editor__card .card-content__title {
|
|
3007
|
+
display: flex;
|
|
3008
|
+
align-items: center;
|
|
3009
|
+
gap: var(--scalar-card-inter-element-gap);
|
|
3010
|
+
color: var(--scalar-color-1);
|
|
3005
3011
|
font-weight: var(--scalar-bold);
|
|
3006
|
-
line-height: var(--line-height);
|
|
3007
|
-
margin: 0;
|
|
3008
3012
|
}
|
|
3009
3013
|
.t-editor__card .t-editor__paragraph {
|
|
3010
|
-
color: var(--scalar-color-2);
|
|
3011
|
-
font-size: var(--scalar-small);
|
|
3012
|
-
font-weight: var(--scalar-regular);
|
|
3013
|
-
line-height: var(--line-height);
|
|
3014
|
-
margin: 0;
|
|
3014
|
+
--font-color: var(--scalar-color-2);
|
|
3015
3015
|
}
|
|
3016
|
-
.t-editor__card .
|
|
3017
|
-
|
|
3016
|
+
.t-editor__card > .t-editor__icon,
|
|
3017
|
+
.t-editor__card .card-content > .t-editor__icon {
|
|
3018
3018
|
display: flex;
|
|
3019
3019
|
align-items: center;
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3020
|
+
width: var(--scalar-card-icon-size-xl);
|
|
3021
|
+
height: var(--scalar-card-icon-size-xl);
|
|
3022
|
+
color: var(--scalar-card-icon-color, var(--scalar-color-3));
|
|
3023
|
+
flex-shrink: 0;
|
|
3023
3024
|
}
|
|
3024
|
-
.t-editor__card
|
|
3025
|
-
|
|
3026
|
-
|
|
3025
|
+
.t-editor__card > .t-editor__icon {
|
|
3026
|
+
height: auto;
|
|
3027
|
+
max-height: 100%;
|
|
3028
|
+
}
|
|
3029
|
+
.t-editor__card .card-content > .t-editor__icon {
|
|
3030
|
+
width: auto;
|
|
3031
|
+
max-width: 100%;
|
|
3032
|
+
}
|
|
3033
|
+
.t-editor__card .card-content__title > .t-editor__icon {
|
|
3034
|
+
height: var(--scalar-card-icon-size);
|
|
3035
|
+
width: var(--scalar-card-icon-size);
|
|
3036
|
+
color: var(--scalar-card-icon-color, inherit);
|
|
3037
|
+
flex-shrink: 0;
|
|
3027
3038
|
}
|
|
3028
3039
|
.t-editor__card.card--has-link {
|
|
3029
3040
|
position: relative;
|
|
3030
3041
|
}
|
|
3042
|
+
.t-editor__card:where(.card--has-link) a {
|
|
3043
|
+
position: relative;
|
|
3044
|
+
z-index: 1;
|
|
3045
|
+
}
|
|
3031
3046
|
.t-editor__card .card-stretched-link {
|
|
3032
3047
|
position: absolute;
|
|
3033
3048
|
inset: 0;
|
|
3034
3049
|
z-index: 0;
|
|
3035
3050
|
}
|
|
3036
|
-
.t-editor__card.card--has-link
|
|
3037
|
-
|
|
3038
|
-
z-index: 1;
|
|
3051
|
+
.t-editor__card.card--has-link:has(.card-stretched-link:hover) {
|
|
3052
|
+
background-color: var(--scalar-background-2);
|
|
3039
3053
|
}
|
|
3040
3054
|
|
|
3041
3055
|
/* ../../packages/css/src/guides/text-extensions/button.css */
|
|
@@ -3208,6 +3222,11 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3208
3222
|
}
|
|
3209
3223
|
|
|
3210
3224
|
/* ../../packages/css/src/guides/text-extensions/icon.css */
|
|
3225
|
+
.t-editor__icon:where(:not([width], [height])) {
|
|
3226
|
+
width: 1em;
|
|
3227
|
+
height: 1em;
|
|
3228
|
+
object-fit: contain;
|
|
3229
|
+
}
|
|
3211
3230
|
span.t-editor__icon {
|
|
3212
3231
|
display: contents;
|
|
3213
3232
|
}
|
|
@@ -3389,7 +3408,9 @@ blockquote.t-editor__quote > * {
|
|
|
3389
3408
|
}
|
|
3390
3409
|
.t-editor__row {
|
|
3391
3410
|
border-radius: var(--scalar-radius);
|
|
3392
|
-
|
|
3411
|
+
}
|
|
3412
|
+
.t-editor__row + .t-editor__row {
|
|
3413
|
+
margin-top: var(--scalar-row-gap, 16px);
|
|
3393
3414
|
}
|
|
3394
3415
|
.t-editor__row .row {
|
|
3395
3416
|
display: flex;
|
|
@@ -3412,7 +3433,7 @@ blockquote.t-editor__quote > * {
|
|
|
3412
3433
|
.t-editor__row .row.t-editor__grid.t-editor__column-4 {
|
|
3413
3434
|
grid-template-columns: repeat(4, 1fr);
|
|
3414
3435
|
}
|
|
3415
|
-
.t-editor__row .row > *:not(.t-editor__card) {
|
|
3436
|
+
.t-editor__row .row > *:not(.t-editor__card, .t-editor__row, .t-editor__button) {
|
|
3416
3437
|
display: flex;
|
|
3417
3438
|
align-items: center;
|
|
3418
3439
|
flex: 1 1 0%;
|
|
@@ -3421,11 +3442,17 @@ blockquote.t-editor__quote > * {
|
|
|
3421
3442
|
}
|
|
3422
3443
|
.t-editor__row .row > .t-editor__card {
|
|
3423
3444
|
flex: 1 1 0%;
|
|
3445
|
+
margin: 0;
|
|
3424
3446
|
min-width: 0;
|
|
3425
3447
|
}
|
|
3426
|
-
.t-
|
|
3427
|
-
|
|
3428
|
-
|
|
3448
|
+
.t-editor__row .row > .t-editor__button {
|
|
3449
|
+
flex: 0 0 auto;
|
|
3450
|
+
margin: 0;
|
|
3451
|
+
}
|
|
3452
|
+
.t-editor__row .row > .t-editor__row {
|
|
3453
|
+
flex: 1 1 0%;
|
|
3454
|
+
margin: 0;
|
|
3455
|
+
min-width: 0;
|
|
3429
3456
|
}
|
|
3430
3457
|
|
|
3431
3458
|
/* ../../packages/css/src/guides/text-extensions/index.css */
|
|
@@ -3738,7 +3765,7 @@ blockquote.t-editor__quote > * {
|
|
|
3738
3765
|
<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>
|
|
3739
3766
|
</svg></button>
|
|
3740
3767
|
</h2>
|
|
3741
|
-
<div id="
|
|
3768
|
+
<div id="yhuV4QI2UkT965h3XvqIr" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3742
3769
|
<pre style="
|
|
3743
3770
|
--line-digits: 2;
|
|
3744
3771
|
--line-number-start: -1;
|
|
@@ -3761,7 +3788,7 @@ blockquote.t-editor__quote > * {
|
|
|
3761
3788
|
</svg></button>
|
|
3762
3789
|
</h2>
|
|
3763
3790
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3764
|
-
<div id="
|
|
3791
|
+
<div id="EoeAyaFgDD4HLwCKUihIM" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3765
3792
|
<pre style="
|
|
3766
3793
|
--line-digits: 2;
|
|
3767
3794
|
--line-number-start: -1;
|
|
@@ -3785,7 +3812,7 @@ blockquote.t-editor__quote > * {
|
|
|
3785
3812
|
</svg></button>
|
|
3786
3813
|
</h3>
|
|
3787
3814
|
<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>
|
|
3788
|
-
<div id="
|
|
3815
|
+
<div id="1TVLF5Wr7YhHGMGrpsPqp" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3789
3816
|
<pre style="
|
|
3790
3817
|
--line-digits: 2;
|
|
3791
3818
|
--line-number-start: -1;
|
|
@@ -3799,7 +3826,7 @@ blockquote.t-editor__quote > * {
|
|
|
3799
3826
|
</svg></button>
|
|
3800
3827
|
</div>
|
|
3801
3828
|
<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>
|
|
3802
|
-
<div id="
|
|
3829
|
+
<div id="cxceptlzEhEeoNhk3lNiI" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3803
3830
|
<pre style="
|
|
3804
3831
|
--line-digits: 2;
|
|
3805
3832
|
--line-number-start: -1;
|
|
@@ -3825,7 +3852,7 @@ blockquote.t-editor__quote > * {
|
|
|
3825
3852
|
<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>
|
|
3826
3853
|
</svg></button>
|
|
3827
3854
|
</h2>
|
|
3828
|
-
<div id="
|
|
3855
|
+
<div id="3GpUWvCH2RReALMqnPkeM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3829
3856
|
<pre style="
|
|
3830
3857
|
--line-digits: 2;
|
|
3831
3858
|
--line-number-start: -1;
|
|
@@ -3865,7 +3892,7 @@ blockquote.t-editor__quote > * {
|
|
|
3865
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>
|
|
3866
3893
|
</svg></button>
|
|
3867
3894
|
</h3>
|
|
3868
|
-
<div id="
|
|
3895
|
+
<div id="jpHAirpA255RzjUQL2hK0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3869
3896
|
<pre style="
|
|
3870
3897
|
--line-digits: 2;
|
|
3871
3898
|
--line-number-start: -1;
|
|
@@ -3895,7 +3922,7 @@ blockquote.t-editor__quote > * {
|
|
|
3895
3922
|
<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>
|
|
3896
3923
|
</svg></button>
|
|
3897
3924
|
</h4>
|
|
3898
|
-
<div id="
|
|
3925
|
+
<div id="yaLlU8kyBmzTsD4PaVN6j" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3899
3926
|
<pre style="
|
|
3900
3927
|
--line-digits: 2;
|
|
3901
3928
|
--line-number-start: -1;
|
|
@@ -3923,7 +3950,7 @@ blockquote.t-editor__quote > * {
|
|
|
3923
3950
|
<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>
|
|
3924
3951
|
</svg></button>
|
|
3925
3952
|
</h3>
|
|
3926
|
-
<div id="
|
|
3953
|
+
<div id="vQatBmYLzs1qK2M4pbHig" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3927
3954
|
<pre style="
|
|
3928
3955
|
--line-digits: 2;
|
|
3929
3956
|
--line-number-start: -1;
|
|
@@ -3950,7 +3977,7 @@ blockquote.t-editor__quote > * {
|
|
|
3950
3977
|
<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>
|
|
3951
3978
|
</svg></button>
|
|
3952
3979
|
</h3>
|
|
3953
|
-
<div id="
|
|
3980
|
+
<div id="nd29rPXhfWu7pdrLHMjNo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3954
3981
|
<pre style="
|
|
3955
3982
|
--line-digits: 2;
|
|
3956
3983
|
--line-number-start: -1;
|
|
@@ -3983,7 +4010,7 @@ blockquote.t-editor__quote > * {
|
|
|
3983
4010
|
<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>
|
|
3984
4011
|
</svg></button>
|
|
3985
4012
|
</h4>
|
|
3986
|
-
<div id="
|
|
4013
|
+
<div id="pdXzyTiuEa3fIUtbVHxlJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3987
4014
|
<pre style="
|
|
3988
4015
|
--line-digits: 2;
|
|
3989
4016
|
--line-number-start: -1;
|
|
@@ -4013,7 +4040,7 @@ blockquote.t-editor__quote > * {
|
|
|
4013
4040
|
<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>
|
|
4014
4041
|
</svg></button>
|
|
4015
4042
|
</h4>
|
|
4016
|
-
<div id="
|
|
4043
|
+
<div id="S3JDpXBRBrTaRBMU11jiH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4017
4044
|
<pre style="
|
|
4018
4045
|
--line-digits: 2;
|
|
4019
4046
|
--line-number-start: -1;
|
|
@@ -4040,7 +4067,7 @@ blockquote.t-editor__quote > * {
|
|
|
4040
4067
|
<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>
|
|
4041
4068
|
</svg></button>
|
|
4042
4069
|
</h4>
|
|
4043
|
-
<div id="
|
|
4070
|
+
<div id="PZo5nfxmoV3qAtWMKcIro" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4044
4071
|
<pre style="
|
|
4045
4072
|
--line-digits: 2;
|
|
4046
4073
|
--line-number-start: -1;
|
|
@@ -4067,7 +4094,7 @@ blockquote.t-editor__quote > * {
|
|
|
4067
4094
|
<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>
|
|
4068
4095
|
</svg></button>
|
|
4069
4096
|
</h3>
|
|
4070
|
-
<div id="
|
|
4097
|
+
<div id="VJhnnh3eKAADKc8FP1H3U" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4071
4098
|
<pre style="
|
|
4072
4099
|
--line-digits: 2;
|
|
4073
4100
|
--line-number-start: -1;
|
|
@@ -4110,7 +4137,7 @@ blockquote.t-editor__quote > * {
|
|
|
4110
4137
|
<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>
|
|
4111
4138
|
</svg></button>
|
|
4112
4139
|
</h4>
|
|
4113
|
-
<div id="
|
|
4140
|
+
<div id="tsVYzh18bCrhYMSEJPHpJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4114
4141
|
<pre style="
|
|
4115
4142
|
--line-digits: 2;
|
|
4116
4143
|
--line-number-start: -1;
|
|
@@ -4144,7 +4171,7 @@ blockquote.t-editor__quote > * {
|
|
|
4144
4171
|
<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>
|
|
4145
4172
|
</svg></button>
|
|
4146
4173
|
</h4>
|
|
4147
|
-
<div id="
|
|
4174
|
+
<div id="5A1KhLoMhVXeHRFp6Lp8H" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4148
4175
|
<pre style="
|
|
4149
4176
|
--line-digits: 2;
|
|
4150
4177
|
--line-number-start: -1;
|
|
@@ -4175,7 +4202,7 @@ blockquote.t-editor__quote > * {
|
|
|
4175
4202
|
<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>
|
|
4176
4203
|
</svg></button>
|
|
4177
4204
|
</h4>
|
|
4178
|
-
<div id="
|
|
4205
|
+
<div id="otvIbdAv9S6Vwhztfz5MF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4179
4206
|
<pre style="
|
|
4180
4207
|
--line-digits: 2;
|
|
4181
4208
|
--line-number-start: -1;
|
|
@@ -4207,7 +4234,7 @@ blockquote.t-editor__quote > * {
|
|
|
4207
4234
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4208
4235
|
</svg></button>
|
|
4209
4236
|
</h4>
|
|
4210
|
-
<div id="
|
|
4237
|
+
<div id="s0H6wtjjH0XZ3bNhW6iJp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4211
4238
|
<pre style="
|
|
4212
4239
|
--line-digits: 2;
|
|
4213
4240
|
--line-number-start: -1;
|
|
@@ -4238,7 +4265,7 @@ blockquote.t-editor__quote > * {
|
|
|
4238
4265
|
<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>
|
|
4239
4266
|
</svg></button>
|
|
4240
4267
|
</h4>
|
|
4241
|
-
<div id="
|
|
4268
|
+
<div id="imJFfVc2BJ35G3w3iLjVI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4242
4269
|
<pre style="
|
|
4243
4270
|
--line-digits: 2;
|
|
4244
4271
|
--line-number-start: -1;
|
|
@@ -4270,7 +4297,7 @@ blockquote.t-editor__quote > * {
|
|
|
4270
4297
|
<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>
|
|
4271
4298
|
</svg></button>
|
|
4272
4299
|
</h4>
|
|
4273
|
-
<div id="
|
|
4300
|
+
<div id="8aKpnVcuxhFMo2c1sYiNO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4274
4301
|
<pre style="
|
|
4275
4302
|
--line-digits: 2;
|
|
4276
4303
|
--line-number-start: -1;
|
|
@@ -4301,7 +4328,7 @@ blockquote.t-editor__quote > * {
|
|
|
4301
4328
|
<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>
|
|
4302
4329
|
</svg></button>
|
|
4303
4330
|
</h4>
|
|
4304
|
-
<div id="
|
|
4331
|
+
<div id="0zoNuNZ22ldOWgEEITJFV" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4305
4332
|
<pre style="
|
|
4306
4333
|
--line-digits: 2;
|
|
4307
4334
|
--line-number-start: -1;
|
|
@@ -4334,7 +4361,7 @@ blockquote.t-editor__quote > * {
|
|
|
4334
4361
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4335
4362
|
</svg></button>
|
|
4336
4363
|
</h4>
|
|
4337
|
-
<div id="
|
|
4364
|
+
<div id="id1GQziFd7XcTYlAgvKoE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4338
4365
|
<pre style="
|
|
4339
4366
|
--line-digits: 2;
|
|
4340
4367
|
--line-number-start: -1;
|
|
@@ -4367,7 +4394,7 @@ blockquote.t-editor__quote > * {
|
|
|
4367
4394
|
<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>
|
|
4368
4395
|
</svg></button>
|
|
4369
4396
|
</h4>
|
|
4370
|
-
<div id="
|
|
4397
|
+
<div id="SKoSrIYWEzsiBImwNenOZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4371
4398
|
<pre style="
|
|
4372
4399
|
--line-digits: 2;
|
|
4373
4400
|
--line-number-start: -1;
|
|
@@ -4398,7 +4425,7 @@ blockquote.t-editor__quote > * {
|
|
|
4398
4425
|
<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>
|
|
4399
4426
|
</svg></button>
|
|
4400
4427
|
</h4>
|
|
4401
|
-
<div id="
|
|
4428
|
+
<div id="KEIHgO1C9uxJ1pHRCH2Pi" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4402
4429
|
<pre style="
|
|
4403
4430
|
--line-digits: 2;
|
|
4404
4431
|
--line-number-start: -1;
|
|
@@ -4428,7 +4455,7 @@ blockquote.t-editor__quote > * {
|
|
|
4428
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>
|
|
4429
4456
|
</svg></button>
|
|
4430
4457
|
</h4>
|
|
4431
|
-
<div id="
|
|
4458
|
+
<div id="5oy8yL6bS5VAKD4bvU9SG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4432
4459
|
<pre style="
|
|
4433
4460
|
--line-digits: 2;
|
|
4434
4461
|
--line-number-start: -1;
|
|
@@ -4457,7 +4484,7 @@ blockquote.t-editor__quote > * {
|
|
|
4457
4484
|
<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>
|
|
4458
4485
|
</svg></button>
|
|
4459
4486
|
</h4>
|
|
4460
|
-
<div id="
|
|
4487
|
+
<div id="cluiaS8E18PGQEC554NQt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4461
4488
|
<pre style="
|
|
4462
4489
|
--line-digits: 2;
|
|
4463
4490
|
--line-number-start: -1;
|
|
@@ -4488,7 +4515,7 @@ blockquote.t-editor__quote > * {
|
|
|
4488
4515
|
<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
4516
|
</svg></button>
|
|
4490
4517
|
</h4>
|
|
4491
|
-
<div id="
|
|
4518
|
+
<div id="I54vKevDqkiKLN20RaQYx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4492
4519
|
<pre style="
|
|
4493
4520
|
--line-digits: 2;
|
|
4494
4521
|
--line-number-start: -1;
|
|
@@ -4519,7 +4546,7 @@ blockquote.t-editor__quote > * {
|
|
|
4519
4546
|
<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>
|
|
4520
4547
|
</svg></button>
|
|
4521
4548
|
</h3>
|
|
4522
|
-
<div id="
|
|
4549
|
+
<div id="3K6lMjZf5R81EmkQW4SDQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4523
4550
|
<pre style="
|
|
4524
4551
|
--line-digits: 2;
|
|
4525
4552
|
--line-number-start: -1;
|
|
@@ -4555,7 +4582,7 @@ blockquote.t-editor__quote > * {
|
|
|
4555
4582
|
<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>
|
|
4556
4583
|
</svg></button>
|
|
4557
4584
|
</h4>
|
|
4558
|
-
<div id="
|
|
4585
|
+
<div id="uRdVfHCD1qiJAvWaAwDhQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4559
4586
|
<pre style="
|
|
4560
4587
|
--line-digits: 2;
|
|
4561
4588
|
--line-number-start: -1;
|
|
@@ -4584,7 +4611,7 @@ blockquote.t-editor__quote > * {
|
|
|
4584
4611
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4585
4612
|
</svg></button>
|
|
4586
4613
|
</h4>
|
|
4587
|
-
<div id="
|
|
4614
|
+
<div id="Quz1lwo4JCamYR3CfBWfe" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4588
4615
|
<pre style="
|
|
4589
4616
|
--line-digits: 2;
|
|
4590
4617
|
--line-number-start: -1;
|
|
@@ -4614,7 +4641,7 @@ blockquote.t-editor__quote > * {
|
|
|
4614
4641
|
<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>
|
|
4615
4642
|
</svg></button>
|
|
4616
4643
|
</h4>
|
|
4617
|
-
<div id="
|
|
4644
|
+
<div id="39ZAptFt9K5Gjl4uruQRz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4618
4645
|
<pre style="
|
|
4619
4646
|
--line-digits: 2;
|
|
4620
4647
|
--line-number-start: -1;
|
|
@@ -4643,7 +4670,7 @@ blockquote.t-editor__quote > * {
|
|
|
4643
4670
|
<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>
|
|
4644
4671
|
</svg></button>
|
|
4645
4672
|
</h4>
|
|
4646
|
-
<div id="
|
|
4673
|
+
<div id="Z8GgHdalMvQ4tBIsahK7W" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4647
4674
|
<pre style="
|
|
4648
4675
|
--line-digits: 2;
|
|
4649
4676
|
--line-number-start: -1;
|
|
@@ -4678,7 +4705,7 @@ blockquote.t-editor__quote > * {
|
|
|
4678
4705
|
<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>
|
|
4679
4706
|
</svg></button>
|
|
4680
4707
|
</h4>
|
|
4681
|
-
<div id="
|
|
4708
|
+
<div id="mSrzGVmjy165BOOeWf5jw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4682
4709
|
<pre style="
|
|
4683
4710
|
--line-digits: 2;
|
|
4684
4711
|
--line-number-start: -1;
|
|
@@ -4709,7 +4736,7 @@ blockquote.t-editor__quote > * {
|
|
|
4709
4736
|
<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>
|
|
4710
4737
|
</svg></button>
|
|
4711
4738
|
</h4>
|
|
4712
|
-
<div id="
|
|
4739
|
+
<div id="pZljCMcgHUiW2LtNpNWFn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4713
4740
|
<pre style="
|
|
4714
4741
|
--line-digits: 2;
|
|
4715
4742
|
--line-number-start: -1;
|
|
@@ -4739,7 +4766,7 @@ blockquote.t-editor__quote > * {
|
|
|
4739
4766
|
<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>
|
|
4740
4767
|
</svg></button>
|
|
4741
4768
|
</h3>
|
|
4742
|
-
<div id="
|
|
4769
|
+
<div id="hZHNWzVKb2YGjA5pLPYg4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4743
4770
|
<pre style="
|
|
4744
4771
|
--line-digits: 2;
|
|
4745
4772
|
--line-number-start: -1;
|
|
@@ -4774,7 +4801,7 @@ blockquote.t-editor__quote > * {
|
|
|
4774
4801
|
<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>
|
|
4775
4802
|
</svg></button>
|
|
4776
4803
|
</h4>
|
|
4777
|
-
<div id="
|
|
4804
|
+
<div id="rtbWDnx2zaWo3uijN9Bqu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4778
4805
|
<pre style="
|
|
4779
4806
|
--line-digits: 2;
|
|
4780
4807
|
--line-number-start: -1;
|
|
@@ -4814,7 +4841,7 @@ blockquote.t-editor__quote > * {
|
|
|
4814
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>
|
|
4815
4842
|
</svg></button>
|
|
4816
4843
|
</h4>
|
|
4817
|
-
<div id="
|
|
4844
|
+
<div id="vNp4I9rjgF2bkMLz28bD0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4818
4845
|
<pre style="
|
|
4819
4846
|
--line-digits: 2;
|
|
4820
4847
|
--line-number-start: -1;
|
|
@@ -4847,7 +4874,7 @@ blockquote.t-editor__quote > * {
|
|
|
4847
4874
|
<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>
|
|
4848
4875
|
</svg></button>
|
|
4849
4876
|
</h4>
|
|
4850
|
-
<div id="
|
|
4877
|
+
<div id="I19qi47FO0IlDgRXyV2RF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4851
4878
|
<pre style="
|
|
4852
4879
|
--line-digits: 2;
|
|
4853
4880
|
--line-number-start: -1;
|
|
@@ -4878,7 +4905,7 @@ blockquote.t-editor__quote > * {
|
|
|
4878
4905
|
<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>
|
|
4879
4906
|
</svg></button>
|
|
4880
4907
|
</h4>
|
|
4881
|
-
<div id="
|
|
4908
|
+
<div id="j1WopNGhJ0slUgDp1Al4P" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4882
4909
|
<pre style="
|
|
4883
4910
|
--line-digits: 2;
|
|
4884
4911
|
--line-number-start: -1;
|
|
@@ -4906,7 +4933,7 @@ blockquote.t-editor__quote > * {
|
|
|
4906
4933
|
<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>
|
|
4907
4934
|
</svg></button>
|
|
4908
4935
|
</h4>
|
|
4909
|
-
<div id="
|
|
4936
|
+
<div id="lMwpQMuyskikW0QwqOhcF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4910
4937
|
<pre style="
|
|
4911
4938
|
--line-digits: 2;
|
|
4912
4939
|
--line-number-start: -1;
|
|
@@ -4940,7 +4967,7 @@ blockquote.t-editor__quote > * {
|
|
|
4940
4967
|
<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>
|
|
4941
4968
|
</svg></button>
|
|
4942
4969
|
</h3>
|
|
4943
|
-
<div id="
|
|
4970
|
+
<div id="9yyDG08Gmkomg1HjpqWSL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4944
4971
|
<pre style="
|
|
4945
4972
|
--line-digits: 2;
|
|
4946
4973
|
--line-number-start: -1;
|
|
@@ -4972,7 +4999,7 @@ blockquote.t-editor__quote > * {
|
|
|
4972
4999
|
<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>
|
|
4973
5000
|
</svg></button>
|
|
4974
5001
|
</h4>
|
|
4975
|
-
<div id="
|
|
5002
|
+
<div id="dXWZJkXpjQ9lrzR57aBGM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4976
5003
|
<pre style="
|
|
4977
5004
|
--line-digits: 2;
|
|
4978
5005
|
--line-number-start: -1;
|
|
@@ -4999,7 +5026,7 @@ blockquote.t-editor__quote > * {
|
|
|
4999
5026
|
<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>
|
|
5000
5027
|
</svg></button>
|
|
5001
5028
|
</h4>
|
|
5002
|
-
<div id="
|
|
5029
|
+
<div id="vQJD8P0ZDhC7s2H97NWJc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5003
5030
|
<pre style="
|
|
5004
5031
|
--line-digits: 2;
|
|
5005
5032
|
--line-number-start: -1;
|
|
@@ -5027,7 +5054,7 @@ blockquote.t-editor__quote > * {
|
|
|
5027
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>
|
|
5028
5055
|
</svg></button>
|
|
5029
5056
|
</h3>
|
|
5030
|
-
<div id="
|
|
5057
|
+
<div id="jlx0bfDMZJiNUj8g7tX3j" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5031
5058
|
<pre style="
|
|
5032
5059
|
--line-digits: 2;
|
|
5033
5060
|
--line-number-start: -1;
|
|
@@ -5062,7 +5089,7 @@ blockquote.t-editor__quote > * {
|
|
|
5062
5089
|
<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>
|
|
5063
5090
|
</svg></button>
|
|
5064
5091
|
</h4>
|
|
5065
|
-
<div id="
|
|
5092
|
+
<div id="ZIEPbQroI366xtNUNrEzv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5066
5093
|
<pre style="
|
|
5067
5094
|
--line-digits: 2;
|
|
5068
5095
|
--line-number-start: -1;
|
|
@@ -5090,7 +5117,7 @@ blockquote.t-editor__quote > * {
|
|
|
5090
5117
|
<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>
|
|
5091
5118
|
</svg></button>
|
|
5092
5119
|
</h4>
|
|
5093
|
-
<div id="
|
|
5120
|
+
<div id="aZ2cPFWORvzqEWLN8am4f" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5094
5121
|
<pre style="
|
|
5095
5122
|
--line-digits: 2;
|
|
5096
5123
|
--line-number-start: -1;
|
|
@@ -5120,7 +5147,7 @@ blockquote.t-editor__quote > * {
|
|
|
5120
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>
|
|
5121
5148
|
</svg></button>
|
|
5122
5149
|
</h4>
|
|
5123
|
-
<div id="
|
|
5150
|
+
<div id="lU9LBiuZnvTK6iI3gx29o" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5124
5151
|
<pre style="
|
|
5125
5152
|
--line-digits: 2;
|
|
5126
5153
|
--line-number-start: -1;
|
|
@@ -5151,7 +5178,7 @@ blockquote.t-editor__quote > * {
|
|
|
5151
5178
|
<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>
|
|
5152
5179
|
</svg></button>
|
|
5153
5180
|
</h4>
|
|
5154
|
-
<div id="
|
|
5181
|
+
<div id="L8ru2zP0oXkgNZhzDDSFj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5155
5182
|
<pre style="
|
|
5156
5183
|
--line-digits: 2;
|
|
5157
5184
|
--line-number-start: -1;
|
|
@@ -5180,7 +5207,7 @@ blockquote.t-editor__quote > * {
|
|
|
5180
5207
|
<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>
|
|
5181
5208
|
</svg></button>
|
|
5182
5209
|
</h4>
|
|
5183
|
-
<div id="
|
|
5210
|
+
<div id="QK0N4LqEzqFlsuOPU7KGR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5184
5211
|
<pre style="
|
|
5185
5212
|
--line-digits: 2;
|
|
5186
5213
|
--line-number-start: -1;
|
|
@@ -5210,7 +5237,7 @@ blockquote.t-editor__quote > * {
|
|
|
5210
5237
|
<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>
|
|
5211
5238
|
</svg></button>
|
|
5212
5239
|
</h3>
|
|
5213
|
-
<div id="
|
|
5240
|
+
<div id="vuFEBq6XCOXz8c2R1UGVo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5214
5241
|
<pre style="
|
|
5215
5242
|
--line-digits: 2;
|
|
5216
5243
|
--line-number-start: -1;
|
|
@@ -5244,7 +5271,7 @@ blockquote.t-editor__quote > * {
|
|
|
5244
5271
|
<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>
|
|
5245
5272
|
</svg></button>
|
|
5246
5273
|
</h4>
|
|
5247
|
-
<div id="
|
|
5274
|
+
<div id="wRNP1wPttK1gEBuTgtEYC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5248
5275
|
<pre style="
|
|
5249
5276
|
--line-digits: 2;
|
|
5250
5277
|
--line-number-start: -1;
|
|
@@ -5273,7 +5300,7 @@ blockquote.t-editor__quote > * {
|
|
|
5273
5300
|
<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>
|
|
5274
5301
|
</svg></button>
|
|
5275
5302
|
</h4>
|
|
5276
|
-
<div id="
|
|
5303
|
+
<div id="3r2PSg4OE1Mn2cclT9Pjk" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5277
5304
|
<pre style="
|
|
5278
5305
|
--line-digits: 2;
|
|
5279
5306
|
--line-number-start: -1;
|
|
@@ -5305,7 +5332,7 @@ blockquote.t-editor__quote > * {
|
|
|
5305
5332
|
<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>
|
|
5306
5333
|
</svg></button>
|
|
5307
5334
|
</h4>
|
|
5308
|
-
<div id="
|
|
5335
|
+
<div id="ahByguvtkgKns4ghHXXw8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5309
5336
|
<pre style="
|
|
5310
5337
|
--line-digits: 2;
|
|
5311
5338
|
--line-number-start: -1;
|
|
@@ -5333,7 +5360,7 @@ blockquote.t-editor__quote > * {
|
|
|
5333
5360
|
<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>
|
|
5334
5361
|
</svg></button>
|
|
5335
5362
|
</h4>
|
|
5336
|
-
<div id="
|
|
5363
|
+
<div id="iUErbnsvnAoqasU0lmDDg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5337
5364
|
<pre style="
|
|
5338
5365
|
--line-digits: 2;
|
|
5339
5366
|
--line-number-start: -1;
|
|
@@ -5373,7 +5400,7 @@ blockquote.t-editor__quote > * {
|
|
|
5373
5400
|
</svg></button>
|
|
5374
5401
|
</h2>
|
|
5375
5402
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5376
|
-
<div id="
|
|
5403
|
+
<div id="BlED0VhUriQ55xAE1ipKl" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5377
5404
|
<pre style="
|
|
5378
5405
|
--line-digits: 2;
|
|
5379
5406
|
--line-number-start: -1;
|
|
@@ -5420,7 +5447,7 @@ blockquote.t-editor__quote > * {
|
|
|
5420
5447
|
</svg></button>
|
|
5421
5448
|
</h2>
|
|
5422
5449
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5423
|
-
<div id="
|
|
5450
|
+
<div id="IU0peDm9VaSdGdmdHq6ln" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5424
5451
|
<pre style="
|
|
5425
5452
|
--line-digits: 2;
|
|
5426
5453
|
--line-number-start: -1;
|
|
@@ -5435,7 +5462,7 @@ blockquote.t-editor__quote > * {
|
|
|
5435
5462
|
</svg></button>
|
|
5436
5463
|
</div>
|
|
5437
5464
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5438
|
-
<div id="
|
|
5465
|
+
<div id="W4XLpfAcc12RhMxNrtCcF" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5439
5466
|
<pre style="
|
|
5440
5467
|
--line-digits: 2;
|
|
5441
5468
|
--line-number-start: -1;
|