|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> |
3 | 3 |
|
4 | 4 | <meta charset="utf-8"> |
5 | | -<meta name="generator" content="quarto-1.5.57"> |
| 5 | +<meta name="generator" content="quarto-1.6.39"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
|
36 | 36 | <script src="../site_libs/quarto-html/tippy.umd.min.js"></script> |
37 | 37 | <script src="../site_libs/quarto-html/anchor.min.js"></script> |
38 | 38 | <link href="../site_libs/quarto-html/tippy.css" rel="stylesheet"> |
39 | | -<link href="../site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
40 | | -<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
| 39 | +<link href="../site_libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
| 40 | +<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark-d166b450ba5a8e9f7a0ab969bf6592c1.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
41 | 41 | <script src="../site_libs/bootstrap/bootstrap.min.js"></script> |
42 | 42 | <link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
43 | | -<link href="../site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
44 | | -<link href="../site_libs/bootstrap/bootstrap-dark.min.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
| 43 | +<link href="../site_libs/bootstrap/bootstrap-67a2e84020a814b898de6a6e6a645961.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
| 44 | +<link href="../site_libs/bootstrap/bootstrap-dark-2f8c0978bb89e63a0561cfc3282945b9.min.css" rel="prefetch" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
45 | 45 | <script id="quarto-search-options" type="application/json">{ |
46 | 46 | "location": "navbar", |
47 | 47 | "copy-button": false, |
|
252 | 252 |
|
253 | 253 | </div> |
254 | 254 | <!-- main --> |
255 | | -<main class="content" id="quarto-document-content"> |
| 255 | +<main class="content" id="quarto-document-content"><header id="title-block-header" class="quarto-title-block"></header> |
256 | 256 | <div id="google_translate_element"></div> |
257 | 257 |
|
258 | 258 | <script type="text/javascript"> |
|
498 | 498 | }); |
499 | 499 | clipboard.on('success', onCopySuccess); |
500 | 500 | if (window.document.getElementById('quarto-embedded-source-code-modal')) { |
501 | | - // For code content inside modals, clipBoardJS needs to be initialized with a container option |
502 | | - // TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860) |
503 | 501 | const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', { |
504 | 502 | text: getTextToCopy, |
505 | 503 | container: window.document.getElementById('quarto-embedded-source-code-modal') |
|
610 | 608 | if (window.Quarto?.typesetMath) { |
611 | 609 | window.Quarto.typesetMath(note); |
612 | 610 | } |
613 | | - // TODO in 1.5, we should make sure this works without a callout special case |
614 | 611 | if (note.classList.contains("callout")) { |
615 | 612 | return note.outerHTML; |
616 | 613 | } else { |
|
0 commit comments