@scalar/cli 1.9.2 → 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 +166 -111
- package/index.js +1057 -1014
- package/package.json +12 -12
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;
|
|
@@ -934,12 +933,10 @@ body {
|
|
|
934
933
|
}
|
|
935
934
|
.flex-col {
|
|
936
935
|
display: flex;
|
|
937
|
-
min-height: 0;
|
|
938
936
|
flex-direction: column;
|
|
939
937
|
}
|
|
940
938
|
.flex-col-reverse {
|
|
941
939
|
display: flex;
|
|
942
|
-
min-height: 0;
|
|
943
940
|
flex-direction: column-reverse;
|
|
944
941
|
}
|
|
945
942
|
.flex-mobile {
|
|
@@ -1896,8 +1893,10 @@ body {
|
|
|
1896
1893
|
display: inline-block;
|
|
1897
1894
|
vertical-align: middle;
|
|
1898
1895
|
}
|
|
1899
|
-
:where(.t-editor__paragraph img) {
|
|
1896
|
+
:where(.t-editor__paragraph img[data-scalar-name=scalar-image]:not([width])) {
|
|
1900
1897
|
width: 1em;
|
|
1898
|
+
}
|
|
1899
|
+
:where(.t-editor__paragraph img[data-scalar-name=scalar-image]:not([height])) {
|
|
1901
1900
|
height: 1em;
|
|
1902
1901
|
}
|
|
1903
1902
|
.t-editor__strike {
|
|
@@ -1941,6 +1940,13 @@ body {
|
|
|
1941
1940
|
font-weight: var(--font-weight, var(--scalar-regular));
|
|
1942
1941
|
font-style: normal;
|
|
1943
1942
|
}
|
|
1943
|
+
.t-editor__fine-print .t-editor__paragraph {
|
|
1944
|
+
color: inherit;
|
|
1945
|
+
font-size: inherit;
|
|
1946
|
+
font-weight: inherit;
|
|
1947
|
+
line-height: inherit;
|
|
1948
|
+
margin: 0;
|
|
1949
|
+
}
|
|
1944
1950
|
|
|
1945
1951
|
/* ../../packages/css/src/guides/text-extensions/heading.css */
|
|
1946
1952
|
.t-editor__heading {
|
|
@@ -2319,7 +2325,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2319
2325
|
border-bottom-right-radius: 0;
|
|
2320
2326
|
border-bottom: 0;
|
|
2321
2327
|
}
|
|
2322
|
-
.t-editor__detail[open] > .t-editor__detail-summary .t-editor__detail-marker > svg {
|
|
2328
|
+
.t-editor__detail[open] > .t-editor__detail-summary .t-editor__detail-marker:not(.t-editor__detail-marker--custom) > svg {
|
|
2323
2329
|
transform: rotate(90deg);
|
|
2324
2330
|
}
|
|
2325
2331
|
|
|
@@ -2888,7 +2894,7 @@ pre.t-code--numbered {
|
|
|
2888
2894
|
}
|
|
2889
2895
|
|
|
2890
2896
|
/* ../../packages/css/src/guides/text-extensions/image.css */
|
|
2891
|
-
.t-editor__image {
|
|
2897
|
+
figure.t-editor__image {
|
|
2892
2898
|
display: flex;
|
|
2893
2899
|
width: fit-content;
|
|
2894
2900
|
margin: auto;
|
|
@@ -2902,14 +2908,17 @@ pre.t-code--numbered {
|
|
|
2902
2908
|
font-style: normal;
|
|
2903
2909
|
margin-top: 8px;
|
|
2904
2910
|
}
|
|
2905
|
-
img.t-editor__image,
|
|
2906
2911
|
.t-editor__image img {
|
|
2907
2912
|
border-radius: var(--scalar-radius);
|
|
2908
|
-
max-width: 100%;
|
|
2909
2913
|
object-fit: contain;
|
|
2910
2914
|
}
|
|
2911
|
-
.t-
|
|
2912
|
-
.t-editor__image
|
|
2915
|
+
.t-editor__paragraph img,
|
|
2916
|
+
.t-editor__image img,
|
|
2917
|
+
img.t-editor__image {
|
|
2918
|
+
max-width: 100%;
|
|
2919
|
+
}
|
|
2920
|
+
figure.t-editor__image.custom-image-size-full,
|
|
2921
|
+
figure.t-editor__image.custom-image-size-full img {
|
|
2913
2922
|
width: 100%;
|
|
2914
2923
|
}
|
|
2915
2924
|
|
|
@@ -2968,58 +2977,79 @@ img.t-editor__image,
|
|
|
2968
2977
|
|
|
2969
2978
|
/* ../../packages/css/src/guides/text-extensions/card.css */
|
|
2970
2979
|
.t-editor__card {
|
|
2971
|
-
--line-height: calc(22 / var(--scalar-small));
|
|
2972
|
-
--scalar-border: var(--scalar-border-width) solid color-mix(in srgb, var(--scalar-color-1), transparent 90%);
|
|
2973
2980
|
display: flex;
|
|
2974
2981
|
gap: var(--scalar-card-inter-element-gap);
|
|
2975
2982
|
padding: var(--scalar-card-padding);
|
|
2976
2983
|
background-color: var(--scalar-background-1);
|
|
2977
2984
|
background-clip: padding-box;
|
|
2978
|
-
border: var(--scalar-border);
|
|
2979
|
-
border-radius: var(--scalar-radius);
|
|
2980
|
-
|
|
2981
|
-
}
|
|
2982
|
-
.t-editor__card svg {
|
|
2983
|
-
height: var(--scalar-card-icon-diameter);
|
|
2984
|
-
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;
|
|
2985
2988
|
}
|
|
2986
2989
|
.t-editor__card .card-content {
|
|
2987
2990
|
display: flex;
|
|
2988
2991
|
flex-direction: column;
|
|
2989
|
-
|
|
2992
|
+
align-items: start;
|
|
2990
2993
|
gap: var(--scalar-card-inter-element-gap);
|
|
2991
2994
|
line-height: var(--line-height);
|
|
2992
2995
|
}
|
|
2993
|
-
.t-editor__card .card-
|
|
2994
|
-
|
|
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);
|
|
2995
3011
|
font-weight: var(--scalar-bold);
|
|
2996
|
-
line-height: var(--line-height);
|
|
2997
3012
|
}
|
|
2998
3013
|
.t-editor__card .t-editor__paragraph {
|
|
2999
|
-
color: var(--scalar-color-2);
|
|
3000
|
-
font-size: var(--scalar-small);
|
|
3001
|
-
font-weight: var(--scalar-regular);
|
|
3002
|
-
line-height: var(--line-height);
|
|
3003
|
-
margin: 0;
|
|
3014
|
+
--font-color: var(--scalar-color-2);
|
|
3004
3015
|
}
|
|
3005
|
-
.t-editor__card .
|
|
3006
|
-
|
|
3016
|
+
.t-editor__card > .t-editor__icon,
|
|
3017
|
+
.t-editor__card .card-content > .t-editor__icon {
|
|
3007
3018
|
display: flex;
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3019
|
+
align-items: center;
|
|
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;
|
|
3024
|
+
}
|
|
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;
|
|
3011
3038
|
}
|
|
3012
3039
|
.t-editor__card.card--has-link {
|
|
3013
3040
|
position: relative;
|
|
3014
3041
|
}
|
|
3042
|
+
.t-editor__card:where(.card--has-link) a {
|
|
3043
|
+
position: relative;
|
|
3044
|
+
z-index: 1;
|
|
3045
|
+
}
|
|
3015
3046
|
.t-editor__card .card-stretched-link {
|
|
3016
3047
|
position: absolute;
|
|
3017
3048
|
inset: 0;
|
|
3018
3049
|
z-index: 0;
|
|
3019
3050
|
}
|
|
3020
|
-
.t-editor__card.card--has-link
|
|
3021
|
-
|
|
3022
|
-
z-index: 1;
|
|
3051
|
+
.t-editor__card.card--has-link:has(.card-stretched-link:hover) {
|
|
3052
|
+
background-color: var(--scalar-background-2);
|
|
3023
3053
|
}
|
|
3024
3054
|
|
|
3025
3055
|
/* ../../packages/css/src/guides/text-extensions/button.css */
|
|
@@ -3039,14 +3069,6 @@ img.t-editor__image,
|
|
|
3039
3069
|
--button-border-color: var(--scalar-button-1);
|
|
3040
3070
|
--button-border-color-hover: var(--scalar-button-1-hover);
|
|
3041
3071
|
}
|
|
3042
|
-
.t-editor__button + .t-editor__button {
|
|
3043
|
-
--button-background: var(--scalar-background-2);
|
|
3044
|
-
--font-color: var(--scalar-color-1);
|
|
3045
|
-
--font-color-hover: var(--scalar-color-1);
|
|
3046
|
-
--button-border-color: var(--button-background);
|
|
3047
|
-
--button-border-color-hover: var(--button-background);
|
|
3048
|
-
--button-background-hover: color-mix( in srgb, var(--scalar-background-3), var(--scalar-background-2) );
|
|
3049
|
-
}
|
|
3050
3072
|
.t-editor__button {
|
|
3051
3073
|
display: flex;
|
|
3052
3074
|
align-items: center;
|
|
@@ -3070,6 +3092,12 @@ img.t-editor__image,
|
|
|
3070
3092
|
color: var(--font-color-hover, var(--scalar-background-1));
|
|
3071
3093
|
border-color: var(--button-border-color-hover);
|
|
3072
3094
|
}
|
|
3095
|
+
.t-editor__button .t-editor__paragraph {
|
|
3096
|
+
color: inherit;
|
|
3097
|
+
font-size: inherit;
|
|
3098
|
+
line-height: inherit;
|
|
3099
|
+
margin: 0;
|
|
3100
|
+
}
|
|
3073
3101
|
.t-editor__button img,
|
|
3074
3102
|
.t-editor__button svg {
|
|
3075
3103
|
width: 16px;
|
|
@@ -3084,6 +3112,15 @@ img.t-editor__image,
|
|
|
3084
3112
|
align-items: center;
|
|
3085
3113
|
justify-content: center;
|
|
3086
3114
|
}
|
|
3115
|
+
.light-mode .t-editor__button.button__secondary,
|
|
3116
|
+
.dark-mode .t-editor__button.button__secondary {
|
|
3117
|
+
--button-background: var(--scalar-background-2);
|
|
3118
|
+
--font-color: var(--scalar-color-1);
|
|
3119
|
+
--font-color-hover: var(--scalar-color-1);
|
|
3120
|
+
--button-border-color: var(--button-background);
|
|
3121
|
+
--button-border-color-hover: var(--button-background);
|
|
3122
|
+
--button-background-hover: color-mix( in srgb, var(--scalar-background-3), var(--scalar-background-2) );
|
|
3123
|
+
}
|
|
3087
3124
|
|
|
3088
3125
|
/* ../../packages/css/src/guides/text-extensions/callout.css */
|
|
3089
3126
|
.dark-mode .t-editor__callout,
|
|
@@ -3185,6 +3222,11 @@ img.t-editor__image,
|
|
|
3185
3222
|
}
|
|
3186
3223
|
|
|
3187
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
|
+
}
|
|
3188
3230
|
span.t-editor__icon {
|
|
3189
3231
|
display: contents;
|
|
3190
3232
|
}
|
|
@@ -3366,7 +3408,9 @@ blockquote.t-editor__quote > * {
|
|
|
3366
3408
|
}
|
|
3367
3409
|
.t-editor__row {
|
|
3368
3410
|
border-radius: var(--scalar-radius);
|
|
3369
|
-
|
|
3411
|
+
}
|
|
3412
|
+
.t-editor__row + .t-editor__row {
|
|
3413
|
+
margin-top: var(--scalar-row-gap, 16px);
|
|
3370
3414
|
}
|
|
3371
3415
|
.t-editor__row .row {
|
|
3372
3416
|
display: flex;
|
|
@@ -3389,7 +3433,7 @@ blockquote.t-editor__quote > * {
|
|
|
3389
3433
|
.t-editor__row .row.t-editor__grid.t-editor__column-4 {
|
|
3390
3434
|
grid-template-columns: repeat(4, 1fr);
|
|
3391
3435
|
}
|
|
3392
|
-
.t-editor__row .row > *:not(.t-editor__card) {
|
|
3436
|
+
.t-editor__row .row > *:not(.t-editor__card, .t-editor__row, .t-editor__button) {
|
|
3393
3437
|
display: flex;
|
|
3394
3438
|
align-items: center;
|
|
3395
3439
|
flex: 1 1 0%;
|
|
@@ -3398,11 +3442,17 @@ blockquote.t-editor__quote > * {
|
|
|
3398
3442
|
}
|
|
3399
3443
|
.t-editor__row .row > .t-editor__card {
|
|
3400
3444
|
flex: 1 1 0%;
|
|
3445
|
+
margin: 0;
|
|
3401
3446
|
min-width: 0;
|
|
3402
3447
|
}
|
|
3403
|
-
.t-
|
|
3404
|
-
|
|
3405
|
-
|
|
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;
|
|
3406
3456
|
}
|
|
3407
3457
|
|
|
3408
3458
|
/* ../../packages/css/src/guides/text-extensions/index.css */
|
|
@@ -3673,7 +3723,12 @@ blockquote.t-editor__quote > * {
|
|
|
3673
3723
|
<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>
|
|
3674
3724
|
</svg></button>
|
|
3675
3725
|
</h1>
|
|
3676
|
-
<p class="t-editor__paragraph"
|
|
3726
|
+
<p class="t-editor__paragraph">
|
|
3727
|
+
<a href="https://www.npmjs.com/package/@scalar/cli" class="t-editor__anchor"><img src="https://img.shields.io/npm/v/%40scalar/cli" alt="Version" class="t-editor__image"></a>
|
|
3728
|
+
<a href="https://www.npmjs.com/package/@scalar/cli" class="t-editor__anchor"><img src="https://img.shields.io/npm/dm/%40scalar/cli" alt="Downloads" class="t-editor__image"></a>
|
|
3729
|
+
<a href="https://www.npmjs.com/package/@scalar/cli" class="t-editor__anchor"><img src="https://img.shields.io/npm/l/%40scalar%2Fapi-reference" alt="License" class="t-editor__image"></a>
|
|
3730
|
+
<a href="https://discord.gg/scalar" class="t-editor__anchor"><img src="https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2" alt="Discord" class="t-editor__image"></a>
|
|
3731
|
+
</p>
|
|
3677
3732
|
<p class="t-editor__paragraph">Command-line interface to work with OpenAPI files</p>
|
|
3678
3733
|
<h2 id="features" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="2" data-scalar-type="heading">
|
|
3679
3734
|
Features
|
|
@@ -3710,7 +3765,7 @@ blockquote.t-editor__quote > * {
|
|
|
3710
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>
|
|
3711
3766
|
</svg></button>
|
|
3712
3767
|
</h2>
|
|
3713
|
-
<div id="
|
|
3768
|
+
<div id="yhuV4QI2UkT965h3XvqIr" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3714
3769
|
<pre style="
|
|
3715
3770
|
--line-digits: 2;
|
|
3716
3771
|
--line-number-start: -1;
|
|
@@ -3733,7 +3788,7 @@ blockquote.t-editor__quote > * {
|
|
|
3733
3788
|
</svg></button>
|
|
3734
3789
|
</h2>
|
|
3735
3790
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3736
|
-
<div id="
|
|
3791
|
+
<div id="EoeAyaFgDD4HLwCKUihIM" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3737
3792
|
<pre style="
|
|
3738
3793
|
--line-digits: 2;
|
|
3739
3794
|
--line-number-start: -1;
|
|
@@ -3757,7 +3812,7 @@ blockquote.t-editor__quote > * {
|
|
|
3757
3812
|
</svg></button>
|
|
3758
3813
|
</h3>
|
|
3759
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>
|
|
3760
|
-
<div id="
|
|
3815
|
+
<div id="1TVLF5Wr7YhHGMGrpsPqp" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3761
3816
|
<pre style="
|
|
3762
3817
|
--line-digits: 2;
|
|
3763
3818
|
--line-number-start: -1;
|
|
@@ -3771,7 +3826,7 @@ blockquote.t-editor__quote > * {
|
|
|
3771
3826
|
</svg></button>
|
|
3772
3827
|
</div>
|
|
3773
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>
|
|
3774
|
-
<div id="
|
|
3829
|
+
<div id="cxceptlzEhEeoNhk3lNiI" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3775
3830
|
<pre style="
|
|
3776
3831
|
--line-digits: 2;
|
|
3777
3832
|
--line-number-start: -1;
|
|
@@ -3797,7 +3852,7 @@ blockquote.t-editor__quote > * {
|
|
|
3797
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>
|
|
3798
3853
|
</svg></button>
|
|
3799
3854
|
</h2>
|
|
3800
|
-
<div id="
|
|
3855
|
+
<div id="3GpUWvCH2RReALMqnPkeM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3801
3856
|
<pre style="
|
|
3802
3857
|
--line-digits: 2;
|
|
3803
3858
|
--line-number-start: -1;
|
|
@@ -3837,7 +3892,7 @@ blockquote.t-editor__quote > * {
|
|
|
3837
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>
|
|
3838
3893
|
</svg></button>
|
|
3839
3894
|
</h3>
|
|
3840
|
-
<div id="
|
|
3895
|
+
<div id="jpHAirpA255RzjUQL2hK0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3841
3896
|
<pre style="
|
|
3842
3897
|
--line-digits: 2;
|
|
3843
3898
|
--line-number-start: -1;
|
|
@@ -3867,7 +3922,7 @@ blockquote.t-editor__quote > * {
|
|
|
3867
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>
|
|
3868
3923
|
</svg></button>
|
|
3869
3924
|
</h4>
|
|
3870
|
-
<div id="
|
|
3925
|
+
<div id="yaLlU8kyBmzTsD4PaVN6j" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3871
3926
|
<pre style="
|
|
3872
3927
|
--line-digits: 2;
|
|
3873
3928
|
--line-number-start: -1;
|
|
@@ -3895,7 +3950,7 @@ blockquote.t-editor__quote > * {
|
|
|
3895
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>
|
|
3896
3951
|
</svg></button>
|
|
3897
3952
|
</h3>
|
|
3898
|
-
<div id="
|
|
3953
|
+
<div id="vQatBmYLzs1qK2M4pbHig" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3899
3954
|
<pre style="
|
|
3900
3955
|
--line-digits: 2;
|
|
3901
3956
|
--line-number-start: -1;
|
|
@@ -3922,7 +3977,7 @@ blockquote.t-editor__quote > * {
|
|
|
3922
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>
|
|
3923
3978
|
</svg></button>
|
|
3924
3979
|
</h3>
|
|
3925
|
-
<div id="
|
|
3980
|
+
<div id="nd29rPXhfWu7pdrLHMjNo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3926
3981
|
<pre style="
|
|
3927
3982
|
--line-digits: 2;
|
|
3928
3983
|
--line-number-start: -1;
|
|
@@ -3955,7 +4010,7 @@ blockquote.t-editor__quote > * {
|
|
|
3955
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>
|
|
3956
4011
|
</svg></button>
|
|
3957
4012
|
</h4>
|
|
3958
|
-
<div id="
|
|
4013
|
+
<div id="pdXzyTiuEa3fIUtbVHxlJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3959
4014
|
<pre style="
|
|
3960
4015
|
--line-digits: 2;
|
|
3961
4016
|
--line-number-start: -1;
|
|
@@ -3985,7 +4040,7 @@ blockquote.t-editor__quote > * {
|
|
|
3985
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>
|
|
3986
4041
|
</svg></button>
|
|
3987
4042
|
</h4>
|
|
3988
|
-
<div id="
|
|
4043
|
+
<div id="S3JDpXBRBrTaRBMU11jiH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3989
4044
|
<pre style="
|
|
3990
4045
|
--line-digits: 2;
|
|
3991
4046
|
--line-number-start: -1;
|
|
@@ -4012,7 +4067,7 @@ blockquote.t-editor__quote > * {
|
|
|
4012
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>
|
|
4013
4068
|
</svg></button>
|
|
4014
4069
|
</h4>
|
|
4015
|
-
<div id="
|
|
4070
|
+
<div id="PZo5nfxmoV3qAtWMKcIro" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4016
4071
|
<pre style="
|
|
4017
4072
|
--line-digits: 2;
|
|
4018
4073
|
--line-number-start: -1;
|
|
@@ -4039,7 +4094,7 @@ blockquote.t-editor__quote > * {
|
|
|
4039
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>
|
|
4040
4095
|
</svg></button>
|
|
4041
4096
|
</h3>
|
|
4042
|
-
<div id="
|
|
4097
|
+
<div id="VJhnnh3eKAADKc8FP1H3U" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4043
4098
|
<pre style="
|
|
4044
4099
|
--line-digits: 2;
|
|
4045
4100
|
--line-number-start: -1;
|
|
@@ -4082,7 +4137,7 @@ blockquote.t-editor__quote > * {
|
|
|
4082
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>
|
|
4083
4138
|
</svg></button>
|
|
4084
4139
|
</h4>
|
|
4085
|
-
<div id="
|
|
4140
|
+
<div id="tsVYzh18bCrhYMSEJPHpJ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4086
4141
|
<pre style="
|
|
4087
4142
|
--line-digits: 2;
|
|
4088
4143
|
--line-number-start: -1;
|
|
@@ -4116,7 +4171,7 @@ blockquote.t-editor__quote > * {
|
|
|
4116
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>
|
|
4117
4172
|
</svg></button>
|
|
4118
4173
|
</h4>
|
|
4119
|
-
<div id="
|
|
4174
|
+
<div id="5A1KhLoMhVXeHRFp6Lp8H" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4120
4175
|
<pre style="
|
|
4121
4176
|
--line-digits: 2;
|
|
4122
4177
|
--line-number-start: -1;
|
|
@@ -4147,7 +4202,7 @@ blockquote.t-editor__quote > * {
|
|
|
4147
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>
|
|
4148
4203
|
</svg></button>
|
|
4149
4204
|
</h4>
|
|
4150
|
-
<div id="
|
|
4205
|
+
<div id="otvIbdAv9S6Vwhztfz5MF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4151
4206
|
<pre style="
|
|
4152
4207
|
--line-digits: 2;
|
|
4153
4208
|
--line-number-start: -1;
|
|
@@ -4179,7 +4234,7 @@ blockquote.t-editor__quote > * {
|
|
|
4179
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>
|
|
4180
4235
|
</svg></button>
|
|
4181
4236
|
</h4>
|
|
4182
|
-
<div id="
|
|
4237
|
+
<div id="s0H6wtjjH0XZ3bNhW6iJp" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4183
4238
|
<pre style="
|
|
4184
4239
|
--line-digits: 2;
|
|
4185
4240
|
--line-number-start: -1;
|
|
@@ -4210,7 +4265,7 @@ blockquote.t-editor__quote > * {
|
|
|
4210
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>
|
|
4211
4266
|
</svg></button>
|
|
4212
4267
|
</h4>
|
|
4213
|
-
<div id="
|
|
4268
|
+
<div id="imJFfVc2BJ35G3w3iLjVI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4214
4269
|
<pre style="
|
|
4215
4270
|
--line-digits: 2;
|
|
4216
4271
|
--line-number-start: -1;
|
|
@@ -4242,7 +4297,7 @@ blockquote.t-editor__quote > * {
|
|
|
4242
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>
|
|
4243
4298
|
</svg></button>
|
|
4244
4299
|
</h4>
|
|
4245
|
-
<div id="
|
|
4300
|
+
<div id="8aKpnVcuxhFMo2c1sYiNO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4246
4301
|
<pre style="
|
|
4247
4302
|
--line-digits: 2;
|
|
4248
4303
|
--line-number-start: -1;
|
|
@@ -4273,7 +4328,7 @@ blockquote.t-editor__quote > * {
|
|
|
4273
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>
|
|
4274
4329
|
</svg></button>
|
|
4275
4330
|
</h4>
|
|
4276
|
-
<div id="
|
|
4331
|
+
<div id="0zoNuNZ22ldOWgEEITJFV" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4277
4332
|
<pre style="
|
|
4278
4333
|
--line-digits: 2;
|
|
4279
4334
|
--line-number-start: -1;
|
|
@@ -4306,7 +4361,7 @@ blockquote.t-editor__quote > * {
|
|
|
4306
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>
|
|
4307
4362
|
</svg></button>
|
|
4308
4363
|
</h4>
|
|
4309
|
-
<div id="
|
|
4364
|
+
<div id="id1GQziFd7XcTYlAgvKoE" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4310
4365
|
<pre style="
|
|
4311
4366
|
--line-digits: 2;
|
|
4312
4367
|
--line-number-start: -1;
|
|
@@ -4339,7 +4394,7 @@ blockquote.t-editor__quote > * {
|
|
|
4339
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>
|
|
4340
4395
|
</svg></button>
|
|
4341
4396
|
</h4>
|
|
4342
|
-
<div id="
|
|
4397
|
+
<div id="SKoSrIYWEzsiBImwNenOZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4343
4398
|
<pre style="
|
|
4344
4399
|
--line-digits: 2;
|
|
4345
4400
|
--line-number-start: -1;
|
|
@@ -4370,7 +4425,7 @@ blockquote.t-editor__quote > * {
|
|
|
4370
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>
|
|
4371
4426
|
</svg></button>
|
|
4372
4427
|
</h4>
|
|
4373
|
-
<div id="
|
|
4428
|
+
<div id="KEIHgO1C9uxJ1pHRCH2Pi" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4374
4429
|
<pre style="
|
|
4375
4430
|
--line-digits: 2;
|
|
4376
4431
|
--line-number-start: -1;
|
|
@@ -4400,7 +4455,7 @@ blockquote.t-editor__quote > * {
|
|
|
4400
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>
|
|
4401
4456
|
</svg></button>
|
|
4402
4457
|
</h4>
|
|
4403
|
-
<div id="
|
|
4458
|
+
<div id="5oy8yL6bS5VAKD4bvU9SG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4404
4459
|
<pre style="
|
|
4405
4460
|
--line-digits: 2;
|
|
4406
4461
|
--line-number-start: -1;
|
|
@@ -4429,7 +4484,7 @@ blockquote.t-editor__quote > * {
|
|
|
4429
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>
|
|
4430
4485
|
</svg></button>
|
|
4431
4486
|
</h4>
|
|
4432
|
-
<div id="
|
|
4487
|
+
<div id="cluiaS8E18PGQEC554NQt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4433
4488
|
<pre style="
|
|
4434
4489
|
--line-digits: 2;
|
|
4435
4490
|
--line-number-start: -1;
|
|
@@ -4460,7 +4515,7 @@ blockquote.t-editor__quote > * {
|
|
|
4460
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>
|
|
4461
4516
|
</svg></button>
|
|
4462
4517
|
</h4>
|
|
4463
|
-
<div id="
|
|
4518
|
+
<div id="I54vKevDqkiKLN20RaQYx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4464
4519
|
<pre style="
|
|
4465
4520
|
--line-digits: 2;
|
|
4466
4521
|
--line-number-start: -1;
|
|
@@ -4491,7 +4546,7 @@ blockquote.t-editor__quote > * {
|
|
|
4491
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>
|
|
4492
4547
|
</svg></button>
|
|
4493
4548
|
</h3>
|
|
4494
|
-
<div id="
|
|
4549
|
+
<div id="3K6lMjZf5R81EmkQW4SDQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4495
4550
|
<pre style="
|
|
4496
4551
|
--line-digits: 2;
|
|
4497
4552
|
--line-number-start: -1;
|
|
@@ -4527,7 +4582,7 @@ blockquote.t-editor__quote > * {
|
|
|
4527
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>
|
|
4528
4583
|
</svg></button>
|
|
4529
4584
|
</h4>
|
|
4530
|
-
<div id="
|
|
4585
|
+
<div id="uRdVfHCD1qiJAvWaAwDhQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4531
4586
|
<pre style="
|
|
4532
4587
|
--line-digits: 2;
|
|
4533
4588
|
--line-number-start: -1;
|
|
@@ -4556,7 +4611,7 @@ blockquote.t-editor__quote > * {
|
|
|
4556
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>
|
|
4557
4612
|
</svg></button>
|
|
4558
4613
|
</h4>
|
|
4559
|
-
<div id="
|
|
4614
|
+
<div id="Quz1lwo4JCamYR3CfBWfe" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4560
4615
|
<pre style="
|
|
4561
4616
|
--line-digits: 2;
|
|
4562
4617
|
--line-number-start: -1;
|
|
@@ -4586,7 +4641,7 @@ blockquote.t-editor__quote > * {
|
|
|
4586
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>
|
|
4587
4642
|
</svg></button>
|
|
4588
4643
|
</h4>
|
|
4589
|
-
<div id="
|
|
4644
|
+
<div id="39ZAptFt9K5Gjl4uruQRz" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4590
4645
|
<pre style="
|
|
4591
4646
|
--line-digits: 2;
|
|
4592
4647
|
--line-number-start: -1;
|
|
@@ -4615,7 +4670,7 @@ blockquote.t-editor__quote > * {
|
|
|
4615
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>
|
|
4616
4671
|
</svg></button>
|
|
4617
4672
|
</h4>
|
|
4618
|
-
<div id="
|
|
4673
|
+
<div id="Z8GgHdalMvQ4tBIsahK7W" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4619
4674
|
<pre style="
|
|
4620
4675
|
--line-digits: 2;
|
|
4621
4676
|
--line-number-start: -1;
|
|
@@ -4650,7 +4705,7 @@ blockquote.t-editor__quote > * {
|
|
|
4650
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>
|
|
4651
4706
|
</svg></button>
|
|
4652
4707
|
</h4>
|
|
4653
|
-
<div id="
|
|
4708
|
+
<div id="mSrzGVmjy165BOOeWf5jw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4654
4709
|
<pre style="
|
|
4655
4710
|
--line-digits: 2;
|
|
4656
4711
|
--line-number-start: -1;
|
|
@@ -4681,7 +4736,7 @@ blockquote.t-editor__quote > * {
|
|
|
4681
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>
|
|
4682
4737
|
</svg></button>
|
|
4683
4738
|
</h4>
|
|
4684
|
-
<div id="
|
|
4739
|
+
<div id="pZljCMcgHUiW2LtNpNWFn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4685
4740
|
<pre style="
|
|
4686
4741
|
--line-digits: 2;
|
|
4687
4742
|
--line-number-start: -1;
|
|
@@ -4711,7 +4766,7 @@ blockquote.t-editor__quote > * {
|
|
|
4711
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>
|
|
4712
4767
|
</svg></button>
|
|
4713
4768
|
</h3>
|
|
4714
|
-
<div id="
|
|
4769
|
+
<div id="hZHNWzVKb2YGjA5pLPYg4" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4715
4770
|
<pre style="
|
|
4716
4771
|
--line-digits: 2;
|
|
4717
4772
|
--line-number-start: -1;
|
|
@@ -4746,7 +4801,7 @@ blockquote.t-editor__quote > * {
|
|
|
4746
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>
|
|
4747
4802
|
</svg></button>
|
|
4748
4803
|
</h4>
|
|
4749
|
-
<div id="
|
|
4804
|
+
<div id="rtbWDnx2zaWo3uijN9Bqu" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4750
4805
|
<pre style="
|
|
4751
4806
|
--line-digits: 2;
|
|
4752
4807
|
--line-number-start: -1;
|
|
@@ -4786,7 +4841,7 @@ blockquote.t-editor__quote > * {
|
|
|
4786
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>
|
|
4787
4842
|
</svg></button>
|
|
4788
4843
|
</h4>
|
|
4789
|
-
<div id="
|
|
4844
|
+
<div id="vNp4I9rjgF2bkMLz28bD0" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4790
4845
|
<pre style="
|
|
4791
4846
|
--line-digits: 2;
|
|
4792
4847
|
--line-number-start: -1;
|
|
@@ -4819,7 +4874,7 @@ blockquote.t-editor__quote > * {
|
|
|
4819
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>
|
|
4820
4875
|
</svg></button>
|
|
4821
4876
|
</h4>
|
|
4822
|
-
<div id="
|
|
4877
|
+
<div id="I19qi47FO0IlDgRXyV2RF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4823
4878
|
<pre style="
|
|
4824
4879
|
--line-digits: 2;
|
|
4825
4880
|
--line-number-start: -1;
|
|
@@ -4850,7 +4905,7 @@ blockquote.t-editor__quote > * {
|
|
|
4850
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>
|
|
4851
4906
|
</svg></button>
|
|
4852
4907
|
</h4>
|
|
4853
|
-
<div id="
|
|
4908
|
+
<div id="j1WopNGhJ0slUgDp1Al4P" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4854
4909
|
<pre style="
|
|
4855
4910
|
--line-digits: 2;
|
|
4856
4911
|
--line-number-start: -1;
|
|
@@ -4878,7 +4933,7 @@ blockquote.t-editor__quote > * {
|
|
|
4878
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>
|
|
4879
4934
|
</svg></button>
|
|
4880
4935
|
</h4>
|
|
4881
|
-
<div id="
|
|
4936
|
+
<div id="lMwpQMuyskikW0QwqOhcF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4882
4937
|
<pre style="
|
|
4883
4938
|
--line-digits: 2;
|
|
4884
4939
|
--line-number-start: -1;
|
|
@@ -4912,7 +4967,7 @@ blockquote.t-editor__quote > * {
|
|
|
4912
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>
|
|
4913
4968
|
</svg></button>
|
|
4914
4969
|
</h3>
|
|
4915
|
-
<div id="
|
|
4970
|
+
<div id="9yyDG08Gmkomg1HjpqWSL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4916
4971
|
<pre style="
|
|
4917
4972
|
--line-digits: 2;
|
|
4918
4973
|
--line-number-start: -1;
|
|
@@ -4944,7 +4999,7 @@ blockquote.t-editor__quote > * {
|
|
|
4944
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>
|
|
4945
5000
|
</svg></button>
|
|
4946
5001
|
</h4>
|
|
4947
|
-
<div id="
|
|
5002
|
+
<div id="dXWZJkXpjQ9lrzR57aBGM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4948
5003
|
<pre style="
|
|
4949
5004
|
--line-digits: 2;
|
|
4950
5005
|
--line-number-start: -1;
|
|
@@ -4971,7 +5026,7 @@ blockquote.t-editor__quote > * {
|
|
|
4971
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>
|
|
4972
5027
|
</svg></button>
|
|
4973
5028
|
</h4>
|
|
4974
|
-
<div id="
|
|
5029
|
+
<div id="vQJD8P0ZDhC7s2H97NWJc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4975
5030
|
<pre style="
|
|
4976
5031
|
--line-digits: 2;
|
|
4977
5032
|
--line-number-start: -1;
|
|
@@ -4999,7 +5054,7 @@ blockquote.t-editor__quote > * {
|
|
|
4999
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>
|
|
5000
5055
|
</svg></button>
|
|
5001
5056
|
</h3>
|
|
5002
|
-
<div id="
|
|
5057
|
+
<div id="jlx0bfDMZJiNUj8g7tX3j" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5003
5058
|
<pre style="
|
|
5004
5059
|
--line-digits: 2;
|
|
5005
5060
|
--line-number-start: -1;
|
|
@@ -5034,7 +5089,7 @@ blockquote.t-editor__quote > * {
|
|
|
5034
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>
|
|
5035
5090
|
</svg></button>
|
|
5036
5091
|
</h4>
|
|
5037
|
-
<div id="
|
|
5092
|
+
<div id="ZIEPbQroI366xtNUNrEzv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5038
5093
|
<pre style="
|
|
5039
5094
|
--line-digits: 2;
|
|
5040
5095
|
--line-number-start: -1;
|
|
@@ -5062,7 +5117,7 @@ blockquote.t-editor__quote > * {
|
|
|
5062
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>
|
|
5063
5118
|
</svg></button>
|
|
5064
5119
|
</h4>
|
|
5065
|
-
<div id="
|
|
5120
|
+
<div id="aZ2cPFWORvzqEWLN8am4f" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5066
5121
|
<pre style="
|
|
5067
5122
|
--line-digits: 2;
|
|
5068
5123
|
--line-number-start: -1;
|
|
@@ -5092,7 +5147,7 @@ blockquote.t-editor__quote > * {
|
|
|
5092
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>
|
|
5093
5148
|
</svg></button>
|
|
5094
5149
|
</h4>
|
|
5095
|
-
<div id="
|
|
5150
|
+
<div id="lU9LBiuZnvTK6iI3gx29o" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5096
5151
|
<pre style="
|
|
5097
5152
|
--line-digits: 2;
|
|
5098
5153
|
--line-number-start: -1;
|
|
@@ -5123,7 +5178,7 @@ blockquote.t-editor__quote > * {
|
|
|
5123
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>
|
|
5124
5179
|
</svg></button>
|
|
5125
5180
|
</h4>
|
|
5126
|
-
<div id="
|
|
5181
|
+
<div id="L8ru2zP0oXkgNZhzDDSFj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5127
5182
|
<pre style="
|
|
5128
5183
|
--line-digits: 2;
|
|
5129
5184
|
--line-number-start: -1;
|
|
@@ -5152,7 +5207,7 @@ blockquote.t-editor__quote > * {
|
|
|
5152
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>
|
|
5153
5208
|
</svg></button>
|
|
5154
5209
|
</h4>
|
|
5155
|
-
<div id="
|
|
5210
|
+
<div id="QK0N4LqEzqFlsuOPU7KGR" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5156
5211
|
<pre style="
|
|
5157
5212
|
--line-digits: 2;
|
|
5158
5213
|
--line-number-start: -1;
|
|
@@ -5182,7 +5237,7 @@ blockquote.t-editor__quote > * {
|
|
|
5182
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>
|
|
5183
5238
|
</svg></button>
|
|
5184
5239
|
</h3>
|
|
5185
|
-
<div id="
|
|
5240
|
+
<div id="vuFEBq6XCOXz8c2R1UGVo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5186
5241
|
<pre style="
|
|
5187
5242
|
--line-digits: 2;
|
|
5188
5243
|
--line-number-start: -1;
|
|
@@ -5216,7 +5271,7 @@ blockquote.t-editor__quote > * {
|
|
|
5216
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>
|
|
5217
5272
|
</svg></button>
|
|
5218
5273
|
</h4>
|
|
5219
|
-
<div id="
|
|
5274
|
+
<div id="wRNP1wPttK1gEBuTgtEYC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5220
5275
|
<pre style="
|
|
5221
5276
|
--line-digits: 2;
|
|
5222
5277
|
--line-number-start: -1;
|
|
@@ -5245,7 +5300,7 @@ blockquote.t-editor__quote > * {
|
|
|
5245
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>
|
|
5246
5301
|
</svg></button>
|
|
5247
5302
|
</h4>
|
|
5248
|
-
<div id="
|
|
5303
|
+
<div id="3r2PSg4OE1Mn2cclT9Pjk" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5249
5304
|
<pre style="
|
|
5250
5305
|
--line-digits: 2;
|
|
5251
5306
|
--line-number-start: -1;
|
|
@@ -5277,7 +5332,7 @@ blockquote.t-editor__quote > * {
|
|
|
5277
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>
|
|
5278
5333
|
</svg></button>
|
|
5279
5334
|
</h4>
|
|
5280
|
-
<div id="
|
|
5335
|
+
<div id="ahByguvtkgKns4ghHXXw8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5281
5336
|
<pre style="
|
|
5282
5337
|
--line-digits: 2;
|
|
5283
5338
|
--line-number-start: -1;
|
|
@@ -5305,7 +5360,7 @@ blockquote.t-editor__quote > * {
|
|
|
5305
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>
|
|
5306
5361
|
</svg></button>
|
|
5307
5362
|
</h4>
|
|
5308
|
-
<div id="
|
|
5363
|
+
<div id="iUErbnsvnAoqasU0lmDDg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5309
5364
|
<pre style="
|
|
5310
5365
|
--line-digits: 2;
|
|
5311
5366
|
--line-number-start: -1;
|
|
@@ -5345,7 +5400,7 @@ blockquote.t-editor__quote > * {
|
|
|
5345
5400
|
</svg></button>
|
|
5346
5401
|
</h2>
|
|
5347
5402
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5348
|
-
<div id="
|
|
5403
|
+
<div id="BlED0VhUriQ55xAE1ipKl" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5349
5404
|
<pre style="
|
|
5350
5405
|
--line-digits: 2;
|
|
5351
5406
|
--line-number-start: -1;
|
|
@@ -5392,7 +5447,7 @@ blockquote.t-editor__quote > * {
|
|
|
5392
5447
|
</svg></button>
|
|
5393
5448
|
</h2>
|
|
5394
5449
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5395
|
-
<div id="
|
|
5450
|
+
<div id="IU0peDm9VaSdGdmdHq6ln" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5396
5451
|
<pre style="
|
|
5397
5452
|
--line-digits: 2;
|
|
5398
5453
|
--line-number-start: -1;
|
|
@@ -5407,7 +5462,7 @@ blockquote.t-editor__quote > * {
|
|
|
5407
5462
|
</svg></button>
|
|
5408
5463
|
</div>
|
|
5409
5464
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5410
|
-
<div id="
|
|
5465
|
+
<div id="W4XLpfAcc12RhMxNrtCcF" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5411
5466
|
<pre style="
|
|
5412
5467
|
--line-digits: 2;
|
|
5413
5468
|
--line-number-start: -1;
|