|
| 1 | +<!DOCTYPE html> |
| 2 | +<meta charset="utf-8"> |
| 3 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| 4 | +<title>A title</title> |
| 5 | +<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 6 | +<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"> |
| 7 | +<link rel="stylesheet" type="text/css" href="./_observablehq/style.css"> |
| 8 | +<link rel="modulepreload" href="./_observablehq/runtime.js"> |
| 9 | +<script type="module"> |
| 10 | + |
| 11 | +import {define} from "./_observablehq/client.js"; |
| 12 | + |
| 13 | + |
| 14 | +</script> |
| 15 | +<input id="observablehq-sidebar-toggle" type="checkbox"> |
| 16 | +<label id="observablehq-sidebar-backdrop" for="observablehq-sidebar-toggle"></label> |
| 17 | +<nav id="observablehq-sidebar"> |
| 18 | + <ol> |
| 19 | + <li class="observablehq-link observablehq-link-active"><a href="./">Home</a></li> |
| 20 | + </ol> |
| 21 | + <ol> |
| 22 | + <li class="observablehq-link observablehq-link-active"><a href="./">A title</a></li> |
| 23 | + </ol> |
| 24 | +</nav> |
| 25 | +<script>{ |
| 26 | + const toggle = document.querySelector("#observablehq-sidebar-toggle"); |
| 27 | + const initialState = localStorage.getItem("observablehq-sidebar"); |
| 28 | + if (initialState) toggle.checked = initialState === "true"; |
| 29 | + else toggle.indeterminate = true; |
| 30 | +}</script> |
| 31 | +<aside id="observablehq-toc" data-selector="#observablehq-main h1:not(:first-of-type), #observablehq-main h2:not(h1 + h2)"> |
| 32 | +<nav> |
| 33 | +<div>Contents</div> |
| 34 | +<ol> |
| 35 | +<li class="observablehq-secondary-link"><a href="#first-section">First section</a></li> |
| 36 | +<li class="observablehq-secondary-link"><a href="#second-section">Second section</a></li> |
| 37 | +<li class="observablehq-secondary-link"><a href="#an-intermediate-h1">An intermediate H1</a></li> |
| 38 | +<li class="observablehq-secondary-link"><a href="#third-section">Third section</a></li> |
| 39 | +</ol> |
| 40 | +</nav> |
| 41 | +</aside> |
| 42 | +<div id="observablehq-center"> |
| 43 | +<main id="observablehq-main" class="observablehq"> |
| 44 | +<h1 id="a-title" tabindex="-1"><a class="observablehq-header-anchor" href="#a-title">A title</a></h1> |
| 45 | +<h2 id="a-subtitle" tabindex="-1"><a class="observablehq-header-anchor" href="#a-subtitle">A subtitle</a></h2> |
| 46 | +<p>The subtitle is not part of the TOC.</p> |
| 47 | +<h2 id="first-section" tabindex="-1"><a class="observablehq-header-anchor" href="#first-section">First section</a></h2> |
| 48 | +<p>The first section is part of the TOC.</p> |
| 49 | +<h2 id="second-section" tabindex="-1"><a class="observablehq-header-anchor" href="#second-section">Second section</a></h2> |
| 50 | +<p>The second section is also part of the TOC.</p> |
| 51 | +<h1 id="an-intermediate-h1" tabindex="-1"><a class="observablehq-header-anchor" href="#an-intermediate-h1">An intermediate H1</a></h1> |
| 52 | +<h2 id="with-its-own-subtitle" tabindex="-1"><a class="observablehq-header-anchor" href="#with-its-own-subtitle">With its own subtitle</a></h2> |
| 53 | +<p>Not part of the TOC either.</p> |
| 54 | +<h2 id="third-section" tabindex="-1"><a class="observablehq-header-anchor" href="#third-section">Third section</a></h2> |
| 55 | +<p>The third section is part of the TOC.</p> |
| 56 | +</main> |
| 57 | +<footer id="observablehq-footer"> |
| 58 | +<div>© 2023 Observable, Inc.</div> |
| 59 | +</footer> |
| 60 | +</div> |
0 commit comments