|
22 | 22 | margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */ |
23 | 23 | vertical-align: middle; |
24 | 24 | } |
25 | | -/* CSS for syntax highlighting */ |
26 | | -html { -webkit-text-size-adjust: 100%; } |
27 | | -pre > code.sourceCode { white-space: pre; position: relative; } |
28 | | -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } |
29 | | -pre > code.sourceCode > span:empty { height: 1.2em; } |
30 | | -.sourceCode { overflow: visible; } |
31 | | -code.sourceCode > span { color: inherit; text-decoration: inherit; } |
32 | | -div.sourceCode { margin: 1em 0; } |
33 | | -pre.sourceCode { margin: 0; } |
34 | | -@media screen { |
35 | | -div.sourceCode { overflow: auto; } |
36 | | -} |
37 | | -@media print { |
38 | | -pre > code.sourceCode { white-space: pre-wrap; } |
39 | | -pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } |
40 | | -} |
41 | | -pre.numberSource code |
42 | | - { counter-reset: source-line 0; } |
43 | | -pre.numberSource code > span |
44 | | - { position: relative; left: -4em; counter-increment: source-line; } |
45 | | -pre.numberSource code > span > a:first-child::before |
46 | | - { content: counter(source-line); |
47 | | - position: relative; left: -1em; text-align: right; vertical-align: baseline; |
48 | | - border: none; display: inline-block; |
49 | | - -webkit-touch-callout: none; -webkit-user-select: none; |
50 | | - -khtml-user-select: none; -moz-user-select: none; |
51 | | - -ms-user-select: none; user-select: none; |
52 | | - padding: 0 4px; width: 4em; |
53 | | - } |
54 | | -pre.numberSource { margin-left: 3em; padding-left: 4px; } |
55 | | -div.sourceCode |
56 | | - { } |
57 | | -@media screen { |
58 | | -pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } |
59 | | -} |
60 | 25 | </style> |
61 | 26 |
|
62 | 27 |
|
@@ -370,23 +335,6 @@ <h1 class="title">Test</h1> |
370 | 335 |
|
371 | 336 |
|
372 | 337 | <p>Hello!</p> |
373 | | -<div class="cell"> |
374 | | -<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(dplyr)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
375 | | -<div class="cell-output cell-output-stderr"> |
376 | | -<pre><code> |
377 | | -Attaching package: 'dplyr'</code></pre> |
378 | | -</div> |
379 | | -<div class="cell-output cell-output-stderr"> |
380 | | -<pre><code>The following objects are masked from 'package:stats': |
381 | | - |
382 | | - filter, lag</code></pre> |
383 | | -</div> |
384 | | -<div class="cell-output cell-output-stderr"> |
385 | | -<pre><code>The following objects are masked from 'package:base': |
386 | | - |
387 | | - intersect, setdiff, setequal, union</code></pre> |
388 | | -</div> |
389 | | -</div> |
390 | 338 |
|
391 | 339 |
|
392 | 340 |
|
@@ -476,7 +424,7 @@ <h1 class="title">Test</h1> |
476 | 424 | } |
477 | 425 | var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); |
478 | 426 | var mailtoRegex = new RegExp(/^mailto:/); |
479 | | - var filterRegex = new RegExp('/' + window.location.host + '/'); |
| 427 | + var filterRegex = new RegExp("https:\/\/michaelgicheru\.com\/"); |
480 | 428 | var isInternal = (href) => { |
481 | 429 | return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); |
482 | 430 | } |
|
0 commit comments