Skip to content

Commit ef8b981

Browse files
authored
test pager false (#1362)
1 parent 9f8fa59 commit ef8b981

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

test/input/build/pager/null.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar: false
3+
header: false
4+
footer: false
5+
pager: false
6+
---
7+
8+
# null
9+
10+
This page should not be linked.

test/output/build/pager/null.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
4+
<title>null</title>
5+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
6+
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&amp;display=swap" crossorigin>
7+
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.css">
8+
<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&amp;display=swap" crossorigin>
9+
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.css">
10+
<link rel="modulepreload" href="./_observablehq/client.js">
11+
<link rel="modulepreload" href="./_observablehq/runtime.js">
12+
<link rel="modulepreload" href="./_observablehq/stdlib.js">
13+
<script type="module">
14+
15+
import "./_observablehq/client.js";
16+
17+
</script>
18+
<aside id="observablehq-toc" data-selector="h1:not(:first-of-type)[id], h2:first-child[id], :not(h1) + h2[id]">
19+
<nav>
20+
</nav>
21+
</aside>
22+
<div id="observablehq-center">
23+
<main id="observablehq-main" class="observablehq">
24+
<h1 id="null" tabindex="-1"><a class="observablehq-header-anchor" href="#null">null</a></h1>
25+
<p>This page should not be linked.</p>
26+
</main>
27+
</div>

0 commit comments

Comments
 (0)