@scalar/cli 1.9.1 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs.html +102 -74
- package/index.js +1009 -275
- package/package.json +11 -11
package/docs.html
CHANGED
|
@@ -934,12 +934,10 @@ body {
|
|
|
934
934
|
}
|
|
935
935
|
.flex-col {
|
|
936
936
|
display: flex;
|
|
937
|
-
min-height: 0;
|
|
938
937
|
flex-direction: column;
|
|
939
938
|
}
|
|
940
939
|
.flex-col-reverse {
|
|
941
940
|
display: flex;
|
|
942
|
-
min-height: 0;
|
|
943
941
|
flex-direction: column-reverse;
|
|
944
942
|
}
|
|
945
943
|
.flex-mobile {
|
|
@@ -1896,8 +1894,10 @@ body {
|
|
|
1896
1894
|
display: inline-block;
|
|
1897
1895
|
vertical-align: middle;
|
|
1898
1896
|
}
|
|
1899
|
-
:where(.t-editor__paragraph img) {
|
|
1897
|
+
:where(.t-editor__paragraph img[data-scalar-name=scalar-image]:not([width])) {
|
|
1900
1898
|
width: 1em;
|
|
1899
|
+
}
|
|
1900
|
+
:where(.t-editor__paragraph img[data-scalar-name=scalar-image]:not([height])) {
|
|
1901
1901
|
height: 1em;
|
|
1902
1902
|
}
|
|
1903
1903
|
.t-editor__strike {
|
|
@@ -1941,6 +1941,13 @@ body {
|
|
|
1941
1941
|
font-weight: var(--font-weight, var(--scalar-regular));
|
|
1942
1942
|
font-style: normal;
|
|
1943
1943
|
}
|
|
1944
|
+
.t-editor__fine-print .t-editor__paragraph {
|
|
1945
|
+
color: inherit;
|
|
1946
|
+
font-size: inherit;
|
|
1947
|
+
font-weight: inherit;
|
|
1948
|
+
line-height: inherit;
|
|
1949
|
+
margin: 0;
|
|
1950
|
+
}
|
|
1944
1951
|
|
|
1945
1952
|
/* ../../packages/css/src/guides/text-extensions/heading.css */
|
|
1946
1953
|
.t-editor__heading {
|
|
@@ -2319,7 +2326,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2319
2326
|
border-bottom-right-radius: 0;
|
|
2320
2327
|
border-bottom: 0;
|
|
2321
2328
|
}
|
|
2322
|
-
.t-editor__detail[open] > .t-editor__detail-summary .t-editor__detail-marker > svg {
|
|
2329
|
+
.t-editor__detail[open] > .t-editor__detail-summary .t-editor__detail-marker:not(.t-editor__detail-marker--custom) > svg {
|
|
2323
2330
|
transform: rotate(90deg);
|
|
2324
2331
|
}
|
|
2325
2332
|
|
|
@@ -2888,7 +2895,7 @@ pre.t-code--numbered {
|
|
|
2888
2895
|
}
|
|
2889
2896
|
|
|
2890
2897
|
/* ../../packages/css/src/guides/text-extensions/image.css */
|
|
2891
|
-
.t-editor__image {
|
|
2898
|
+
figure.t-editor__image {
|
|
2892
2899
|
display: flex;
|
|
2893
2900
|
width: fit-content;
|
|
2894
2901
|
margin: auto;
|
|
@@ -2902,14 +2909,17 @@ pre.t-code--numbered {
|
|
|
2902
2909
|
font-style: normal;
|
|
2903
2910
|
margin-top: 8px;
|
|
2904
2911
|
}
|
|
2905
|
-
img.t-editor__image,
|
|
2906
2912
|
.t-editor__image img {
|
|
2907
2913
|
border-radius: var(--scalar-radius);
|
|
2908
|
-
max-width: 100%;
|
|
2909
2914
|
object-fit: contain;
|
|
2910
2915
|
}
|
|
2911
|
-
.t-
|
|
2912
|
-
.t-editor__image
|
|
2916
|
+
.t-editor__paragraph img,
|
|
2917
|
+
.t-editor__image img,
|
|
2918
|
+
img.t-editor__image {
|
|
2919
|
+
max-width: 100%;
|
|
2920
|
+
}
|
|
2921
|
+
figure.t-editor__image.custom-image-size-full,
|
|
2922
|
+
figure.t-editor__image.custom-image-size-full img {
|
|
2913
2923
|
width: 100%;
|
|
2914
2924
|
}
|
|
2915
2925
|
|
|
@@ -2994,6 +3004,7 @@ img.t-editor__image,
|
|
|
2994
3004
|
font-size: var(--scalar-small);
|
|
2995
3005
|
font-weight: var(--scalar-bold);
|
|
2996
3006
|
line-height: var(--line-height);
|
|
3007
|
+
margin: 0;
|
|
2997
3008
|
}
|
|
2998
3009
|
.t-editor__card .t-editor__paragraph {
|
|
2999
3010
|
color: var(--scalar-color-2);
|
|
@@ -3005,10 +3016,15 @@ img.t-editor__image,
|
|
|
3005
3016
|
.t-editor__card .card-content__icon {
|
|
3006
3017
|
color: var(--scalar-color-1);
|
|
3007
3018
|
display: flex;
|
|
3019
|
+
align-items: center;
|
|
3008
3020
|
font-size: var(--scalar-paragraph);
|
|
3009
3021
|
font-weight: var(--scalar-semibold);
|
|
3010
3022
|
gap: var(--scalar-card-inter-element-gap);
|
|
3011
3023
|
}
|
|
3024
|
+
.t-editor__card:not(:has(> .t-editor__icon)) .card-content__icon {
|
|
3025
|
+
flex-direction: column;
|
|
3026
|
+
align-items: flex-start;
|
|
3027
|
+
}
|
|
3012
3028
|
.t-editor__card.card--has-link {
|
|
3013
3029
|
position: relative;
|
|
3014
3030
|
}
|
|
@@ -3039,14 +3055,6 @@ img.t-editor__image,
|
|
|
3039
3055
|
--button-border-color: var(--scalar-button-1);
|
|
3040
3056
|
--button-border-color-hover: var(--scalar-button-1-hover);
|
|
3041
3057
|
}
|
|
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
3058
|
.t-editor__button {
|
|
3051
3059
|
display: flex;
|
|
3052
3060
|
align-items: center;
|
|
@@ -3070,6 +3078,12 @@ img.t-editor__image,
|
|
|
3070
3078
|
color: var(--font-color-hover, var(--scalar-background-1));
|
|
3071
3079
|
border-color: var(--button-border-color-hover);
|
|
3072
3080
|
}
|
|
3081
|
+
.t-editor__button .t-editor__paragraph {
|
|
3082
|
+
color: inherit;
|
|
3083
|
+
font-size: inherit;
|
|
3084
|
+
line-height: inherit;
|
|
3085
|
+
margin: 0;
|
|
3086
|
+
}
|
|
3073
3087
|
.t-editor__button img,
|
|
3074
3088
|
.t-editor__button svg {
|
|
3075
3089
|
width: 16px;
|
|
@@ -3084,6 +3098,15 @@ img.t-editor__image,
|
|
|
3084
3098
|
align-items: center;
|
|
3085
3099
|
justify-content: center;
|
|
3086
3100
|
}
|
|
3101
|
+
.light-mode .t-editor__button.button__secondary,
|
|
3102
|
+
.dark-mode .t-editor__button.button__secondary {
|
|
3103
|
+
--button-background: var(--scalar-background-2);
|
|
3104
|
+
--font-color: var(--scalar-color-1);
|
|
3105
|
+
--font-color-hover: var(--scalar-color-1);
|
|
3106
|
+
--button-border-color: var(--button-background);
|
|
3107
|
+
--button-border-color-hover: var(--button-background);
|
|
3108
|
+
--button-background-hover: color-mix( in srgb, var(--scalar-background-3), var(--scalar-background-2) );
|
|
3109
|
+
}
|
|
3087
3110
|
|
|
3088
3111
|
/* ../../packages/css/src/guides/text-extensions/callout.css */
|
|
3089
3112
|
.dark-mode .t-editor__callout,
|
|
@@ -3673,7 +3696,12 @@ blockquote.t-editor__quote > * {
|
|
|
3673
3696
|
<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
3697
|
</svg></button>
|
|
3675
3698
|
</h1>
|
|
3676
|
-
<p class="t-editor__paragraph"
|
|
3699
|
+
<p class="t-editor__paragraph">
|
|
3700
|
+
<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>
|
|
3701
|
+
<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>
|
|
3702
|
+
<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>
|
|
3703
|
+
<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>
|
|
3704
|
+
</p>
|
|
3677
3705
|
<p class="t-editor__paragraph">Command-line interface to work with OpenAPI files</p>
|
|
3678
3706
|
<h2 id="features" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="2" data-scalar-type="heading">
|
|
3679
3707
|
Features
|
|
@@ -3710,7 +3738,7 @@ blockquote.t-editor__quote > * {
|
|
|
3710
3738
|
<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
3739
|
</svg></button>
|
|
3712
3740
|
</h2>
|
|
3713
|
-
<div id="
|
|
3741
|
+
<div id="JGJPIEyFbEVQQUx50dUTT" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3714
3742
|
<pre style="
|
|
3715
3743
|
--line-digits: 2;
|
|
3716
3744
|
--line-number-start: -1;
|
|
@@ -3733,7 +3761,7 @@ blockquote.t-editor__quote > * {
|
|
|
3733
3761
|
</svg></button>
|
|
3734
3762
|
</h2>
|
|
3735
3763
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3736
|
-
<div id="
|
|
3764
|
+
<div id="sMi48iWrWouAdfglIipoA" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3737
3765
|
<pre style="
|
|
3738
3766
|
--line-digits: 2;
|
|
3739
3767
|
--line-number-start: -1;
|
|
@@ -3757,7 +3785,7 @@ blockquote.t-editor__quote > * {
|
|
|
3757
3785
|
</svg></button>
|
|
3758
3786
|
</h3>
|
|
3759
3787
|
<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="
|
|
3788
|
+
<div id="fIRXhN82RUWFORQwJW9d6" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3761
3789
|
<pre style="
|
|
3762
3790
|
--line-digits: 2;
|
|
3763
3791
|
--line-number-start: -1;
|
|
@@ -3771,7 +3799,7 @@ blockquote.t-editor__quote > * {
|
|
|
3771
3799
|
</svg></button>
|
|
3772
3800
|
</div>
|
|
3773
3801
|
<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="
|
|
3802
|
+
<div id="SDnIDStqxq3LrJOd77Toq" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3775
3803
|
<pre style="
|
|
3776
3804
|
--line-digits: 2;
|
|
3777
3805
|
--line-number-start: -1;
|
|
@@ -3797,7 +3825,7 @@ blockquote.t-editor__quote > * {
|
|
|
3797
3825
|
<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
3826
|
</svg></button>
|
|
3799
3827
|
</h2>
|
|
3800
|
-
<div id="
|
|
3828
|
+
<div id="WTzhr2HO6ucTLAraIn1bN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3801
3829
|
<pre style="
|
|
3802
3830
|
--line-digits: 2;
|
|
3803
3831
|
--line-number-start: -1;
|
|
@@ -3837,7 +3865,7 @@ blockquote.t-editor__quote > * {
|
|
|
3837
3865
|
<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
3866
|
</svg></button>
|
|
3839
3867
|
</h3>
|
|
3840
|
-
<div id="
|
|
3868
|
+
<div id="t5w4jYEBmG9t34Lvjyy9L" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3841
3869
|
<pre style="
|
|
3842
3870
|
--line-digits: 2;
|
|
3843
3871
|
--line-number-start: -1;
|
|
@@ -3867,7 +3895,7 @@ blockquote.t-editor__quote > * {
|
|
|
3867
3895
|
<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
3896
|
</svg></button>
|
|
3869
3897
|
</h4>
|
|
3870
|
-
<div id="
|
|
3898
|
+
<div id="Fbv0lY1KXSEB1MQuoUin5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3871
3899
|
<pre style="
|
|
3872
3900
|
--line-digits: 2;
|
|
3873
3901
|
--line-number-start: -1;
|
|
@@ -3895,7 +3923,7 @@ blockquote.t-editor__quote > * {
|
|
|
3895
3923
|
<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
3924
|
</svg></button>
|
|
3897
3925
|
</h3>
|
|
3898
|
-
<div id="
|
|
3926
|
+
<div id="2BwhVZLyc1208YgzBXKtC" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3899
3927
|
<pre style="
|
|
3900
3928
|
--line-digits: 2;
|
|
3901
3929
|
--line-number-start: -1;
|
|
@@ -3922,7 +3950,7 @@ blockquote.t-editor__quote > * {
|
|
|
3922
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>
|
|
3923
3951
|
</svg></button>
|
|
3924
3952
|
</h3>
|
|
3925
|
-
<div id="
|
|
3953
|
+
<div id="zKnD8raNFYUakPLipemgy" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3926
3954
|
<pre style="
|
|
3927
3955
|
--line-digits: 2;
|
|
3928
3956
|
--line-number-start: -1;
|
|
@@ -3955,7 +3983,7 @@ blockquote.t-editor__quote > * {
|
|
|
3955
3983
|
<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
3984
|
</svg></button>
|
|
3957
3985
|
</h4>
|
|
3958
|
-
<div id="
|
|
3986
|
+
<div id="Iyq18ZjumUUn8T6Al9Bch" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3959
3987
|
<pre style="
|
|
3960
3988
|
--line-digits: 2;
|
|
3961
3989
|
--line-number-start: -1;
|
|
@@ -3985,7 +4013,7 @@ blockquote.t-editor__quote > * {
|
|
|
3985
4013
|
<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
4014
|
</svg></button>
|
|
3987
4015
|
</h4>
|
|
3988
|
-
<div id="
|
|
4016
|
+
<div id="UVSGwmupxFtsT6Ih9ISkV" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3989
4017
|
<pre style="
|
|
3990
4018
|
--line-digits: 2;
|
|
3991
4019
|
--line-number-start: -1;
|
|
@@ -4012,7 +4040,7 @@ blockquote.t-editor__quote > * {
|
|
|
4012
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>
|
|
4013
4041
|
</svg></button>
|
|
4014
4042
|
</h4>
|
|
4015
|
-
<div id="
|
|
4043
|
+
<div id="1v3cOCPuU5MuQPlyawKud" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4016
4044
|
<pre style="
|
|
4017
4045
|
--line-digits: 2;
|
|
4018
4046
|
--line-number-start: -1;
|
|
@@ -4039,7 +4067,7 @@ blockquote.t-editor__quote > * {
|
|
|
4039
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>
|
|
4040
4068
|
</svg></button>
|
|
4041
4069
|
</h3>
|
|
4042
|
-
<div id="
|
|
4070
|
+
<div id="MAmq7bbykMTeKxThheZKT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4043
4071
|
<pre style="
|
|
4044
4072
|
--line-digits: 2;
|
|
4045
4073
|
--line-number-start: -1;
|
|
@@ -4082,7 +4110,7 @@ blockquote.t-editor__quote > * {
|
|
|
4082
4110
|
<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
4111
|
</svg></button>
|
|
4084
4112
|
</h4>
|
|
4085
|
-
<div id="
|
|
4113
|
+
<div id="QrbNlWwXQZCwKxqvraLXH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4086
4114
|
<pre style="
|
|
4087
4115
|
--line-digits: 2;
|
|
4088
4116
|
--line-number-start: -1;
|
|
@@ -4116,7 +4144,7 @@ blockquote.t-editor__quote > * {
|
|
|
4116
4144
|
<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
4145
|
</svg></button>
|
|
4118
4146
|
</h4>
|
|
4119
|
-
<div id="
|
|
4147
|
+
<div id="9CAzXNkvAgAIw3v0HupeW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4120
4148
|
<pre style="
|
|
4121
4149
|
--line-digits: 2;
|
|
4122
4150
|
--line-number-start: -1;
|
|
@@ -4147,7 +4175,7 @@ blockquote.t-editor__quote > * {
|
|
|
4147
4175
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4148
4176
|
</svg></button>
|
|
4149
4177
|
</h4>
|
|
4150
|
-
<div id="
|
|
4178
|
+
<div id="pxlvmemJnOblIPrpFBG17" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4151
4179
|
<pre style="
|
|
4152
4180
|
--line-digits: 2;
|
|
4153
4181
|
--line-number-start: -1;
|
|
@@ -4179,7 +4207,7 @@ blockquote.t-editor__quote > * {
|
|
|
4179
4207
|
<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
4208
|
</svg></button>
|
|
4181
4209
|
</h4>
|
|
4182
|
-
<div id="
|
|
4210
|
+
<div id="z9GiwrYAkWlNzg4lRrP3g" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4183
4211
|
<pre style="
|
|
4184
4212
|
--line-digits: 2;
|
|
4185
4213
|
--line-number-start: -1;
|
|
@@ -4210,7 +4238,7 @@ blockquote.t-editor__quote > * {
|
|
|
4210
4238
|
<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
4239
|
</svg></button>
|
|
4212
4240
|
</h4>
|
|
4213
|
-
<div id="
|
|
4241
|
+
<div id="ST5Rd4srnFnRMjl6CsK3O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4214
4242
|
<pre style="
|
|
4215
4243
|
--line-digits: 2;
|
|
4216
4244
|
--line-number-start: -1;
|
|
@@ -4242,7 +4270,7 @@ blockquote.t-editor__quote > * {
|
|
|
4242
4270
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4243
4271
|
</svg></button>
|
|
4244
4272
|
</h4>
|
|
4245
|
-
<div id="
|
|
4273
|
+
<div id="fsAAmQeKxN9oIw2j6zZEw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4246
4274
|
<pre style="
|
|
4247
4275
|
--line-digits: 2;
|
|
4248
4276
|
--line-number-start: -1;
|
|
@@ -4273,7 +4301,7 @@ blockquote.t-editor__quote > * {
|
|
|
4273
4301
|
<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
4302
|
</svg></button>
|
|
4275
4303
|
</h4>
|
|
4276
|
-
<div id="
|
|
4304
|
+
<div id="RSXrZlc6Kz0KPPCVRnzqt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4277
4305
|
<pre style="
|
|
4278
4306
|
--line-digits: 2;
|
|
4279
4307
|
--line-number-start: -1;
|
|
@@ -4306,7 +4334,7 @@ blockquote.t-editor__quote > * {
|
|
|
4306
4334
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4307
4335
|
</svg></button>
|
|
4308
4336
|
</h4>
|
|
4309
|
-
<div id="
|
|
4337
|
+
<div id="1me4YkvHGlwT6X36kPlwT" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4310
4338
|
<pre style="
|
|
4311
4339
|
--line-digits: 2;
|
|
4312
4340
|
--line-number-start: -1;
|
|
@@ -4339,7 +4367,7 @@ blockquote.t-editor__quote > * {
|
|
|
4339
4367
|
<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
4368
|
</svg></button>
|
|
4341
4369
|
</h4>
|
|
4342
|
-
<div id="
|
|
4370
|
+
<div id="piUAoH6NG8rEhHWQtNHf5" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4343
4371
|
<pre style="
|
|
4344
4372
|
--line-digits: 2;
|
|
4345
4373
|
--line-number-start: -1;
|
|
@@ -4370,7 +4398,7 @@ blockquote.t-editor__quote > * {
|
|
|
4370
4398
|
<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
4399
|
</svg></button>
|
|
4372
4400
|
</h4>
|
|
4373
|
-
<div id="
|
|
4401
|
+
<div id="zY2EKWYnm72ITgMIjiJZn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4374
4402
|
<pre style="
|
|
4375
4403
|
--line-digits: 2;
|
|
4376
4404
|
--line-number-start: -1;
|
|
@@ -4400,7 +4428,7 @@ blockquote.t-editor__quote > * {
|
|
|
4400
4428
|
<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
4429
|
</svg></button>
|
|
4402
4430
|
</h4>
|
|
4403
|
-
<div id="
|
|
4431
|
+
<div id="Uf6LKxZoTd0vaQolU7NIZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4404
4432
|
<pre style="
|
|
4405
4433
|
--line-digits: 2;
|
|
4406
4434
|
--line-number-start: -1;
|
|
@@ -4429,7 +4457,7 @@ blockquote.t-editor__quote > * {
|
|
|
4429
4457
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4430
4458
|
</svg></button>
|
|
4431
4459
|
</h4>
|
|
4432
|
-
<div id="
|
|
4460
|
+
<div id="dDI09s4qyxvDUSxjdv1xZ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4433
4461
|
<pre style="
|
|
4434
4462
|
--line-digits: 2;
|
|
4435
4463
|
--line-number-start: -1;
|
|
@@ -4460,7 +4488,7 @@ blockquote.t-editor__quote > * {
|
|
|
4460
4488
|
<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
4489
|
</svg></button>
|
|
4462
4490
|
</h4>
|
|
4463
|
-
<div id="
|
|
4491
|
+
<div id="k9crUIZAB9iMuCBbfA1rA" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4464
4492
|
<pre style="
|
|
4465
4493
|
--line-digits: 2;
|
|
4466
4494
|
--line-number-start: -1;
|
|
@@ -4491,7 +4519,7 @@ blockquote.t-editor__quote > * {
|
|
|
4491
4519
|
<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
4520
|
</svg></button>
|
|
4493
4521
|
</h3>
|
|
4494
|
-
<div id="
|
|
4522
|
+
<div id="lfDy38Y9b3QXhyYpYkC05" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4495
4523
|
<pre style="
|
|
4496
4524
|
--line-digits: 2;
|
|
4497
4525
|
--line-number-start: -1;
|
|
@@ -4527,7 +4555,7 @@ blockquote.t-editor__quote > * {
|
|
|
4527
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>
|
|
4528
4556
|
</svg></button>
|
|
4529
4557
|
</h4>
|
|
4530
|
-
<div id="
|
|
4558
|
+
<div id="rGvVhZGuB4yAKgVBnP2eQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4531
4559
|
<pre style="
|
|
4532
4560
|
--line-digits: 2;
|
|
4533
4561
|
--line-number-start: -1;
|
|
@@ -4556,7 +4584,7 @@ blockquote.t-editor__quote > * {
|
|
|
4556
4584
|
<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
4585
|
</svg></button>
|
|
4558
4586
|
</h4>
|
|
4559
|
-
<div id="
|
|
4587
|
+
<div id="ocRwhjtPwqIgogZjjZsJf" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4560
4588
|
<pre style="
|
|
4561
4589
|
--line-digits: 2;
|
|
4562
4590
|
--line-number-start: -1;
|
|
@@ -4586,7 +4614,7 @@ blockquote.t-editor__quote > * {
|
|
|
4586
4614
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4587
4615
|
</svg></button>
|
|
4588
4616
|
</h4>
|
|
4589
|
-
<div id="
|
|
4617
|
+
<div id="xuvlSVS6pZotRORXH9wuP" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4590
4618
|
<pre style="
|
|
4591
4619
|
--line-digits: 2;
|
|
4592
4620
|
--line-number-start: -1;
|
|
@@ -4615,7 +4643,7 @@ blockquote.t-editor__quote > * {
|
|
|
4615
4643
|
<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
4644
|
</svg></button>
|
|
4617
4645
|
</h4>
|
|
4618
|
-
<div id="
|
|
4646
|
+
<div id="4Arm0R2qlrTIdbJyb4YfL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4619
4647
|
<pre style="
|
|
4620
4648
|
--line-digits: 2;
|
|
4621
4649
|
--line-number-start: -1;
|
|
@@ -4650,7 +4678,7 @@ blockquote.t-editor__quote > * {
|
|
|
4650
4678
|
<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
4679
|
</svg></button>
|
|
4652
4680
|
</h4>
|
|
4653
|
-
<div id="
|
|
4681
|
+
<div id="QONJL5Vvv8MeFVpg2UpUb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4654
4682
|
<pre style="
|
|
4655
4683
|
--line-digits: 2;
|
|
4656
4684
|
--line-number-start: -1;
|
|
@@ -4681,7 +4709,7 @@ blockquote.t-editor__quote > * {
|
|
|
4681
4709
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4682
4710
|
</svg></button>
|
|
4683
4711
|
</h4>
|
|
4684
|
-
<div id="
|
|
4712
|
+
<div id="Doqj83h7LUfLzqkCCtTsM" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4685
4713
|
<pre style="
|
|
4686
4714
|
--line-digits: 2;
|
|
4687
4715
|
--line-number-start: -1;
|
|
@@ -4711,7 +4739,7 @@ blockquote.t-editor__quote > * {
|
|
|
4711
4739
|
<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
4740
|
</svg></button>
|
|
4713
4741
|
</h3>
|
|
4714
|
-
<div id="
|
|
4742
|
+
<div id="OWXmbP3BKKRcMReuoSRCf" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4715
4743
|
<pre style="
|
|
4716
4744
|
--line-digits: 2;
|
|
4717
4745
|
--line-number-start: -1;
|
|
@@ -4746,7 +4774,7 @@ blockquote.t-editor__quote > * {
|
|
|
4746
4774
|
<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
4775
|
</svg></button>
|
|
4748
4776
|
</h4>
|
|
4749
|
-
<div id="
|
|
4777
|
+
<div id="h40W87FVkhqUqu0irMp1T" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4750
4778
|
<pre style="
|
|
4751
4779
|
--line-digits: 2;
|
|
4752
4780
|
--line-number-start: -1;
|
|
@@ -4786,7 +4814,7 @@ blockquote.t-editor__quote > * {
|
|
|
4786
4814
|
<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
4815
|
</svg></button>
|
|
4788
4816
|
</h4>
|
|
4789
|
-
<div id="
|
|
4817
|
+
<div id="w5gYLNYua6jTcUJXGwhfg" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4790
4818
|
<pre style="
|
|
4791
4819
|
--line-digits: 2;
|
|
4792
4820
|
--line-number-start: -1;
|
|
@@ -4819,7 +4847,7 @@ blockquote.t-editor__quote > * {
|
|
|
4819
4847
|
<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
4848
|
</svg></button>
|
|
4821
4849
|
</h4>
|
|
4822
|
-
<div id="
|
|
4850
|
+
<div id="bLMRjYsN2mZL6veFL5JRN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4823
4851
|
<pre style="
|
|
4824
4852
|
--line-digits: 2;
|
|
4825
4853
|
--line-number-start: -1;
|
|
@@ -4850,7 +4878,7 @@ blockquote.t-editor__quote > * {
|
|
|
4850
4878
|
<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
4879
|
</svg></button>
|
|
4852
4880
|
</h4>
|
|
4853
|
-
<div id="
|
|
4881
|
+
<div id="iMAjMa4JNp9NdDc1GwpRc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4854
4882
|
<pre style="
|
|
4855
4883
|
--line-digits: 2;
|
|
4856
4884
|
--line-number-start: -1;
|
|
@@ -4878,7 +4906,7 @@ blockquote.t-editor__quote > * {
|
|
|
4878
4906
|
<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
4907
|
</svg></button>
|
|
4880
4908
|
</h4>
|
|
4881
|
-
<div id="
|
|
4909
|
+
<div id="RD8cHIlh1PqTTrkJmrbcX" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4882
4910
|
<pre style="
|
|
4883
4911
|
--line-digits: 2;
|
|
4884
4912
|
--line-number-start: -1;
|
|
@@ -4912,7 +4940,7 @@ blockquote.t-editor__quote > * {
|
|
|
4912
4940
|
<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
4941
|
</svg></button>
|
|
4914
4942
|
</h3>
|
|
4915
|
-
<div id="
|
|
4943
|
+
<div id="WJUFvg7izTSnTUaeUYrxU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4916
4944
|
<pre style="
|
|
4917
4945
|
--line-digits: 2;
|
|
4918
4946
|
--line-number-start: -1;
|
|
@@ -4944,7 +4972,7 @@ blockquote.t-editor__quote > * {
|
|
|
4944
4972
|
<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
4973
|
</svg></button>
|
|
4946
4974
|
</h4>
|
|
4947
|
-
<div id="
|
|
4975
|
+
<div id="dJRIKKloJjgB8OfWQ7OpU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4948
4976
|
<pre style="
|
|
4949
4977
|
--line-digits: 2;
|
|
4950
4978
|
--line-number-start: -1;
|
|
@@ -4971,7 +4999,7 @@ blockquote.t-editor__quote > * {
|
|
|
4971
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>
|
|
4972
5000
|
</svg></button>
|
|
4973
5001
|
</h4>
|
|
4974
|
-
<div id="
|
|
5002
|
+
<div id="wY3qIWjKL0A3PUmfFWoJQ" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4975
5003
|
<pre style="
|
|
4976
5004
|
--line-digits: 2;
|
|
4977
5005
|
--line-number-start: -1;
|
|
@@ -4999,7 +5027,7 @@ blockquote.t-editor__quote > * {
|
|
|
4999
5027
|
<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
5028
|
</svg></button>
|
|
5001
5029
|
</h3>
|
|
5002
|
-
<div id="
|
|
5030
|
+
<div id="TdzzScNkoCp03kZPl0nOH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5003
5031
|
<pre style="
|
|
5004
5032
|
--line-digits: 2;
|
|
5005
5033
|
--line-number-start: -1;
|
|
@@ -5034,7 +5062,7 @@ blockquote.t-editor__quote > * {
|
|
|
5034
5062
|
<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
5063
|
</svg></button>
|
|
5036
5064
|
</h4>
|
|
5037
|
-
<div id="
|
|
5065
|
+
<div id="QuGZFnvd9QShXYNUk3ZKK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5038
5066
|
<pre style="
|
|
5039
5067
|
--line-digits: 2;
|
|
5040
5068
|
--line-number-start: -1;
|
|
@@ -5062,7 +5090,7 @@ blockquote.t-editor__quote > * {
|
|
|
5062
5090
|
<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
5091
|
</svg></button>
|
|
5064
5092
|
</h4>
|
|
5065
|
-
<div id="
|
|
5093
|
+
<div id="KVfdAfXicLpbRg0BrPnwW" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5066
5094
|
<pre style="
|
|
5067
5095
|
--line-digits: 2;
|
|
5068
5096
|
--line-number-start: -1;
|
|
@@ -5092,7 +5120,7 @@ blockquote.t-editor__quote > * {
|
|
|
5092
5120
|
<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
5121
|
</svg></button>
|
|
5094
5122
|
</h4>
|
|
5095
|
-
<div id="
|
|
5123
|
+
<div id="ASNR8fEcgfdUEtv8lhSQs" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5096
5124
|
<pre style="
|
|
5097
5125
|
--line-digits: 2;
|
|
5098
5126
|
--line-number-start: -1;
|
|
@@ -5123,7 +5151,7 @@ blockquote.t-editor__quote > * {
|
|
|
5123
5151
|
<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
5152
|
</svg></button>
|
|
5125
5153
|
</h4>
|
|
5126
|
-
<div id="
|
|
5154
|
+
<div id="46jvjMcYk8vDbhYMgYGeo" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5127
5155
|
<pre style="
|
|
5128
5156
|
--line-digits: 2;
|
|
5129
5157
|
--line-number-start: -1;
|
|
@@ -5152,7 +5180,7 @@ blockquote.t-editor__quote > * {
|
|
|
5152
5180
|
<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
5181
|
</svg></button>
|
|
5154
5182
|
</h4>
|
|
5155
|
-
<div id="
|
|
5183
|
+
<div id="OUdw5b8TT6pM7yuTYbunq" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5156
5184
|
<pre style="
|
|
5157
5185
|
--line-digits: 2;
|
|
5158
5186
|
--line-number-start: -1;
|
|
@@ -5182,7 +5210,7 @@ blockquote.t-editor__quote > * {
|
|
|
5182
5210
|
<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
5211
|
</svg></button>
|
|
5184
5212
|
</h3>
|
|
5185
|
-
<div id="
|
|
5213
|
+
<div id="FNvti2SuIDVJImHb8ygqc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5186
5214
|
<pre style="
|
|
5187
5215
|
--line-digits: 2;
|
|
5188
5216
|
--line-number-start: -1;
|
|
@@ -5216,7 +5244,7 @@ blockquote.t-editor__quote > * {
|
|
|
5216
5244
|
<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
5245
|
</svg></button>
|
|
5218
5246
|
</h4>
|
|
5219
|
-
<div id="
|
|
5247
|
+
<div id="X33bSamZNVUCMEsCz2xDc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5220
5248
|
<pre style="
|
|
5221
5249
|
--line-digits: 2;
|
|
5222
5250
|
--line-number-start: -1;
|
|
@@ -5245,7 +5273,7 @@ blockquote.t-editor__quote > * {
|
|
|
5245
5273
|
<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
5274
|
</svg></button>
|
|
5247
5275
|
</h4>
|
|
5248
|
-
<div id="
|
|
5276
|
+
<div id="3H9ZSFig9lxKxKPzbe4dj" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5249
5277
|
<pre style="
|
|
5250
5278
|
--line-digits: 2;
|
|
5251
5279
|
--line-number-start: -1;
|
|
@@ -5277,7 +5305,7 @@ blockquote.t-editor__quote > * {
|
|
|
5277
5305
|
<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
5306
|
</svg></button>
|
|
5279
5307
|
</h4>
|
|
5280
|
-
<div id="
|
|
5308
|
+
<div id="cZBJJmiddLDL9IFvC4b8U" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5281
5309
|
<pre style="
|
|
5282
5310
|
--line-digits: 2;
|
|
5283
5311
|
--line-number-start: -1;
|
|
@@ -5305,7 +5333,7 @@ blockquote.t-editor__quote > * {
|
|
|
5305
5333
|
<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
5334
|
</svg></button>
|
|
5307
5335
|
</h4>
|
|
5308
|
-
<div id="
|
|
5336
|
+
<div id="YwrvMCUZujey45cHlUD8y" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5309
5337
|
<pre style="
|
|
5310
5338
|
--line-digits: 2;
|
|
5311
5339
|
--line-number-start: -1;
|
|
@@ -5345,7 +5373,7 @@ blockquote.t-editor__quote > * {
|
|
|
5345
5373
|
</svg></button>
|
|
5346
5374
|
</h2>
|
|
5347
5375
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5348
|
-
<div id="
|
|
5376
|
+
<div id="XMwmmon1Xfo4l9FDEi6Hb" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5349
5377
|
<pre style="
|
|
5350
5378
|
--line-digits: 2;
|
|
5351
5379
|
--line-number-start: -1;
|
|
@@ -5392,7 +5420,7 @@ blockquote.t-editor__quote > * {
|
|
|
5392
5420
|
</svg></button>
|
|
5393
5421
|
</h2>
|
|
5394
5422
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5395
|
-
<div id="
|
|
5423
|
+
<div id="yluu9sVAMkwF3ZV9kuaTa" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5396
5424
|
<pre style="
|
|
5397
5425
|
--line-digits: 2;
|
|
5398
5426
|
--line-number-start: -1;
|
|
@@ -5407,7 +5435,7 @@ blockquote.t-editor__quote > * {
|
|
|
5407
5435
|
</svg></button>
|
|
5408
5436
|
</div>
|
|
5409
5437
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5410
|
-
<div id="
|
|
5438
|
+
<div id="qTvtjgedF3QpTkOCZELtd" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5411
5439
|
<pre style="
|
|
5412
5440
|
--line-digits: 2;
|
|
5413
5441
|
--line-number-start: -1;
|