@scalar/cli 1.9.4 → 1.9.7
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/README.md +1 -1
- package/docs.html +138 -102
- package/index.js +242 -1225
- 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.
|
|
11
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.15.6/node_modules/@scalar/themes/dist/style.css */
|
|
12
12
|
@layer scalar-base, scalar-theme;
|
|
13
13
|
@layer scalar-base {
|
|
14
14
|
body {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
--scalar-scrollbar-color: rgba(0, 0, 0, 0.18);
|
|
268
268
|
--scalar-button-1: rgba(0, 0, 0, 1);
|
|
269
269
|
--scalar-button-1-hover: rgba(0, 0, 0, 0.8);
|
|
270
|
-
--scalar-button-1-color:
|
|
270
|
+
--scalar-button-1-color: #fff;
|
|
271
271
|
--scalar-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
|
|
272
272
|
--scalar-shadow-2:
|
|
273
273
|
rgba(0, 0, 0, 0.08) 0px 13px 20px 0px,
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
--scalar-link-color-hover: var(--scalar-link-color);
|
|
351
351
|
--scalar-button-1: rgba(0, 0, 0, 1);
|
|
352
352
|
--scalar-button-1-hover: rgba(0, 0, 0, 0.8);
|
|
353
|
-
--scalar-button-1-color:
|
|
353
|
+
--scalar-button-1-color: #fff;
|
|
354
354
|
--scalar-tooltip-background: color-mix(in srgb, #1a1a1a, transparent 10%);
|
|
355
355
|
--scalar-tooltip-color: color-mix(in srgb, #fff, transparent 15%);
|
|
356
356
|
--scalar-color-alert: color-mix(in srgb, var(--scalar-color-orange), var(--scalar-color-1) 20%);
|
|
@@ -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.6/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;
|
|
@@ -1537,7 +1536,7 @@ body {
|
|
|
1537
1536
|
padding: 0 0 44px;
|
|
1538
1537
|
max-width: var(--scalar-container-width);
|
|
1539
1538
|
}
|
|
1540
|
-
.t-editor :where(.
|
|
1539
|
+
.t-editor :where(.prose-content) > * + * {
|
|
1541
1540
|
margin-top: var(--scalar-block-spacing);
|
|
1542
1541
|
}
|
|
1543
1542
|
@media (max-width: 1000px) {
|
|
@@ -2095,6 +2094,17 @@ h1.t-editor__heading {
|
|
|
2095
2094
|
.t-editor__heading.t-editor__standard-heading {
|
|
2096
2095
|
margin-top: 0;
|
|
2097
2096
|
}
|
|
2097
|
+
.prose-content > * + h2.t-editor__standard-heading {
|
|
2098
|
+
margin-top: 44px;
|
|
2099
|
+
}
|
|
2100
|
+
.prose-content > * + h3.t-editor__standard-heading,
|
|
2101
|
+
.prose-content > * + h4.t-editor__standard-heading {
|
|
2102
|
+
margin-top: 28px;
|
|
2103
|
+
}
|
|
2104
|
+
.prose-content > * + h5.t-editor__standard-heading,
|
|
2105
|
+
.prose-content > * + h6.t-editor__standard-heading {
|
|
2106
|
+
margin-top: 24px;
|
|
2107
|
+
}
|
|
2098
2108
|
|
|
2099
2109
|
/* ../../packages/css/src/guides/text-extensions/list.css */
|
|
2100
2110
|
.t-editor__list {
|
|
@@ -2398,7 +2408,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2398
2408
|
.custom-tabs-container .custom-container-content > :nth-child(2) > :nth-child(2) {
|
|
2399
2409
|
margin-top: 0;
|
|
2400
2410
|
}
|
|
2401
|
-
.custom-tabs-container .custom-tabs-content > div
|
|
2411
|
+
.custom-tabs-container .custom-tabs-content > div > :first-child {
|
|
2402
2412
|
margin-top: 0;
|
|
2403
2413
|
}
|
|
2404
2414
|
.custom-tabs-container input:nth-of-type(1):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(1),
|
|
@@ -2978,64 +2988,77 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
2978
2988
|
|
|
2979
2989
|
/* ../../packages/css/src/guides/text-extensions/card.css */
|
|
2980
2990
|
.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
2991
|
display: flex;
|
|
2984
2992
|
gap: var(--scalar-card-inter-element-gap);
|
|
2985
2993
|
padding: var(--scalar-card-padding);
|
|
2986
2994
|
background-color: var(--scalar-background-1);
|
|
2987
2995
|
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);
|
|
2996
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2997
|
+
border-radius: var(--scalar-radius-lg);
|
|
2998
|
+
line-height: 1.625;
|
|
2995
2999
|
}
|
|
2996
3000
|
.t-editor__card .card-content {
|
|
2997
3001
|
display: flex;
|
|
2998
3002
|
flex-direction: column;
|
|
2999
|
-
|
|
3003
|
+
align-items: start;
|
|
3000
3004
|
gap: var(--scalar-card-inter-element-gap);
|
|
3001
3005
|
line-height: var(--line-height);
|
|
3002
3006
|
}
|
|
3003
|
-
.t-editor__card .card-
|
|
3004
|
-
|
|
3007
|
+
.t-editor__card .card-content__text {
|
|
3008
|
+
color: var(--scalar-color-2);
|
|
3009
|
+
}
|
|
3010
|
+
.t-editor__card .card-content__text:empty,
|
|
3011
|
+
.t-editor__card .card-content__title:empty {
|
|
3012
|
+
display: none;
|
|
3013
|
+
}
|
|
3014
|
+
.t-editor__card .card-content__title {
|
|
3015
|
+
display: flex;
|
|
3016
|
+
align-items: center;
|
|
3017
|
+
gap: var(--scalar-card-inter-element-gap);
|
|
3018
|
+
color: var(--scalar-color-1);
|
|
3005
3019
|
font-weight: var(--scalar-bold);
|
|
3006
|
-
line-height: var(--line-height);
|
|
3007
|
-
margin: 0;
|
|
3008
3020
|
}
|
|
3009
3021
|
.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;
|
|
3022
|
+
--font-color: var(--scalar-color-2);
|
|
3015
3023
|
}
|
|
3016
|
-
.t-editor__card .
|
|
3017
|
-
|
|
3024
|
+
.t-editor__card > .t-editor__icon,
|
|
3025
|
+
.t-editor__card .card-content > .t-editor__icon {
|
|
3018
3026
|
display: flex;
|
|
3019
3027
|
align-items: center;
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3028
|
+
width: var(--scalar-card-icon-size-xl);
|
|
3029
|
+
height: var(--scalar-card-icon-size-xl);
|
|
3030
|
+
color: var(--scalar-card-icon-color, var(--scalar-color-3));
|
|
3031
|
+
flex-shrink: 0;
|
|
3023
3032
|
}
|
|
3024
|
-
.t-editor__card
|
|
3025
|
-
|
|
3026
|
-
|
|
3033
|
+
.t-editor__card > .t-editor__icon {
|
|
3034
|
+
height: auto;
|
|
3035
|
+
max-height: 100%;
|
|
3036
|
+
}
|
|
3037
|
+
.t-editor__card .card-content > .t-editor__icon {
|
|
3038
|
+
width: auto;
|
|
3039
|
+
max-width: 100%;
|
|
3040
|
+
align-self: start;
|
|
3041
|
+
}
|
|
3042
|
+
.t-editor__card .card-content__title > .t-editor__icon {
|
|
3043
|
+
height: var(--scalar-card-icon-size);
|
|
3044
|
+
width: var(--scalar-card-icon-size);
|
|
3045
|
+
color: var(--scalar-card-icon-color, inherit);
|
|
3046
|
+
flex-shrink: 0;
|
|
3027
3047
|
}
|
|
3028
3048
|
.t-editor__card.card--has-link {
|
|
3029
3049
|
position: relative;
|
|
3030
3050
|
}
|
|
3051
|
+
.t-editor__card:where(.card--has-link) a {
|
|
3052
|
+
position: relative;
|
|
3053
|
+
z-index: 1;
|
|
3054
|
+
}
|
|
3031
3055
|
.t-editor__card .card-stretched-link {
|
|
3032
3056
|
position: absolute;
|
|
3033
3057
|
inset: 0;
|
|
3034
3058
|
z-index: 0;
|
|
3035
3059
|
}
|
|
3036
|
-
.t-editor__card.card--has-link
|
|
3037
|
-
|
|
3038
|
-
z-index: 1;
|
|
3060
|
+
.t-editor__card.card--has-link:has(.card-stretched-link:hover) {
|
|
3061
|
+
background-color: var(--scalar-background-2);
|
|
3039
3062
|
}
|
|
3040
3063
|
|
|
3041
3064
|
/* ../../packages/css/src/guides/text-extensions/button.css */
|
|
@@ -3208,6 +3231,11 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3208
3231
|
}
|
|
3209
3232
|
|
|
3210
3233
|
/* ../../packages/css/src/guides/text-extensions/icon.css */
|
|
3234
|
+
.t-editor__icon:where(:not([width], [height])) {
|
|
3235
|
+
width: 1em;
|
|
3236
|
+
height: 1em;
|
|
3237
|
+
object-fit: contain;
|
|
3238
|
+
}
|
|
3211
3239
|
span.t-editor__icon {
|
|
3212
3240
|
display: contents;
|
|
3213
3241
|
}
|
|
@@ -3389,7 +3417,9 @@ blockquote.t-editor__quote > * {
|
|
|
3389
3417
|
}
|
|
3390
3418
|
.t-editor__row {
|
|
3391
3419
|
border-radius: var(--scalar-radius);
|
|
3392
|
-
|
|
3420
|
+
}
|
|
3421
|
+
.t-editor__row + .t-editor__row {
|
|
3422
|
+
margin-top: var(--scalar-row-gap, 16px);
|
|
3393
3423
|
}
|
|
3394
3424
|
.t-editor__row .row {
|
|
3395
3425
|
display: flex;
|
|
@@ -3412,7 +3442,7 @@ blockquote.t-editor__quote > * {
|
|
|
3412
3442
|
.t-editor__row .row.t-editor__grid.t-editor__column-4 {
|
|
3413
3443
|
grid-template-columns: repeat(4, 1fr);
|
|
3414
3444
|
}
|
|
3415
|
-
.t-editor__row .row > *:not(.t-editor__card) {
|
|
3445
|
+
.t-editor__row .row > *:not(.t-editor__card, .t-editor__row, .t-editor__button) {
|
|
3416
3446
|
display: flex;
|
|
3417
3447
|
align-items: center;
|
|
3418
3448
|
flex: 1 1 0%;
|
|
@@ -3421,11 +3451,17 @@ blockquote.t-editor__quote > * {
|
|
|
3421
3451
|
}
|
|
3422
3452
|
.t-editor__row .row > .t-editor__card {
|
|
3423
3453
|
flex: 1 1 0%;
|
|
3454
|
+
margin: 0;
|
|
3424
3455
|
min-width: 0;
|
|
3425
3456
|
}
|
|
3426
|
-
.t-
|
|
3427
|
-
|
|
3428
|
-
|
|
3457
|
+
.t-editor__row .row > .t-editor__button {
|
|
3458
|
+
flex: 0 0 auto;
|
|
3459
|
+
margin: 0;
|
|
3460
|
+
}
|
|
3461
|
+
.t-editor__row .row > .t-editor__row {
|
|
3462
|
+
flex: 1 1 0%;
|
|
3463
|
+
margin: 0;
|
|
3464
|
+
min-width: 0;
|
|
3429
3465
|
}
|
|
3430
3466
|
|
|
3431
3467
|
/* ../../packages/css/src/guides/text-extensions/index.css */
|
|
@@ -3738,7 +3774,7 @@ blockquote.t-editor__quote > * {
|
|
|
3738
3774
|
<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
3775
|
</svg></button>
|
|
3740
3776
|
</h2>
|
|
3741
|
-
<div id="
|
|
3777
|
+
<div id="869wMehhz7XdrrzcI0Vrb" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3742
3778
|
<pre style="
|
|
3743
3779
|
--line-digits: 2;
|
|
3744
3780
|
--line-number-start: -1;
|
|
@@ -3761,7 +3797,7 @@ blockquote.t-editor__quote > * {
|
|
|
3761
3797
|
</svg></button>
|
|
3762
3798
|
</h2>
|
|
3763
3799
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3764
|
-
<div id="
|
|
3800
|
+
<div id="0ujN34GBpxya4YxoZ5c3F" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3765
3801
|
<pre style="
|
|
3766
3802
|
--line-digits: 2;
|
|
3767
3803
|
--line-number-start: -1;
|
|
@@ -3785,7 +3821,7 @@ blockquote.t-editor__quote > * {
|
|
|
3785
3821
|
</svg></button>
|
|
3786
3822
|
</h3>
|
|
3787
3823
|
<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="
|
|
3824
|
+
<div id="euYhGL9Ks3LKwTFa5nkgV" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3789
3825
|
<pre style="
|
|
3790
3826
|
--line-digits: 2;
|
|
3791
3827
|
--line-number-start: -1;
|
|
@@ -3799,7 +3835,7 @@ blockquote.t-editor__quote > * {
|
|
|
3799
3835
|
</svg></button>
|
|
3800
3836
|
</div>
|
|
3801
3837
|
<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="
|
|
3838
|
+
<div id="LDdQkZMyQE9rMVNdAd6iV" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3803
3839
|
<pre style="
|
|
3804
3840
|
--line-digits: 2;
|
|
3805
3841
|
--line-number-start: -1;
|
|
@@ -3825,7 +3861,7 @@ blockquote.t-editor__quote > * {
|
|
|
3825
3861
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3826
3862
|
</svg></button>
|
|
3827
3863
|
</h2>
|
|
3828
|
-
<div id="
|
|
3864
|
+
<div id="Xo7RE2ZjhriL9lP26N9Fp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3829
3865
|
<pre style="
|
|
3830
3866
|
--line-digits: 2;
|
|
3831
3867
|
--line-number-start: -1;
|
|
@@ -3865,7 +3901,7 @@ blockquote.t-editor__quote > * {
|
|
|
3865
3901
|
<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
3902
|
</svg></button>
|
|
3867
3903
|
</h3>
|
|
3868
|
-
<div id="
|
|
3904
|
+
<div id="lf682FTrQwvnlOVAA8YvI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3869
3905
|
<pre style="
|
|
3870
3906
|
--line-digits: 2;
|
|
3871
3907
|
--line-number-start: -1;
|
|
@@ -3895,7 +3931,7 @@ blockquote.t-editor__quote > * {
|
|
|
3895
3931
|
<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
3932
|
</svg></button>
|
|
3897
3933
|
</h4>
|
|
3898
|
-
<div id="
|
|
3934
|
+
<div id="LRCAR5D9WpeENA89SAtYa" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3899
3935
|
<pre style="
|
|
3900
3936
|
--line-digits: 2;
|
|
3901
3937
|
--line-number-start: -1;
|
|
@@ -3923,7 +3959,7 @@ blockquote.t-editor__quote > * {
|
|
|
3923
3959
|
<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
3960
|
</svg></button>
|
|
3925
3961
|
</h3>
|
|
3926
|
-
<div id="
|
|
3962
|
+
<div id="ahLB23eBbi6Tpvrs3MPe7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3927
3963
|
<pre style="
|
|
3928
3964
|
--line-digits: 2;
|
|
3929
3965
|
--line-number-start: -1;
|
|
@@ -3950,7 +3986,7 @@ blockquote.t-editor__quote > * {
|
|
|
3950
3986
|
<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
3987
|
</svg></button>
|
|
3952
3988
|
</h3>
|
|
3953
|
-
<div id="
|
|
3989
|
+
<div id="vOhb4GXmOS1inIYgwqAjl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3954
3990
|
<pre style="
|
|
3955
3991
|
--line-digits: 2;
|
|
3956
3992
|
--line-number-start: -1;
|
|
@@ -3983,7 +4019,7 @@ blockquote.t-editor__quote > * {
|
|
|
3983
4019
|
<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
4020
|
</svg></button>
|
|
3985
4021
|
</h4>
|
|
3986
|
-
<div id="
|
|
4022
|
+
<div id="Jre6bIS87rjux19w52F61" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3987
4023
|
<pre style="
|
|
3988
4024
|
--line-digits: 2;
|
|
3989
4025
|
--line-number-start: -1;
|
|
@@ -4013,7 +4049,7 @@ blockquote.t-editor__quote > * {
|
|
|
4013
4049
|
<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
4050
|
</svg></button>
|
|
4015
4051
|
</h4>
|
|
4016
|
-
<div id="
|
|
4052
|
+
<div id="lVg9RCuqlgStIQeaAx9nI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4017
4053
|
<pre style="
|
|
4018
4054
|
--line-digits: 2;
|
|
4019
4055
|
--line-number-start: -1;
|
|
@@ -4040,7 +4076,7 @@ blockquote.t-editor__quote > * {
|
|
|
4040
4076
|
<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
4077
|
</svg></button>
|
|
4042
4078
|
</h4>
|
|
4043
|
-
<div id="
|
|
4079
|
+
<div id="UGhkvaYO2JFrpkKYCNJJf" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4044
4080
|
<pre style="
|
|
4045
4081
|
--line-digits: 2;
|
|
4046
4082
|
--line-number-start: -1;
|
|
@@ -4067,7 +4103,7 @@ blockquote.t-editor__quote > * {
|
|
|
4067
4103
|
<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
4104
|
</svg></button>
|
|
4069
4105
|
</h3>
|
|
4070
|
-
<div id="
|
|
4106
|
+
<div id="X3E9mE5oQurHvvJTvzOXx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4071
4107
|
<pre style="
|
|
4072
4108
|
--line-digits: 2;
|
|
4073
4109
|
--line-number-start: -1;
|
|
@@ -4110,7 +4146,7 @@ blockquote.t-editor__quote > * {
|
|
|
4110
4146
|
<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
4147
|
</svg></button>
|
|
4112
4148
|
</h4>
|
|
4113
|
-
<div id="
|
|
4149
|
+
<div id="wL1gXbkaeotzbC79qk3Wl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4114
4150
|
<pre style="
|
|
4115
4151
|
--line-digits: 2;
|
|
4116
4152
|
--line-number-start: -1;
|
|
@@ -4144,7 +4180,7 @@ blockquote.t-editor__quote > * {
|
|
|
4144
4180
|
<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
4181
|
</svg></button>
|
|
4146
4182
|
</h4>
|
|
4147
|
-
<div id="
|
|
4183
|
+
<div id="lOMsTCcS4XyQ7uMaRkqnF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4148
4184
|
<pre style="
|
|
4149
4185
|
--line-digits: 2;
|
|
4150
4186
|
--line-number-start: -1;
|
|
@@ -4175,7 +4211,7 @@ blockquote.t-editor__quote > * {
|
|
|
4175
4211
|
<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
4212
|
</svg></button>
|
|
4177
4213
|
</h4>
|
|
4178
|
-
<div id="
|
|
4214
|
+
<div id="vTTgDCeCrg0bhWgya1bRl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4179
4215
|
<pre style="
|
|
4180
4216
|
--line-digits: 2;
|
|
4181
4217
|
--line-number-start: -1;
|
|
@@ -4207,7 +4243,7 @@ blockquote.t-editor__quote > * {
|
|
|
4207
4243
|
<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
4244
|
</svg></button>
|
|
4209
4245
|
</h4>
|
|
4210
|
-
<div id="
|
|
4246
|
+
<div id="Ld3ASMjYIyVmmV2rIBptX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4211
4247
|
<pre style="
|
|
4212
4248
|
--line-digits: 2;
|
|
4213
4249
|
--line-number-start: -1;
|
|
@@ -4238,7 +4274,7 @@ blockquote.t-editor__quote > * {
|
|
|
4238
4274
|
<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
4275
|
</svg></button>
|
|
4240
4276
|
</h4>
|
|
4241
|
-
<div id="
|
|
4277
|
+
<div id="nW6jVrCCVa3O4m7xwOt94" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4242
4278
|
<pre style="
|
|
4243
4279
|
--line-digits: 2;
|
|
4244
4280
|
--line-number-start: -1;
|
|
@@ -4270,7 +4306,7 @@ blockquote.t-editor__quote > * {
|
|
|
4270
4306
|
<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
4307
|
</svg></button>
|
|
4272
4308
|
</h4>
|
|
4273
|
-
<div id="
|
|
4309
|
+
<div id="ERWCUmo8zIEbalzhKPA8X" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4274
4310
|
<pre style="
|
|
4275
4311
|
--line-digits: 2;
|
|
4276
4312
|
--line-number-start: -1;
|
|
@@ -4301,7 +4337,7 @@ blockquote.t-editor__quote > * {
|
|
|
4301
4337
|
<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
4338
|
</svg></button>
|
|
4303
4339
|
</h4>
|
|
4304
|
-
<div id="
|
|
4340
|
+
<div id="RAfr3bQ4Ynj82z3mp1LOB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4305
4341
|
<pre style="
|
|
4306
4342
|
--line-digits: 2;
|
|
4307
4343
|
--line-number-start: -1;
|
|
@@ -4334,7 +4370,7 @@ blockquote.t-editor__quote > * {
|
|
|
4334
4370
|
<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
4371
|
</svg></button>
|
|
4336
4372
|
</h4>
|
|
4337
|
-
<div id="
|
|
4373
|
+
<div id="DK5Bnf7ZWA6WvoS13pnqX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4338
4374
|
<pre style="
|
|
4339
4375
|
--line-digits: 2;
|
|
4340
4376
|
--line-number-start: -1;
|
|
@@ -4367,7 +4403,7 @@ blockquote.t-editor__quote > * {
|
|
|
4367
4403
|
<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
4404
|
</svg></button>
|
|
4369
4405
|
</h4>
|
|
4370
|
-
<div id="
|
|
4406
|
+
<div id="SMeBRWM3A4o7XQv6HhEoD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4371
4407
|
<pre style="
|
|
4372
4408
|
--line-digits: 2;
|
|
4373
4409
|
--line-number-start: -1;
|
|
@@ -4398,7 +4434,7 @@ blockquote.t-editor__quote > * {
|
|
|
4398
4434
|
<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
4435
|
</svg></button>
|
|
4400
4436
|
</h4>
|
|
4401
|
-
<div id="
|
|
4437
|
+
<div id="32JBm3VMuErKPswI28VF5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4402
4438
|
<pre style="
|
|
4403
4439
|
--line-digits: 2;
|
|
4404
4440
|
--line-number-start: -1;
|
|
@@ -4428,7 +4464,7 @@ blockquote.t-editor__quote > * {
|
|
|
4428
4464
|
<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
4465
|
</svg></button>
|
|
4430
4466
|
</h4>
|
|
4431
|
-
<div id="
|
|
4467
|
+
<div id="rOmz3WkCzBReUSBQb2I9E" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4432
4468
|
<pre style="
|
|
4433
4469
|
--line-digits: 2;
|
|
4434
4470
|
--line-number-start: -1;
|
|
@@ -4457,7 +4493,7 @@ blockquote.t-editor__quote > * {
|
|
|
4457
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>
|
|
4458
4494
|
</svg></button>
|
|
4459
4495
|
</h4>
|
|
4460
|
-
<div id="
|
|
4496
|
+
<div id="sQ8m4zevvYdLNXWCE6zjn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4461
4497
|
<pre style="
|
|
4462
4498
|
--line-digits: 2;
|
|
4463
4499
|
--line-number-start: -1;
|
|
@@ -4488,7 +4524,7 @@ blockquote.t-editor__quote > * {
|
|
|
4488
4524
|
<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
4525
|
</svg></button>
|
|
4490
4526
|
</h4>
|
|
4491
|
-
<div id="
|
|
4527
|
+
<div id="igiiJHrjvIrOIja2TqDEJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4492
4528
|
<pre style="
|
|
4493
4529
|
--line-digits: 2;
|
|
4494
4530
|
--line-number-start: -1;
|
|
@@ -4519,7 +4555,7 @@ blockquote.t-editor__quote > * {
|
|
|
4519
4555
|
<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
4556
|
</svg></button>
|
|
4521
4557
|
</h3>
|
|
4522
|
-
<div id="
|
|
4558
|
+
<div id="j71Q0YSYKA3mcBVHbgLqe" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4523
4559
|
<pre style="
|
|
4524
4560
|
--line-digits: 2;
|
|
4525
4561
|
--line-number-start: -1;
|
|
@@ -4555,7 +4591,7 @@ blockquote.t-editor__quote > * {
|
|
|
4555
4591
|
<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
4592
|
</svg></button>
|
|
4557
4593
|
</h4>
|
|
4558
|
-
<div id="
|
|
4594
|
+
<div id="V5IHUOdxMU3dRo6Jj10GD" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4559
4595
|
<pre style="
|
|
4560
4596
|
--line-digits: 2;
|
|
4561
4597
|
--line-number-start: -1;
|
|
@@ -4584,7 +4620,7 @@ blockquote.t-editor__quote > * {
|
|
|
4584
4620
|
<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
4621
|
</svg></button>
|
|
4586
4622
|
</h4>
|
|
4587
|
-
<div id="
|
|
4623
|
+
<div id="J2dEigbZBu7fYSLtAQf8Z" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4588
4624
|
<pre style="
|
|
4589
4625
|
--line-digits: 2;
|
|
4590
4626
|
--line-number-start: -1;
|
|
@@ -4614,7 +4650,7 @@ blockquote.t-editor__quote > * {
|
|
|
4614
4650
|
<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
4651
|
</svg></button>
|
|
4616
4652
|
</h4>
|
|
4617
|
-
<div id="
|
|
4653
|
+
<div id="x6vx1NAXjfBrgA0Bth012" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4618
4654
|
<pre style="
|
|
4619
4655
|
--line-digits: 2;
|
|
4620
4656
|
--line-number-start: -1;
|
|
@@ -4643,7 +4679,7 @@ blockquote.t-editor__quote > * {
|
|
|
4643
4679
|
<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
4680
|
</svg></button>
|
|
4645
4681
|
</h4>
|
|
4646
|
-
<div id="
|
|
4682
|
+
<div id="EULVdGI3WcOn8FK8eaxnE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4647
4683
|
<pre style="
|
|
4648
4684
|
--line-digits: 2;
|
|
4649
4685
|
--line-number-start: -1;
|
|
@@ -4678,7 +4714,7 @@ blockquote.t-editor__quote > * {
|
|
|
4678
4714
|
<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
4715
|
</svg></button>
|
|
4680
4716
|
</h4>
|
|
4681
|
-
<div id="
|
|
4717
|
+
<div id="fX2wEUSzjFIcm5gPcFEmR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4682
4718
|
<pre style="
|
|
4683
4719
|
--line-digits: 2;
|
|
4684
4720
|
--line-number-start: -1;
|
|
@@ -4709,7 +4745,7 @@ blockquote.t-editor__quote > * {
|
|
|
4709
4745
|
<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
4746
|
</svg></button>
|
|
4711
4747
|
</h4>
|
|
4712
|
-
<div id="
|
|
4748
|
+
<div id="EOdNBx7Nm5CvDHAkqnGJF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4713
4749
|
<pre style="
|
|
4714
4750
|
--line-digits: 2;
|
|
4715
4751
|
--line-number-start: -1;
|
|
@@ -4739,7 +4775,7 @@ blockquote.t-editor__quote > * {
|
|
|
4739
4775
|
<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
4776
|
</svg></button>
|
|
4741
4777
|
</h3>
|
|
4742
|
-
<div id="
|
|
4778
|
+
<div id="vqhaDPaDwMvIEUdZzRGLh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4743
4779
|
<pre style="
|
|
4744
4780
|
--line-digits: 2;
|
|
4745
4781
|
--line-number-start: -1;
|
|
@@ -4774,7 +4810,7 @@ blockquote.t-editor__quote > * {
|
|
|
4774
4810
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4775
4811
|
</svg></button>
|
|
4776
4812
|
</h4>
|
|
4777
|
-
<div id="
|
|
4813
|
+
<div id="H2mb3PKDHFkQIC8jGbIG1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4778
4814
|
<pre style="
|
|
4779
4815
|
--line-digits: 2;
|
|
4780
4816
|
--line-number-start: -1;
|
|
@@ -4814,7 +4850,7 @@ blockquote.t-editor__quote > * {
|
|
|
4814
4850
|
<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
4851
|
</svg></button>
|
|
4816
4852
|
</h4>
|
|
4817
|
-
<div id="
|
|
4853
|
+
<div id="EQzyf4ERzMuA7PLIFc5Dx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4818
4854
|
<pre style="
|
|
4819
4855
|
--line-digits: 2;
|
|
4820
4856
|
--line-number-start: -1;
|
|
@@ -4847,7 +4883,7 @@ blockquote.t-editor__quote > * {
|
|
|
4847
4883
|
<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
4884
|
</svg></button>
|
|
4849
4885
|
</h4>
|
|
4850
|
-
<div id="
|
|
4886
|
+
<div id="2u6rzLkeeu0L3vv5cj0Vs" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4851
4887
|
<pre style="
|
|
4852
4888
|
--line-digits: 2;
|
|
4853
4889
|
--line-number-start: -1;
|
|
@@ -4878,7 +4914,7 @@ blockquote.t-editor__quote > * {
|
|
|
4878
4914
|
<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
4915
|
</svg></button>
|
|
4880
4916
|
</h4>
|
|
4881
|
-
<div id="
|
|
4917
|
+
<div id="9rlzFTKYEAdLNau3qAMYN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4882
4918
|
<pre style="
|
|
4883
4919
|
--line-digits: 2;
|
|
4884
4920
|
--line-number-start: -1;
|
|
@@ -4906,7 +4942,7 @@ blockquote.t-editor__quote > * {
|
|
|
4906
4942
|
<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
4943
|
</svg></button>
|
|
4908
4944
|
</h4>
|
|
4909
|
-
<div id="
|
|
4945
|
+
<div id="OGk4kFei8NmNF65eISkAp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4910
4946
|
<pre style="
|
|
4911
4947
|
--line-digits: 2;
|
|
4912
4948
|
--line-number-start: -1;
|
|
@@ -4940,7 +4976,7 @@ blockquote.t-editor__quote > * {
|
|
|
4940
4976
|
<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
4977
|
</svg></button>
|
|
4942
4978
|
</h3>
|
|
4943
|
-
<div id="
|
|
4979
|
+
<div id="4rbp5NBYTyIVKY4zzRlEB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4944
4980
|
<pre style="
|
|
4945
4981
|
--line-digits: 2;
|
|
4946
4982
|
--line-number-start: -1;
|
|
@@ -4972,7 +5008,7 @@ blockquote.t-editor__quote > * {
|
|
|
4972
5008
|
<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
5009
|
</svg></button>
|
|
4974
5010
|
</h4>
|
|
4975
|
-
<div id="
|
|
5011
|
+
<div id="FIzyVta7WcfPQvVV9aSB2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4976
5012
|
<pre style="
|
|
4977
5013
|
--line-digits: 2;
|
|
4978
5014
|
--line-number-start: -1;
|
|
@@ -4999,7 +5035,7 @@ blockquote.t-editor__quote > * {
|
|
|
4999
5035
|
<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
5036
|
</svg></button>
|
|
5001
5037
|
</h4>
|
|
5002
|
-
<div id="
|
|
5038
|
+
<div id="EMwpIKK7GokUaGVAYVcgB" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5003
5039
|
<pre style="
|
|
5004
5040
|
--line-digits: 2;
|
|
5005
5041
|
--line-number-start: -1;
|
|
@@ -5027,7 +5063,7 @@ blockquote.t-editor__quote > * {
|
|
|
5027
5063
|
<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
5064
|
</svg></button>
|
|
5029
5065
|
</h3>
|
|
5030
|
-
<div id="
|
|
5066
|
+
<div id="M2p5bDlqCfDopevL0tw7J" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5031
5067
|
<pre style="
|
|
5032
5068
|
--line-digits: 2;
|
|
5033
5069
|
--line-number-start: -1;
|
|
@@ -5062,7 +5098,7 @@ blockquote.t-editor__quote > * {
|
|
|
5062
5098
|
<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
5099
|
</svg></button>
|
|
5064
5100
|
</h4>
|
|
5065
|
-
<div id="
|
|
5101
|
+
<div id="VJQ177vhfPkmZzsgd6jWw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5066
5102
|
<pre style="
|
|
5067
5103
|
--line-digits: 2;
|
|
5068
5104
|
--line-number-start: -1;
|
|
@@ -5090,7 +5126,7 @@ blockquote.t-editor__quote > * {
|
|
|
5090
5126
|
<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
5127
|
</svg></button>
|
|
5092
5128
|
</h4>
|
|
5093
|
-
<div id="
|
|
5129
|
+
<div id="cmnBOHGeMza2PYNakogzP" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5094
5130
|
<pre style="
|
|
5095
5131
|
--line-digits: 2;
|
|
5096
5132
|
--line-number-start: -1;
|
|
@@ -5101,7 +5137,7 @@ blockquote.t-editor__quote > * {
|
|
|
5101
5137
|
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
5102
5138
|
<span class="t-code__line" data-line-number="5"> -a, --api <api> Registry API slug</span>
|
|
5103
5139
|
<span class="t-code__line" data-line-number="6"> -n, --namespace <namespace> Team namespace</span>
|
|
5104
|
-
<span class="t-code__line" data-line-number="7"> -l, --language <language> Language of your SDK (choices: "typescript", "python", "csharp", "java", "ruby", "php", "go")</span>
|
|
5140
|
+
<span class="t-code__line" data-line-number="7"> -l, --language <language> Language of your SDK (choices: "typescript", "python", "csharp", "java", "ruby", "php", "go", "rust", "kotlin", "swift", "cpp", "dart")</span>
|
|
5105
5141
|
<span class="t-code__line" data-line-number="8"> -h, --help display help for command</span>
|
|
5106
5142
|
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
5107
5143
|
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
@@ -5120,7 +5156,7 @@ blockquote.t-editor__quote > * {
|
|
|
5120
5156
|
<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
5157
|
</svg></button>
|
|
5122
5158
|
</h4>
|
|
5123
|
-
<div id="
|
|
5159
|
+
<div id="31bFClRj6x6sGw2yPqvSK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5124
5160
|
<pre style="
|
|
5125
5161
|
--line-digits: 2;
|
|
5126
5162
|
--line-number-start: -1;
|
|
@@ -5151,7 +5187,7 @@ blockquote.t-editor__quote > * {
|
|
|
5151
5187
|
<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
5188
|
</svg></button>
|
|
5153
5189
|
</h4>
|
|
5154
|
-
<div id="
|
|
5190
|
+
<div id="cIJuR6UREWdF1aHtErw9J" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5155
5191
|
<pre style="
|
|
5156
5192
|
--line-digits: 2;
|
|
5157
5193
|
--line-number-start: -1;
|
|
@@ -5180,7 +5216,7 @@ blockquote.t-editor__quote > * {
|
|
|
5180
5216
|
<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
5217
|
</svg></button>
|
|
5182
5218
|
</h4>
|
|
5183
|
-
<div id="
|
|
5219
|
+
<div id="KIcEqBaRLh4Rftt9tMu6p" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5184
5220
|
<pre style="
|
|
5185
5221
|
--line-digits: 2;
|
|
5186
5222
|
--line-number-start: -1;
|
|
@@ -5210,7 +5246,7 @@ blockquote.t-editor__quote > * {
|
|
|
5210
5246
|
<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
5247
|
</svg></button>
|
|
5212
5248
|
</h3>
|
|
5213
|
-
<div id="
|
|
5249
|
+
<div id="m3PNvuSClMuVKLxHMbXK7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5214
5250
|
<pre style="
|
|
5215
5251
|
--line-digits: 2;
|
|
5216
5252
|
--line-number-start: -1;
|
|
@@ -5244,7 +5280,7 @@ blockquote.t-editor__quote > * {
|
|
|
5244
5280
|
<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
5281
|
</svg></button>
|
|
5246
5282
|
</h4>
|
|
5247
|
-
<div id="
|
|
5283
|
+
<div id="2NfHTtZM7V4Mtv5q5zUSf" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5248
5284
|
<pre style="
|
|
5249
5285
|
--line-digits: 2;
|
|
5250
5286
|
--line-number-start: -1;
|
|
@@ -5273,7 +5309,7 @@ blockquote.t-editor__quote > * {
|
|
|
5273
5309
|
<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
5310
|
</svg></button>
|
|
5275
5311
|
</h4>
|
|
5276
|
-
<div id="
|
|
5312
|
+
<div id="fylRJgQ7ULrIgXq9CfqFl" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5277
5313
|
<pre style="
|
|
5278
5314
|
--line-digits: 2;
|
|
5279
5315
|
--line-number-start: -1;
|
|
@@ -5305,7 +5341,7 @@ blockquote.t-editor__quote > * {
|
|
|
5305
5341
|
<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
5342
|
</svg></button>
|
|
5307
5343
|
</h4>
|
|
5308
|
-
<div id="
|
|
5344
|
+
<div id="0TGZYN9NjtXuvAvilyHHv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5309
5345
|
<pre style="
|
|
5310
5346
|
--line-digits: 2;
|
|
5311
5347
|
--line-number-start: -1;
|
|
@@ -5333,7 +5369,7 @@ blockquote.t-editor__quote > * {
|
|
|
5333
5369
|
<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
5370
|
</svg></button>
|
|
5335
5371
|
</h4>
|
|
5336
|
-
<div id="
|
|
5372
|
+
<div id="Kx5aSojNn87EWZwCo8NpQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5337
5373
|
<pre style="
|
|
5338
5374
|
--line-digits: 2;
|
|
5339
5375
|
--line-number-start: -1;
|
|
@@ -5373,7 +5409,7 @@ blockquote.t-editor__quote > * {
|
|
|
5373
5409
|
</svg></button>
|
|
5374
5410
|
</h2>
|
|
5375
5411
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5376
|
-
<div id="
|
|
5412
|
+
<div id="9FI7D00Muu5ram3dk6WU9" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5377
5413
|
<pre style="
|
|
5378
5414
|
--line-digits: 2;
|
|
5379
5415
|
--line-number-start: -1;
|
|
@@ -5420,7 +5456,7 @@ blockquote.t-editor__quote > * {
|
|
|
5420
5456
|
</svg></button>
|
|
5421
5457
|
</h2>
|
|
5422
5458
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5423
|
-
<div id="
|
|
5459
|
+
<div id="56WBvHaL2Oy8UgA7tbg17" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5424
5460
|
<pre style="
|
|
5425
5461
|
--line-digits: 2;
|
|
5426
5462
|
--line-number-start: -1;
|
|
@@ -5435,7 +5471,7 @@ blockquote.t-editor__quote > * {
|
|
|
5435
5471
|
</svg></button>
|
|
5436
5472
|
</div>
|
|
5437
5473
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5438
|
-
<div id="
|
|
5474
|
+
<div id="Yuutjixj33xgAI0vtvqse" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5439
5475
|
<pre style="
|
|
5440
5476
|
--line-digits: 2;
|
|
5441
5477
|
--line-number-start: -1;
|