sobekyll 0.1.3 → 0.2.1

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.
@@ -0,0 +1,1254 @@
1
+ .markdown-body {
2
+ --base-size-4: 0.25rem;
3
+ --base-size-8: 0.5rem;
4
+ --base-size-16: 1rem;
5
+ --base-size-24: 1.5rem;
6
+ --base-size-40: 2.5rem;
7
+ --base-text-weight-normal: 400;
8
+ --base-text-weight-medium: 500;
9
+ --base-text-weight-semibold: 600;
10
+ --fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
11
+ --fgColor-accent: Highlight;
12
+ }
13
+ @media (prefers-color-scheme: dark) {
14
+ .markdown-body, [data-theme="dark"] {
15
+ /* dark */
16
+ color-scheme: dark;
17
+ --focus-outlineColor: #1f6feb;
18
+ --fgColor-default: #f0f6fc;
19
+ --fgColor-muted: #9198a1;
20
+ --fgColor-accent: #4493f8;
21
+ --fgColor-success: #3fb950;
22
+ --fgColor-attention: #d29922;
23
+ --fgColor-danger: #f85149;
24
+ --fgColor-done: #ab7df8;
25
+ --bgColor-default: #0d1117;
26
+ --bgColor-muted: #151b23;
27
+ --bgColor-neutral-muted: #656c7633;
28
+ --bgColor-attention-muted: #bb800926;
29
+ --borderColor-default: #3d444d;
30
+ --borderColor-muted: #3d444db3;
31
+ --borderColor-neutral-muted: #3d444db3;
32
+ --borderColor-accent-emphasis: #1f6feb;
33
+ --borderColor-success-emphasis: #238636;
34
+ --borderColor-attention-emphasis: #9e6a03;
35
+ --borderColor-danger-emphasis: #da3633;
36
+ --borderColor-done-emphasis: #8957e5;
37
+ --color-prettylights-syntax-comment: #9198a1;
38
+ --color-prettylights-syntax-constant: #79c0ff;
39
+ --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
40
+ --color-prettylights-syntax-entity: #d2a8ff;
41
+ --color-prettylights-syntax-storage-modifier-import: #f0f6fc;
42
+ --color-prettylights-syntax-entity-tag: #7ee787;
43
+ --color-prettylights-syntax-keyword: #ff7b72;
44
+ --color-prettylights-syntax-string: #a5d6ff;
45
+ --color-prettylights-syntax-variable: #ffa657;
46
+ --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
47
+ --color-prettylights-syntax-brackethighlighter-angle: #9198a1;
48
+ --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
49
+ --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
50
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
51
+ --color-prettylights-syntax-carriage-return-bg: #b62324;
52
+ --color-prettylights-syntax-string-regexp: #7ee787;
53
+ --color-prettylights-syntax-markup-list: #f2cc60;
54
+ --color-prettylights-syntax-markup-heading: #1f6feb;
55
+ --color-prettylights-syntax-markup-italic: #f0f6fc;
56
+ --color-prettylights-syntax-markup-bold: #f0f6fc;
57
+ --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
58
+ --color-prettylights-syntax-markup-deleted-bg: #67060c;
59
+ --color-prettylights-syntax-markup-inserted-text: #aff5b4;
60
+ --color-prettylights-syntax-markup-inserted-bg: #033a16;
61
+ --color-prettylights-syntax-markup-changed-text: #ffdfb6;
62
+ --color-prettylights-syntax-markup-changed-bg: #5a1e02;
63
+ --color-prettylights-syntax-markup-ignored-text: #f0f6fc;
64
+ --color-prettylights-syntax-markup-ignored-bg: #1158c7;
65
+ --color-prettylights-syntax-meta-diff-range: #d2a8ff;
66
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
67
+ }
68
+ }
69
+ @media (prefers-color-scheme: light) {
70
+ .markdown-body, [data-theme="light"] {
71
+ /* light */
72
+ color-scheme: light;
73
+ --focus-outlineColor: #0969da;
74
+ --fgColor-default: #1f2328;
75
+ --fgColor-muted: #59636e;
76
+ --fgColor-accent: #0969da;
77
+ --fgColor-success: #1a7f37;
78
+ --fgColor-attention: #9a6700;
79
+ --fgColor-danger: #d1242f;
80
+ --fgColor-done: #8250df;
81
+ --bgColor-default: #ffffff;
82
+ --bgColor-muted: #f6f8fa;
83
+ --bgColor-neutral-muted: #818b981f;
84
+ --bgColor-attention-muted: #fff8c5;
85
+ --borderColor-default: #d1d9e0;
86
+ --borderColor-muted: #d1d9e0b3;
87
+ --borderColor-neutral-muted: #d1d9e0b3;
88
+ --borderColor-accent-emphasis: #0969da;
89
+ --borderColor-success-emphasis: #1a7f37;
90
+ --borderColor-attention-emphasis: #9a6700;
91
+ --borderColor-danger-emphasis: #cf222e;
92
+ --borderColor-done-emphasis: #8250df;
93
+ --color-prettylights-syntax-comment: #59636e;
94
+ --color-prettylights-syntax-constant: #0550ae;
95
+ --color-prettylights-syntax-constant-other-reference-link: #0a3069;
96
+ --color-prettylights-syntax-entity: #6639ba;
97
+ --color-prettylights-syntax-storage-modifier-import: #1f2328;
98
+ --color-prettylights-syntax-entity-tag: #0550ae;
99
+ --color-prettylights-syntax-keyword: #cf222e;
100
+ --color-prettylights-syntax-string: #0a3069;
101
+ --color-prettylights-syntax-variable: #953800;
102
+ --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
103
+ --color-prettylights-syntax-brackethighlighter-angle: #59636e;
104
+ --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
105
+ --color-prettylights-syntax-invalid-illegal-bg: #82071e;
106
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
107
+ --color-prettylights-syntax-carriage-return-bg: #cf222e;
108
+ --color-prettylights-syntax-string-regexp: #116329;
109
+ --color-prettylights-syntax-markup-list: #3b2300;
110
+ --color-prettylights-syntax-markup-heading: #0550ae;
111
+ --color-prettylights-syntax-markup-italic: #1f2328;
112
+ --color-prettylights-syntax-markup-bold: #1f2328;
113
+ --color-prettylights-syntax-markup-deleted-text: #82071e;
114
+ --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
115
+ --color-prettylights-syntax-markup-inserted-text: #116329;
116
+ --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
117
+ --color-prettylights-syntax-markup-changed-text: #953800;
118
+ --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
119
+ --color-prettylights-syntax-markup-ignored-text: #d1d9e0;
120
+ --color-prettylights-syntax-markup-ignored-bg: #0550ae;
121
+ --color-prettylights-syntax-meta-diff-range: #8250df;
122
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
123
+ }
124
+ }
125
+
126
+ .markdown-body {
127
+ -ms-text-size-adjust: 100%;
128
+ -webkit-text-size-adjust: 100%;
129
+ color: var(--fgColor-default);
130
+ background-color: var(--bgColor-default);
131
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
132
+ font-size: 16px;
133
+ word-wrap: break-word;
134
+ margin: 0;
135
+ min-height: 100vh;
136
+ line-height: 1.5;
137
+ scroll-behavior: smooth;
138
+ }
139
+
140
+ .markdown-body .octicon {
141
+ display: inline-block;
142
+ fill: currentColor;
143
+ vertical-align: text-bottom;
144
+ }
145
+
146
+ .markdown-body h1:hover .anchor .octicon-link:before,
147
+ .markdown-body h2:hover .anchor .octicon-link:before,
148
+ .markdown-body h3:hover .anchor .octicon-link:before,
149
+ .markdown-body h4:hover .anchor .octicon-link:before,
150
+ .markdown-body h5:hover .anchor .octicon-link:before,
151
+ .markdown-body h6:hover .anchor .octicon-link:before {
152
+ width: 16px;
153
+ height: 16px;
154
+ content: ' ';
155
+ display: inline-block;
156
+ background-color: currentColor;
157
+ -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
158
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
159
+ }
160
+
161
+ .markdown-body details,
162
+ .markdown-body figcaption,
163
+ .markdown-body figure {
164
+ display: block;
165
+ }
166
+
167
+ .markdown-body summary {
168
+ display: list-item;
169
+ }
170
+
171
+ .markdown-body [hidden] {
172
+ display: none !important;
173
+ }
174
+
175
+ .markdown-body a {
176
+ background-color: transparent;
177
+ color: var(--fgColor-accent);
178
+ text-decoration: none;
179
+ }
180
+
181
+ .markdown-body abbr[title] {
182
+ border-bottom: none;
183
+ -webkit-text-decoration: underline dotted;
184
+ text-decoration: underline dotted;
185
+ }
186
+
187
+ .markdown-body b,
188
+ .markdown-body strong {
189
+ font-weight: var(--base-text-weight-semibold, 600);
190
+ }
191
+
192
+ .markdown-body dfn {
193
+ font-style: italic;
194
+ }
195
+
196
+ .markdown-body h1 {
197
+ margin: .67em 0;
198
+ font-weight: var(--base-text-weight-semibold, 600);
199
+ padding-bottom: .3em;
200
+ font-size: 2em;
201
+ border-bottom: 1px solid var(--borderColor-muted);
202
+ }
203
+
204
+ .markdown-body mark {
205
+ background-color: var(--bgColor-attention-muted);
206
+ color: var(--fgColor-default);
207
+ }
208
+
209
+ .markdown-body small {
210
+ font-size: 90%;
211
+ }
212
+
213
+ .markdown-body sub,
214
+ .markdown-body sup {
215
+ font-size: 75%;
216
+ line-height: 0;
217
+ position: relative;
218
+ vertical-align: baseline;
219
+ }
220
+
221
+ .markdown-body sub {
222
+ bottom: -0.25em;
223
+ }
224
+
225
+ .markdown-body sup {
226
+ top: -0.5em;
227
+ }
228
+
229
+ .markdown-body img {
230
+ border-style: none;
231
+ max-width: 100%;
232
+ box-sizing: content-box;
233
+ }
234
+
235
+ .markdown-body code,
236
+ .markdown-body kbd,
237
+ .markdown-body pre,
238
+ .markdown-body samp {
239
+ font-family: monospace;
240
+ font-size: 1em;
241
+ }
242
+
243
+ .markdown-body figure {
244
+ margin: 1em var(--base-size-40);
245
+ }
246
+
247
+ .markdown-body hr {
248
+ box-sizing: content-box;
249
+ overflow: hidden;
250
+ background: transparent;
251
+ border-bottom: 1px solid var(--borderColor-muted);
252
+ height: .25em;
253
+ padding: 0;
254
+ margin: var(--base-size-24) 0;
255
+ background-color: var(--borderColor-default);
256
+ border: 0;
257
+ }
258
+
259
+ .markdown-body input {
260
+ margin: 0;
261
+ overflow: visible;
262
+ font-family: inherit;
263
+ font-size: inherit;
264
+ line-height: inherit;
265
+ font: inherit;
266
+ }
267
+
268
+ .markdown-body [type=button],
269
+ .markdown-body [type=reset],
270
+ .markdown-body [type=submit] {
271
+ -webkit-appearance: button;
272
+ appearance: button;
273
+ }
274
+
275
+ .markdown-body [type=checkbox],
276
+ .markdown-body [type=radio] {
277
+ box-sizing: border-box;
278
+ padding: 0;
279
+ }
280
+
281
+ .markdown-body [type=number]::-webkit-inner-spin-button,
282
+ .markdown-body [type=number]::-webkit-outer-spin-button {
283
+ height: auto;
284
+ }
285
+
286
+ .markdown-body [type=search]::-webkit-search-cancel-button,
287
+ .markdown-body [type=search]::-webkit-search-decoration {
288
+ -webkit-appearance: none;
289
+ appearance: none;
290
+ }
291
+
292
+ .markdown-body ::-webkit-input-placeholder {
293
+ color: inherit;
294
+ opacity: .54;
295
+ }
296
+
297
+ .markdown-body ::-webkit-file-upload-button {
298
+ -webkit-appearance: button;
299
+ appearance: button;
300
+ font: inherit;
301
+ }
302
+
303
+ .markdown-body a:hover {
304
+ text-decoration: underline;
305
+ }
306
+
307
+ .markdown-body ::placeholder {
308
+ color: var(--fgColor-muted);
309
+ opacity: 1;
310
+ }
311
+
312
+ .markdown-body hr::before {
313
+ display: table;
314
+ content: "";
315
+ }
316
+
317
+ .markdown-body hr::after {
318
+ display: table;
319
+ clear: both;
320
+ content: "";
321
+ }
322
+
323
+ .markdown-body table {
324
+ border-spacing: 0;
325
+ border-collapse: collapse;
326
+ display: block;
327
+ width: max-content;
328
+ max-width: 100%;
329
+ overflow: auto;
330
+ font-variant: tabular-nums;
331
+ }
332
+
333
+ .markdown-body td,
334
+ .markdown-body th {
335
+ padding: 0;
336
+ }
337
+
338
+ .markdown-body details summary {
339
+ cursor: pointer;
340
+ }
341
+
342
+ .markdown-body a:focus,
343
+ .markdown-body [role=button]:focus,
344
+ .markdown-body input[type=radio]:focus,
345
+ .markdown-body input[type=checkbox]:focus {
346
+ outline: 2px solid var(--focus-outlineColor);
347
+ outline-offset: -2px;
348
+ box-shadow: none;
349
+ }
350
+
351
+ .markdown-body a:focus:not(:focus-visible),
352
+ .markdown-body [role=button]:focus:not(:focus-visible),
353
+ .markdown-body input[type=radio]:focus:not(:focus-visible),
354
+ .markdown-body input[type=checkbox]:focus:not(:focus-visible) {
355
+ outline: solid 1px transparent;
356
+ }
357
+
358
+ .markdown-body a:focus-visible,
359
+ .markdown-body [role=button]:focus-visible,
360
+ .markdown-body input[type=radio]:focus-visible,
361
+ .markdown-body input[type=checkbox]:focus-visible {
362
+ outline: 2px solid var(--focus-outlineColor);
363
+ outline-offset: -2px;
364
+ box-shadow: none;
365
+ }
366
+
367
+ .markdown-body a:not([class]):focus,
368
+ .markdown-body a:not([class]):focus-visible,
369
+ .markdown-body input[type=radio]:focus,
370
+ .markdown-body input[type=radio]:focus-visible,
371
+ .markdown-body input[type=checkbox]:focus,
372
+ .markdown-body input[type=checkbox]:focus-visible {
373
+ outline-offset: 0;
374
+ }
375
+
376
+ .markdown-body kbd {
377
+ display: inline-block;
378
+ padding: var(--base-size-4);
379
+ font: 11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
380
+ line-height: 10px;
381
+ color: var(--fgColor-default);
382
+ vertical-align: middle;
383
+ background-color: var(--bgColor-muted);
384
+ border: solid 1px var(--borderColor-neutral-muted);
385
+ border-bottom-color: var(--borderColor-neutral-muted);
386
+ border-radius: 6px;
387
+ box-shadow: inset 0 -1px 0 var(--borderColor-neutral-muted);
388
+ }
389
+
390
+ .markdown-body h1,
391
+ .markdown-body h2,
392
+ .markdown-body h3,
393
+ .markdown-body h4,
394
+ .markdown-body h5,
395
+ .markdown-body h6 {
396
+ margin-top: var(--base-size-24);
397
+ margin-bottom: var(--base-size-16);
398
+ font-weight: var(--base-text-weight-semibold, 600);
399
+ line-height: 1.25;
400
+ }
401
+
402
+ .markdown-body h2 {
403
+ font-weight: var(--base-text-weight-semibold, 600);
404
+ padding-bottom: .3em;
405
+ font-size: 1.5em;
406
+ border-bottom: 1px solid var(--borderColor-muted);
407
+ }
408
+
409
+ .markdown-body h3 {
410
+ font-weight: var(--base-text-weight-semibold, 600);
411
+ font-size: 1.25em;
412
+ }
413
+
414
+ .markdown-body h4 {
415
+ font-weight: var(--base-text-weight-semibold, 600);
416
+ font-size: 1em;
417
+ }
418
+
419
+ .markdown-body h5 {
420
+ font-weight: var(--base-text-weight-semibold, 600);
421
+ font-size: .875em;
422
+ }
423
+
424
+ .markdown-body h6 {
425
+ font-weight: var(--base-text-weight-semibold, 600);
426
+ font-size: .85em;
427
+ color: var(--fgColor-muted);
428
+ }
429
+
430
+ .markdown-body p {
431
+ margin-top: 0;
432
+ margin-bottom: 10px;
433
+ }
434
+
435
+ .markdown-body blockquote {
436
+ margin: 0;
437
+ padding: 0 1em;
438
+ color: var(--fgColor-muted);
439
+ border-left: .25em solid var(--borderColor-default);
440
+ }
441
+
442
+ .markdown-body ul,
443
+ .markdown-body ol {
444
+ margin-top: 0;
445
+ margin-bottom: 0;
446
+ padding-left: 2em;
447
+ }
448
+
449
+ .markdown-body ol ol,
450
+ .markdown-body ul ol {
451
+ list-style-type: lower-roman;
452
+ }
453
+
454
+ .markdown-body ul ul ol,
455
+ .markdown-body ul ol ol,
456
+ .markdown-body ol ul ol,
457
+ .markdown-body ol ol ol {
458
+ list-style-type: lower-alpha;
459
+ }
460
+
461
+ .markdown-body dd {
462
+ margin-left: 0;
463
+ }
464
+
465
+ .markdown-body tt,
466
+ .markdown-body code,
467
+ .markdown-body samp {
468
+ font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
469
+ font-size: 12px;
470
+ }
471
+
472
+ .markdown-body pre {
473
+ margin-top: 0;
474
+ margin-bottom: 0;
475
+ font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
476
+ font-size: 12px;
477
+ word-wrap: normal;
478
+ }
479
+
480
+ .markdown-body .octicon {
481
+ display: inline-block;
482
+ overflow: visible !important;
483
+ vertical-align: text-bottom;
484
+ fill: currentColor;
485
+ }
486
+
487
+ .markdown-body input::-webkit-outer-spin-button,
488
+ .markdown-body input::-webkit-inner-spin-button {
489
+ margin: 0;
490
+ appearance: none;
491
+ }
492
+
493
+ .markdown-body .mr-2 {
494
+ margin-right: var(--base-size-8, 8px) !important;
495
+ }
496
+
497
+ .markdown-body::before {
498
+ display: table;
499
+ content: "";
500
+ }
501
+
502
+ .markdown-body::after {
503
+ display: table;
504
+ clear: both;
505
+ content: "";
506
+ }
507
+
508
+ .markdown-body>*:first-child {
509
+ margin-top: 0 !important;
510
+ }
511
+
512
+ .markdown-body>*:last-child {
513
+ margin-bottom: 0 !important;
514
+ }
515
+
516
+ .markdown-body a:not([href]) {
517
+ color: inherit;
518
+ text-decoration: none;
519
+ }
520
+
521
+ .markdown-body .absent {
522
+ color: var(--fgColor-danger);
523
+ }
524
+
525
+ .markdown-body .anchor {
526
+ float: left;
527
+ padding-right: var(--base-size-4);
528
+ margin-left: -20px;
529
+ line-height: 1;
530
+ }
531
+
532
+ .markdown-body .anchor:focus {
533
+ outline: none;
534
+ }
535
+
536
+ .markdown-body p,
537
+ .markdown-body blockquote,
538
+ .markdown-body ul,
539
+ .markdown-body ol,
540
+ .markdown-body dl,
541
+ .markdown-body table,
542
+ .markdown-body pre,
543
+ .markdown-body details {
544
+ margin-top: 0;
545
+ margin-bottom: var(--base-size-16);
546
+ }
547
+
548
+ .markdown-body blockquote>:first-child {
549
+ margin-top: 0;
550
+ }
551
+
552
+ .markdown-body blockquote>:last-child {
553
+ margin-bottom: 0;
554
+ }
555
+
556
+ .markdown-body h1 .octicon-link,
557
+ .markdown-body h2 .octicon-link,
558
+ .markdown-body h3 .octicon-link,
559
+ .markdown-body h4 .octicon-link,
560
+ .markdown-body h5 .octicon-link,
561
+ .markdown-body h6 .octicon-link {
562
+ color: var(--fgColor-default);
563
+ vertical-align: middle;
564
+ visibility: hidden;
565
+ }
566
+
567
+ .markdown-body h1:hover .anchor,
568
+ .markdown-body h2:hover .anchor,
569
+ .markdown-body h3:hover .anchor,
570
+ .markdown-body h4:hover .anchor,
571
+ .markdown-body h5:hover .anchor,
572
+ .markdown-body h6:hover .anchor {
573
+ text-decoration: none;
574
+ }
575
+
576
+ .markdown-body h1:hover .anchor .octicon-link,
577
+ .markdown-body h2:hover .anchor .octicon-link,
578
+ .markdown-body h3:hover .anchor .octicon-link,
579
+ .markdown-body h4:hover .anchor .octicon-link,
580
+ .markdown-body h5:hover .anchor .octicon-link,
581
+ .markdown-body h6:hover .anchor .octicon-link {
582
+ visibility: visible;
583
+ }
584
+
585
+ .markdown-body h1 tt,
586
+ .markdown-body h1 code,
587
+ .markdown-body h2 tt,
588
+ .markdown-body h2 code,
589
+ .markdown-body h3 tt,
590
+ .markdown-body h3 code,
591
+ .markdown-body h4 tt,
592
+ .markdown-body h4 code,
593
+ .markdown-body h5 tt,
594
+ .markdown-body h5 code,
595
+ .markdown-body h6 tt,
596
+ .markdown-body h6 code {
597
+ padding: 0 .2em;
598
+ font-size: inherit;
599
+ }
600
+
601
+ .markdown-body summary h1,
602
+ .markdown-body summary h2,
603
+ .markdown-body summary h3,
604
+ .markdown-body summary h4,
605
+ .markdown-body summary h5,
606
+ .markdown-body summary h6 {
607
+ display: inline-block;
608
+ }
609
+
610
+ .markdown-body summary h1 .anchor,
611
+ .markdown-body summary h2 .anchor,
612
+ .markdown-body summary h3 .anchor,
613
+ .markdown-body summary h4 .anchor,
614
+ .markdown-body summary h5 .anchor,
615
+ .markdown-body summary h6 .anchor {
616
+ margin-left: -40px;
617
+ }
618
+
619
+ .markdown-body summary h1,
620
+ .markdown-body summary h2 {
621
+ padding-bottom: 0;
622
+ border-bottom: 0;
623
+ }
624
+
625
+ .markdown-body ul.no-list,
626
+ .markdown-body ol.no-list {
627
+ padding: 0;
628
+ list-style-type: none;
629
+ }
630
+
631
+ .markdown-body ol[type="a s"] {
632
+ list-style-type: lower-alpha;
633
+ }
634
+
635
+ .markdown-body ol[type="A s"] {
636
+ list-style-type: upper-alpha;
637
+ }
638
+
639
+ .markdown-body ol[type="i s"] {
640
+ list-style-type: lower-roman;
641
+ }
642
+
643
+ .markdown-body ol[type="I s"] {
644
+ list-style-type: upper-roman;
645
+ }
646
+
647
+ .markdown-body ol[type="1"] {
648
+ list-style-type: decimal;
649
+ }
650
+
651
+ .markdown-body div>ol:not([type]) {
652
+ list-style-type: decimal;
653
+ }
654
+
655
+ .markdown-body ul ul,
656
+ .markdown-body ul ol,
657
+ .markdown-body ol ol,
658
+ .markdown-body ol ul {
659
+ margin-top: 0;
660
+ margin-bottom: 0;
661
+ }
662
+
663
+ .markdown-body li>p {
664
+ margin-top: var(--base-size-16);
665
+ }
666
+
667
+ .markdown-body li+li {
668
+ margin-top: .25em;
669
+ }
670
+
671
+ .markdown-body dl {
672
+ padding: 0;
673
+ }
674
+
675
+ .markdown-body dl dt {
676
+ padding: 0;
677
+ margin-top: var(--base-size-16);
678
+ font-size: 1em;
679
+ font-style: italic;
680
+ font-weight: var(--base-text-weight-semibold, 600);
681
+ }
682
+
683
+ .markdown-body dl dd {
684
+ padding: 0 var(--base-size-16);
685
+ margin-bottom: var(--base-size-16);
686
+ }
687
+
688
+ .markdown-body table th {
689
+ font-weight: var(--base-text-weight-semibold, 600);
690
+ }
691
+
692
+ .markdown-body table th,
693
+ .markdown-body table td {
694
+ padding: 6px 13px;
695
+ border: 1px solid var(--borderColor-default);
696
+ }
697
+
698
+ .markdown-body table td>:last-child {
699
+ margin-bottom: 0;
700
+ }
701
+
702
+ .markdown-body table tr {
703
+ background-color: var(--bgColor-default);
704
+ border-top: 1px solid var(--borderColor-muted);
705
+ }
706
+
707
+ .markdown-body table tr:nth-child(2n) {
708
+ background-color: var(--bgColor-muted);
709
+ }
710
+
711
+ .markdown-body table img {
712
+ background-color: transparent;
713
+ }
714
+
715
+ .markdown-body img[align=right] {
716
+ padding-left: 20px;
717
+ }
718
+
719
+ .markdown-body img[align=left] {
720
+ padding-right: 20px;
721
+ }
722
+
723
+ .markdown-body .emoji {
724
+ max-width: none;
725
+ vertical-align: text-top;
726
+ background-color: transparent;
727
+ }
728
+
729
+ .markdown-body span.frame {
730
+ display: block;
731
+ overflow: hidden;
732
+ }
733
+
734
+ .markdown-body span.frame>span {
735
+ display: block;
736
+ float: left;
737
+ width: auto;
738
+ padding: 7px;
739
+ margin: 13px 0 0;
740
+ overflow: hidden;
741
+ border: 1px solid var(--borderColor-default);
742
+ }
743
+
744
+ .markdown-body span.frame span img {
745
+ display: block;
746
+ float: left;
747
+ }
748
+
749
+ .markdown-body span.frame span span {
750
+ display: block;
751
+ padding: 5px 0 0;
752
+ clear: both;
753
+ color: var(--fgColor-default);
754
+ }
755
+
756
+ .markdown-body span.align-center {
757
+ display: block;
758
+ overflow: hidden;
759
+ clear: both;
760
+ }
761
+
762
+ .markdown-body span.align-center>span {
763
+ display: block;
764
+ margin: 13px auto 0;
765
+ overflow: hidden;
766
+ text-align: center;
767
+ }
768
+
769
+ .markdown-body span.align-center span img {
770
+ margin: 0 auto;
771
+ text-align: center;
772
+ }
773
+
774
+ .markdown-body span.align-right {
775
+ display: block;
776
+ overflow: hidden;
777
+ clear: both;
778
+ }
779
+
780
+ .markdown-body span.align-right>span {
781
+ display: block;
782
+ margin: 13px 0 0;
783
+ overflow: hidden;
784
+ text-align: right;
785
+ }
786
+
787
+ .markdown-body span.align-right span img {
788
+ margin: 0;
789
+ text-align: right;
790
+ }
791
+
792
+ .markdown-body span.float-left {
793
+ display: block;
794
+ float: left;
795
+ margin-right: 13px;
796
+ overflow: hidden;
797
+ }
798
+
799
+ .markdown-body span.float-left span {
800
+ margin: 13px 0 0;
801
+ }
802
+
803
+ .markdown-body span.float-right {
804
+ display: block;
805
+ float: right;
806
+ margin-left: 13px;
807
+ overflow: hidden;
808
+ }
809
+
810
+ .markdown-body span.float-right>span {
811
+ display: block;
812
+ margin: 13px auto 0;
813
+ overflow: hidden;
814
+ text-align: right;
815
+ }
816
+
817
+ .markdown-body code,
818
+ .markdown-body tt {
819
+ padding: .2em .4em;
820
+ margin: 0;
821
+ font-size: 85%;
822
+ white-space: break-spaces;
823
+ background-color: var(--bgColor-neutral-muted);
824
+ border-radius: 6px;
825
+ }
826
+
827
+ .markdown-body code br,
828
+ .markdown-body tt br {
829
+ display: none;
830
+ }
831
+
832
+ .markdown-body del code {
833
+ text-decoration: inherit;
834
+ }
835
+
836
+ .markdown-body samp {
837
+ font-size: 85%;
838
+ }
839
+
840
+ .markdown-body pre code {
841
+ font-size: 100%;
842
+ }
843
+
844
+ .markdown-body pre>code {
845
+ padding: 0;
846
+ margin: 0;
847
+ word-break: normal;
848
+ white-space: pre;
849
+ background: transparent;
850
+ border: 0;
851
+ }
852
+
853
+ .markdown-body .highlight {
854
+ margin-bottom: var(--base-size-16);
855
+ }
856
+
857
+ .markdown-body .highlight pre {
858
+ margin-bottom: 0;
859
+ word-break: normal;
860
+ }
861
+
862
+ .markdown-body .highlight pre,
863
+ .markdown-body pre {
864
+ padding: var(--base-size-16);
865
+ overflow: auto;
866
+ font-size: 85%;
867
+ line-height: 1.45;
868
+ color: var(--fgColor-default);
869
+ background-color: var(--bgColor-muted);
870
+ border-radius: 6px;
871
+ }
872
+
873
+ .markdown-body pre code,
874
+ .markdown-body pre tt {
875
+ display: inline;
876
+ max-width: auto;
877
+ padding: 0;
878
+ margin: 0;
879
+ overflow: visible;
880
+ line-height: inherit;
881
+ word-wrap: normal;
882
+ background-color: transparent;
883
+ border: 0;
884
+ }
885
+
886
+ .markdown-body .csv-data td,
887
+ .markdown-body .csv-data th {
888
+ padding: 5px;
889
+ overflow: hidden;
890
+ font-size: 12px;
891
+ line-height: 1;
892
+ text-align: left;
893
+ white-space: nowrap;
894
+ }
895
+
896
+ .markdown-body .csv-data .blob-num {
897
+ padding: 10px var(--base-size-8) 9px;
898
+ text-align: right;
899
+ background: var(--bgColor-default);
900
+ border: 0;
901
+ }
902
+
903
+ .markdown-body .csv-data tr {
904
+ border-top: 0;
905
+ }
906
+
907
+ .markdown-body .csv-data th {
908
+ font-weight: var(--base-text-weight-semibold, 600);
909
+ background: var(--bgColor-muted);
910
+ border-top: 0;
911
+ }
912
+
913
+ .markdown-body [data-footnote-ref]::before {
914
+ content: "[";
915
+ }
916
+
917
+ .markdown-body [data-footnote-ref]::after {
918
+ content: "]";
919
+ }
920
+
921
+ .markdown-body .footnotes {
922
+ font-size: 12px;
923
+ color: var(--fgColor-muted);
924
+ border-top: 1px solid var(--borderColor-default);
925
+ }
926
+
927
+ .markdown-body .footnotes ol {
928
+ padding-left: var(--base-size-16);
929
+ }
930
+
931
+ .markdown-body .footnotes ol ul {
932
+ display: inline-block;
933
+ padding-left: var(--base-size-16);
934
+ margin-top: var(--base-size-16);
935
+ }
936
+
937
+ .markdown-body .footnotes li {
938
+ position: relative;
939
+ }
940
+
941
+ .markdown-body .footnotes li:target::before {
942
+ position: absolute;
943
+ top: calc(var(--base-size-8)*-1);
944
+ right: calc(var(--base-size-8)*-1);
945
+ bottom: calc(var(--base-size-8)*-1);
946
+ left: calc(var(--base-size-24)*-1);
947
+ pointer-events: none;
948
+ content: "";
949
+ border: 2px solid var(--borderColor-accent-emphasis);
950
+ border-radius: 6px;
951
+ }
952
+
953
+ .markdown-body .footnotes li:target {
954
+ color: var(--fgColor-default);
955
+ }
956
+
957
+ .markdown-body .footnotes .data-footnote-backref g-emoji {
958
+ font-family: monospace;
959
+ }
960
+
961
+ .markdown-body body:has(:modal) {
962
+ padding-right: var(--dialog-scrollgutter) !important;
963
+ }
964
+
965
+ .markdown-body .pl-c {
966
+ color: var(--color-prettylights-syntax-comment);
967
+ }
968
+
969
+ .markdown-body .pl-c1,
970
+ .markdown-body .pl-s .pl-v {
971
+ color: var(--color-prettylights-syntax-constant);
972
+ }
973
+
974
+ .markdown-body .pl-e,
975
+ .markdown-body .pl-en {
976
+ color: var(--color-prettylights-syntax-entity);
977
+ }
978
+
979
+ .markdown-body .pl-smi,
980
+ .markdown-body .pl-s .pl-s1 {
981
+ color: var(--color-prettylights-syntax-storage-modifier-import);
982
+ }
983
+
984
+ .markdown-body .pl-ent {
985
+ color: var(--color-prettylights-syntax-entity-tag);
986
+ }
987
+
988
+ .markdown-body .pl-k {
989
+ color: var(--color-prettylights-syntax-keyword);
990
+ }
991
+
992
+ .markdown-body .pl-s,
993
+ .markdown-body .pl-pds,
994
+ .markdown-body .pl-s .pl-pse .pl-s1,
995
+ .markdown-body .pl-sr,
996
+ .markdown-body .pl-sr .pl-cce,
997
+ .markdown-body .pl-sr .pl-sre,
998
+ .markdown-body .pl-sr .pl-sra {
999
+ color: var(--color-prettylights-syntax-string);
1000
+ }
1001
+
1002
+ .markdown-body .pl-v,
1003
+ .markdown-body .pl-smw {
1004
+ color: var(--color-prettylights-syntax-variable);
1005
+ }
1006
+
1007
+ .markdown-body .pl-bu {
1008
+ color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
1009
+ }
1010
+
1011
+ .markdown-body .pl-ii {
1012
+ color: var(--color-prettylights-syntax-invalid-illegal-text);
1013
+ background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
1014
+ }
1015
+
1016
+ .markdown-body .pl-c2 {
1017
+ color: var(--color-prettylights-syntax-carriage-return-text);
1018
+ background-color: var(--color-prettylights-syntax-carriage-return-bg);
1019
+ }
1020
+
1021
+ .markdown-body .pl-sr .pl-cce {
1022
+ font-weight: bold;
1023
+ color: var(--color-prettylights-syntax-string-regexp);
1024
+ }
1025
+
1026
+ .markdown-body .pl-ml {
1027
+ color: var(--color-prettylights-syntax-markup-list);
1028
+ }
1029
+
1030
+ .markdown-body .pl-mh,
1031
+ .markdown-body .pl-mh .pl-en,
1032
+ .markdown-body .pl-ms {
1033
+ font-weight: bold;
1034
+ color: var(--color-prettylights-syntax-markup-heading);
1035
+ }
1036
+
1037
+ .markdown-body .pl-mi {
1038
+ font-style: italic;
1039
+ color: var(--color-prettylights-syntax-markup-italic);
1040
+ }
1041
+
1042
+ .markdown-body .pl-mb {
1043
+ font-weight: bold;
1044
+ color: var(--color-prettylights-syntax-markup-bold);
1045
+ }
1046
+
1047
+ .markdown-body .pl-md {
1048
+ color: var(--color-prettylights-syntax-markup-deleted-text);
1049
+ background-color: var(--color-prettylights-syntax-markup-deleted-bg);
1050
+ }
1051
+
1052
+ .markdown-body .pl-mi1 {
1053
+ color: var(--color-prettylights-syntax-markup-inserted-text);
1054
+ background-color: var(--color-prettylights-syntax-markup-inserted-bg);
1055
+ }
1056
+
1057
+ .markdown-body .pl-mc {
1058
+ color: var(--color-prettylights-syntax-markup-changed-text);
1059
+ background-color: var(--color-prettylights-syntax-markup-changed-bg);
1060
+ }
1061
+
1062
+ .markdown-body .pl-mi2 {
1063
+ color: var(--color-prettylights-syntax-markup-ignored-text);
1064
+ background-color: var(--color-prettylights-syntax-markup-ignored-bg);
1065
+ }
1066
+
1067
+ .markdown-body .pl-mdr {
1068
+ font-weight: bold;
1069
+ color: var(--color-prettylights-syntax-meta-diff-range);
1070
+ }
1071
+
1072
+ .markdown-body .pl-ba {
1073
+ color: var(--color-prettylights-syntax-brackethighlighter-angle);
1074
+ }
1075
+
1076
+ .markdown-body .pl-sg {
1077
+ color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
1078
+ }
1079
+
1080
+ .markdown-body .pl-corl {
1081
+ text-decoration: underline;
1082
+ color: var(--color-prettylights-syntax-constant-other-reference-link);
1083
+ }
1084
+
1085
+ .markdown-body [role=button]:focus:not(:focus-visible),
1086
+ .markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
1087
+ .markdown-body button:focus:not(:focus-visible),
1088
+ .markdown-body summary:focus:not(:focus-visible),
1089
+ .markdown-body a:focus:not(:focus-visible) {
1090
+ outline: none;
1091
+ box-shadow: none;
1092
+ }
1093
+
1094
+ .markdown-body [tabindex="0"]:focus:not(:focus-visible),
1095
+ .markdown-body details-dialog:focus:not(:focus-visible) {
1096
+ outline: none;
1097
+ }
1098
+
1099
+ .markdown-body g-emoji {
1100
+ display: inline-block;
1101
+ min-width: 1ch;
1102
+ font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
1103
+ font-size: 1em;
1104
+ font-style: normal !important;
1105
+ font-weight: var(--base-text-weight-normal, 400);
1106
+ line-height: 1;
1107
+ vertical-align: -0.075em;
1108
+ }
1109
+
1110
+ .markdown-body g-emoji img {
1111
+ width: 1em;
1112
+ height: 1em;
1113
+ }
1114
+
1115
+ .markdown-body .task-list-item {
1116
+ list-style-type: none;
1117
+ }
1118
+
1119
+ .markdown-body .task-list-item label {
1120
+ font-weight: var(--base-text-weight-normal, 400);
1121
+ }
1122
+
1123
+ .markdown-body .task-list-item.enabled label {
1124
+ cursor: pointer;
1125
+ }
1126
+
1127
+ .markdown-body .task-list-item+.task-list-item {
1128
+ margin-top: var(--base-size-4);
1129
+ }
1130
+
1131
+ .markdown-body .task-list-item .handle {
1132
+ display: none;
1133
+ }
1134
+
1135
+ .markdown-body .task-list-item-checkbox {
1136
+ margin: 0 .2em .25em -1.4em;
1137
+ vertical-align: middle;
1138
+ }
1139
+
1140
+ .markdown-body ul:dir(rtl) .task-list-item-checkbox {
1141
+ margin: 0 -1.6em .25em .2em;
1142
+ }
1143
+
1144
+ .markdown-body ol:dir(rtl) .task-list-item-checkbox {
1145
+ margin: 0 -1.6em .25em .2em;
1146
+ }
1147
+
1148
+ .markdown-body .contains-task-list:hover .task-list-item-convert-container,
1149
+ .markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
1150
+ display: block;
1151
+ width: auto;
1152
+ height: 24px;
1153
+ overflow: visible;
1154
+ clip: auto;
1155
+ }
1156
+
1157
+ .markdown-body ::-webkit-calendar-picker-indicator {
1158
+ filter: invert(50%);
1159
+ }
1160
+
1161
+ .markdown-body .markdown-alert {
1162
+ padding: var(--base-size-8) var(--base-size-16);
1163
+ margin-bottom: var(--base-size-16);
1164
+ color: inherit;
1165
+ border-left: .25em solid var(--borderColor-default);
1166
+ }
1167
+
1168
+ .markdown-body .markdown-alert>:first-child {
1169
+ margin-top: 0;
1170
+ }
1171
+
1172
+ .markdown-body .markdown-alert>:last-child {
1173
+ margin-bottom: 0;
1174
+ }
1175
+
1176
+ .markdown-body .markdown-alert .markdown-alert-title {
1177
+ display: flex;
1178
+ font-weight: var(--base-text-weight-medium, 500);
1179
+ align-items: center;
1180
+ line-height: 1;
1181
+ }
1182
+
1183
+ .markdown-body .markdown-alert.markdown-alert-note {
1184
+ border-left-color: var(--borderColor-accent-emphasis);
1185
+ }
1186
+
1187
+ .markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
1188
+ color: var(--fgColor-accent);
1189
+ }
1190
+
1191
+ .markdown-body .markdown-alert.markdown-alert-important {
1192
+ border-left-color: var(--borderColor-done-emphasis);
1193
+ }
1194
+
1195
+ .markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
1196
+ color: var(--fgColor-done);
1197
+ }
1198
+
1199
+ .markdown-body .markdown-alert.markdown-alert-warning {
1200
+ border-left-color: var(--borderColor-attention-emphasis);
1201
+ }
1202
+
1203
+ .markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
1204
+ color: var(--fgColor-attention);
1205
+ }
1206
+
1207
+ .markdown-body .markdown-alert.markdown-alert-tip {
1208
+ border-left-color: var(--borderColor-success-emphasis);
1209
+ }
1210
+
1211
+ .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
1212
+ color: var(--fgColor-success);
1213
+ }
1214
+
1215
+ .markdown-body .markdown-alert.markdown-alert-caution {
1216
+ border-left-color: var(--borderColor-danger-emphasis);
1217
+ }
1218
+
1219
+ .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
1220
+ color: var(--fgColor-danger);
1221
+ }
1222
+
1223
+ .markdown-body>*:first-child>.heading-element:first-child {
1224
+ margin-top: 0 !important;
1225
+ }
1226
+
1227
+ .markdown-body ul[role='list'],
1228
+ .markdown-body ol[role='list'] {
1229
+ list-style: none;
1230
+ }
1231
+
1232
+ .markdown-body html[focus-within] {
1233
+ scroll-behavior: smooth;
1234
+ }
1235
+
1236
+ .markdown-body html:focus-within {
1237
+ scroll-behavior: smooth;
1238
+ }
1239
+
1240
+ .markdown-body a:not([class]) {
1241
+ -webkit-text-decoration-skip: ink;
1242
+ text-decoration-skip-ink: auto;
1243
+ }
1244
+
1245
+ .markdown-body img,
1246
+ .markdown-body picture {
1247
+ max-width: 100%;
1248
+ display: block;
1249
+ }
1250
+
1251
+ .markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
1252
+ width: calc(100% - 20px);
1253
+ }
1254
+