forked from idvorkin/idvorkin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.html
More file actions
128 lines (94 loc) · 2.55 KB
/
debug.html
File metadata and controls
128 lines (94 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
title: Debug the page
layout: empty
---
<!doctype html>
<html lang="en">
<!-- pre head -->
<head>
<!-- pre include -->
{% include head.html %}
</head>
<body data-spy="scroll" data-target=".nav-scroll-spy" style="position:relative">
{% include site-menu.html %}
<article class="article">
<div id="content-holder" class="pretty-first-para">
{% include toc.html %}
<div id="debug-page-scroll-spy" class="nav-scroll-spy" style="position:fixed;offset-top:100px">
</div>
<h1 id="tip1">tip1</h1>
<p>debug</p>
<p>debug</p>
<p>debug
debug
debug
debug
debug</p>
<p>debug
debug</p>
<p>debug</p>
<p>debug
debug</p>
<p>debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<h1 id="tip3">tip3</h1>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug
debug</p>
<p>debug</p>
<h1 id="tip4">tip4</h1>
</div>
</article>
<span id="hold-scripts-so-looks-nice-debugging">
{% include scripts.html %}
<script>
// Bootstrap tables are optin, so set their class
// https://getbootstrap.com/docs/4.0/content/tables/#table-head-options
$("table").addClass("table")
generateToc('debug-page-scroll-spy')
</script>
</span>
</body>
</html>
<!--
<table>
<thead>
<tr>
<th>Year</th>
<th>Base</th>
</tr>
</thead>
<tbody>
<tr>
<td>0aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</td>
<td>150</td>
</tr>
</tbody>
</table>
-->