|
10 | 10 | <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
11 | 11 | <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
12 | 12 | <link rel="manifest" href="/site.webmanifest">
|
13 |
| - <script src="https://cdn.plot.ly/plotly-2.31.1.min.js" charset="utf-8"></script> |
14 |
| - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.css" |
15 |
| - integrity="sha384-nB0miv6/jRmo5UMMR1wu3Gz6NLsoTkbqJghGIsx//Rlm+ZU03BU6SQNC66uf4l5+" crossorigin="anonymous"> |
16 |
| - <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.11/dist/katex.min.js" |
17 |
| - integrity="sha384-7zkQWkzuo3B5mTepMUcHkMB5jZaolc2xDwL6VFqjFALcbeS9Ggm/Yr2r3Dy4lfFg" |
18 |
| - crossorigin="anonymous"></script> |
19 |
| - <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js" |
20 |
| - integrity="sha256-OMcKHnypGrQOLZ5uYBKYUacX7Rx9Ssu91Bv5UDeRz2g=" crossorigin="anonymous"></script> |
21 |
| - <script src="https://cdn.jsdelivr.net/npm/markdown-it-texmath/texmath.min.js"></script> |
22 |
| - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/markdown-it-texmath/css/texmath.min.css"> |
23 |
| - <link rel="stylesheet" |
24 |
| - href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.6.1/github-markdown-light.css" |
25 |
| - integrity="sha512-tVO0ZLV54CEoiM+i1hvfZGcopGR3rxyyC3L2/P/6NRTVXlrp4OKyTFunluVG1BRNasDLnm6ZRPDKBGM0CkS99Q==" |
26 |
| - crossorigin="anonymous" referrerpolicy="no-referrer" /> |
27 |
| - <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.6/dist/cdn.min.js" defer></script> |
28 | 13 | </head>
|
29 | 14 | <script>
|
30 | 15 | const mathWorker = new Worker("mathWorker.js", { type: "classic" });
|
|
33 | 18 | <body x-data="{showCode:true, showReport:true}">
|
34 | 19 | <nav class="markdown-body">
|
35 | 20 | <form name="topBar">
|
36 |
| - <button type='button' x-on:click="showCode = !showCode" |
37 |
| - x-text="showCode?'<':'>'" |
38 |
| - x-bind:title="showCode?'hide code':'show code'"></button> |
| 21 | + <button type='button' x-on:click="showCode = !showCode" x-text="showCode?'<':'>'" |
| 22 | + x-bind:title="showCode?'hide code':'show code'"></button> |
39 | 23 | <fieldset id='tabs'></fieldset>
|
40 | 24 | <span>
|
41 | 25 | <fieldset id="examples" style="float: right;">
|
|
71 | 55 | </optgroup>
|
72 | 56 | </select>
|
73 | 57 | <button type="button" id="exampleInsert" name="insertExample">+</button>
|
74 |
| - <button type="button" |
75 |
| - x-on:click="showReport = !showReport" |
76 |
| - x-text="showReport ? '>':'<'" |
77 |
| - x-bind:title="showReport?'hide report':'show report'"></button> |
| 58 | + <button type="button" x-on:click="showReport = !showReport" x-text="showReport ? '>':'<'" |
| 59 | + x-bind:title="showReport?'hide report':'show report'"></button> |
78 | 60 | </fieldset>
|
79 | 61 | </span>
|
80 |
| - |
| 62 | + |
81 | 63 | </form>
|
82 | 64 | </nav>
|
83 | 65 |
|
|
0 commit comments