forked from imthenachoman/nGitHubTOC
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
testing-curly-anchors.html
511 lines (510 loc) · 20.3 KB
/
testing-curly-anchors.html
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="author" content="Matthias C. Hormann, a.k.a. Moonbase59" />
<meta name="dcterms.date" content="2024-04-08" />
<title>testing.md</title>
<style>
html {
color: #1a1a1a;
background-color: #fdfdfd;
}
body {
margin: 0 auto;
max-width: 36em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 12px;
}
h1 {
font-size: 1.8em;
}
}
@media print {
html {
background-color: white;
}
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3, h4 {
page-break-after: avoid;
}
}
p {
margin: 1em 0;
}
a {
color: #1a1a1a;
}
a:visited {
color: #1a1a1a;
}
img {
max-width: 100%;
}
svg {
height: auto;
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
h5, h6 {
font-size: 1em;
font-style: italic;
}
h6 {
font-weight: normal;
}
ol, ul {
padding-left: 1.7em;
margin-top: 1em;
}
li > ol, li > ul {
margin-top: 0;
}
blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
border-left: 2px solid #e6e6e6;
color: #606060;
}
code {
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
font-size: 85%;
margin: 0;
hyphens: manual;
}
pre {
margin: 1em 0;
overflow: auto;
}
pre code {
padding: 0;
overflow: visible;
overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;
overflow: visible;
}
hr {
background-color: #1a1a1a;
border: none;
height: 1px;
margin: 1em 0;
}
table {
margin: 1em 0;
border-collapse: collapse;
width: 100%;
overflow-x: auto;
display: block;
font-variant-numeric: lining-nums tabular-nums;
}
table caption {
margin-bottom: 0.75em;
}
tbody {
margin-top: 0.5em;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
}
th {
border-top: 1px solid #1a1a1a;
padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
margin-bottom: 4em;
text-align: center;
}
#TOC li {
list-style: none;
}
#TOC ul {
padding-left: 1.3em;
}
#TOC > ul {
padding-left: 0;
}
#TOC a:not(:hover) {
text-decoration: none;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
/* CSS for syntax highlighting */
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { color: #008000; } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
</style>
<link rel="stylesheet" href="gh-toc.css" />
</head>
<body>
<header id="title-block-header">
<h1 class="title">testing.md</h1>
<p class="subtitle">Testing edge cases for gh-toc</p>
<p class="author">Matthias C. Hormann, a.k.a. Moonbase59</p>
<p class="date">2024-04-08</p>
</header>
<h1 id="gh-toc">gh-toc</h1>
<p>These are some testing samples for <a
href="https://moonbase59.github.io/gh-toc/">gh-toc</a>.</p>
<p>Let’s check if these coincide with whatever GitHub Markdown comes up
with!</p>
<h2 id="the-generated-toc-copy-pasted">The generated ToC
(copy-pasted)</h2>
<!-- ToC begin -->
<p><a name="toc"></a></p>
<ul>
<li><a href="#gh-toc">gh-toc</a>
<ul>
<li><a href="#the-generated-toc-copy-pasted">The generated ToC
(copy-pasted)</a></li>
<li><a href="#foreign-characters">Foreign characters</a>
<ul>
<li><a href="#accents-äöüßäöüß-áéíóú-áéíóú-àèìòù-ññõõ-çç-øø">Accents:
äöüßÄÖÜẞ áéíóú ÁÉÍÓÚ àèìòù ñÑõÕ çÇ øØ</a></li>
<li><a href="#russian-какой-то-русский-текст">Russian: Какой-то русский
текст…</a></li>
</ul></li>
<li><a href="#numbers-0123--ⅰ-ⅱ-ⅲ-ⅰ-ⅱ-ⅲ--">Numbers: 0123 ⑴⑵⑶ ⅰ ⅱ ⅲ Ⅰ Ⅱ Ⅲ
²³ ¼½</a></li>
<li><a href="#underscore-within-code-tags">Underscore within code
tags</a>
<ul>
<li><a href="#some-code_with_underscores--ab">Some
<code>code_with_underscores += a*b</code></a></li>
<li><a href="#more-code_bars">More <code>code_bars</code></a></li>
<li><a href="#we-might-have-double_quoted_code">We might have
<code>double_quoted_code</code></a></li>
<li><a href="#or-even-double-quoted-with-single-backticks--inside">Or
even <code>double-quoted with single backticks ` inside!</code></a></li>
</ul></li>
<li><a href="#underscore-special-cases">Underscore special cases</a>
<ul>
<li><a href="#just-__-some-underlines-or-dunders">Just __ some
underlines, or <strong>dunders</strong></a></li>
<li><a href="#___">___</a></li>
<li><a href="#__">__</a></li>
<li><a href="#dunder"><strong>dunder</strong></a></li>
<li><a href="#emphasis"><em>emphasis</em></a></li>
<li><a href="#_-emph-_">_ emph _</a></li>
<li><a href="#in-a-sentence"><em>in a <em>sentence</em></em></a></li>
<li><a href="#in_word_parsing"><em>in_word_parsing</em></a></li>
<li><a
href="#another_in_word_example"><em>another_in_word_example</em></a></li>
</ul></li>
<li><a href="#markdown">Markdown</a>
<ul>
<li><a href="#some-emphasized-text">Some <em>emphasized</em>
text</a></li>
<li><a href="#some-bold-text">Some <strong>bold</strong> text</a></li>
<li><a href="#some-strikethrough-text">Some <del>strikethrough</del>
text</a></li>
<li><a href="#anchors">Anchors</a></li>
<li><a href="#anchors-1">Anchors</a></li>
</ul></li>
<li><a href="#more-character-codes">More character codes</a>
<ul>
<li><a href="#apostrophes-and-such-a-b-c-d-e-f-g-h">Apostrophes and
such: “a” ‘b’ “c” ‘d’ »e« ›f‹ „g“ ‚h‘</a></li>
<li><a href="#parentheses-brackets-and">(Parentheses), [brackets]
and</a></li>
<li><a href="#arrows---">Arrows: ←↓↑→ ↕⇵ ⏎</a></li>
<li><a href="#symbols---">Symbols: ☯ ☎ 🂡</a></li>
<li><a href="#currency-----">Currency: $ € £ ₽ ¤</a></li>
<li><a href="#other-">Other: ℗©™</a></li>
</ul></li>
<li><a href="#repeated-headings">Repeated Headings</a>
<ul>
<li><a href="#heading">Heading</a></li>
<li><a href="#heading-1">Heading</a></li>
<li><a href="#heading-2">Heading</a></li>
<li><a href="#heading-2-1">Heading 2</a></li>
<li><a href="#heading-3">Heading</a></li>
</ul></li>
<li><a href="#numbered-headings">Numbered Headings</a>
<ul>
<li><a href="#3-a-section">3. A section</a>
<ul>
<li><a href="#31-sub-section">3.1 Sub-section</a>
<ul>
<li><a href="#311-sub-sub-section">3.1.1 Sub-sub-section</a></li>
<li><a href="#312-sub-sub-section">3.1.2 Sub-sub-section</a></li>
<li><a href="#313-sub-sub-section">3.1.3 Sub-sub-section</a></li>
</ul></li>
<li><a href="#32-sub-section">3.2 Sub-section</a>
<ul>
<li><a href="#321-sub-sub-section">3.2.1 Sub-sub-section</a></li>
<li><a href="#322-sub-sub-section">3.2.2 Sub-sub-section</a></li>
<li><a href="#323-sub-sub-section">3.2.3 Sub-sub-section</a></li>
</ul></li>
</ul></li>
</ul></li>
<li><a href="#code-blocks">Code blocks</a></li>
<li><a href="#back-again-from-the-code-blocks">Back again from the code
blocks</a></li>
<li><a href="#indentation-4-spaces-is-code">Indentation (4+ spaces is
code)</a>
<ul>
<li><a href="#none">None</a></li>
<li><a href="#1-space">1 space</a></li>
<li><a href="#2-spaces">2 spaces</a></li>
<li><a href="#3-spaces">3 spaces</a></li>
</ul></li>
<li><a
href="#dummy-text-so-we-can-see-the-browser-jump-to-the-desired-heading">Dummy
text so we can see the browser jump to the desired heading</a>
<!-- Generated by gh-toc, https://moonbase59.github.io/gh-toc/ -->
<!-- ToC end --></li>
</ul></li>
</ul>
<h2 id="foreign-characters">Foreign characters</h2>
<h3 id="accents-äöüßäöüß-áéíóú-áéíóú-àèìòù-ññõõ-çç-øø">Accents: äöüßÄÖÜẞ
áéíóú ÁÉÍÓÚ àèìòù ñÑõÕ çÇ øØ</h3>
<h3 id="russian-какой-то-русский-текст">Russian: Какой-то русский
текст…</h3>
<h2 id="numbers-0123--ⅰ-ⅱ-ⅲ-ⅰ-ⅱ-ⅲ--">Numbers: 0123 ⑴⑵⑶ ⅰ ⅱ ⅲ Ⅰ Ⅱ Ⅲ ²³
¼½</h2>
<h2 id="underscore-within-code-tags">Underscore within code tags</h2>
<h3 id="some-code_with_underscores--ab">Some
<code>code_with_underscores += a*b</code></h3>
<h3 id="more-code_bars">More <code>code_bars</code></h3>
<h3 id="we-might-have-double_quoted_code">We might have
<code>double_quoted_code</code></h3>
<h3 id="or-even-double-quoted-with-single-backticks--inside">Or even
<code>double-quoted with single backticks ` inside!</code></h3>
<h2 id="underscore-special-cases">Underscore special cases</h2>
<h3 id="just-__-some-underlines-or-dunders">Just __ some underlines, or
<strong>dunders</strong></h3>
<h3 id="___">___</h3>
<h3 id="__">__</h3>
<h3 id="dunder"><strong>dunder</strong></h3>
<h3 id="emphasis"><em>emphasis</em></h3>
<h3 id="_-emph-_">_ emph _</h3>
<h3 id="in-a-sentence"><em>in a <em>sentence</em></em></h3>
<h3 id="in_word_parsing"><em>in_word_parsing</em></h3>
<h3 id="another_in_word_example"><em>another_in_word_example</em></h3>
<h2 id="markdown">Markdown</h2>
<p>You can backlink to your generated <a href="#toc">Table of
Contents</a> anywhere using</p>
<pre><code>[Table of Contents](#toc)</code></pre>
<h3 id="some-emphasized-text">Some <em>emphasized</em> text</h3>
<h3 id="some-bold-text">Some <strong>bold</strong> text</h3>
<h3 id="some-strikethrough-text">Some <del>strikethrough</del> text</h3>
<h3 id="anchors">Anchors</h3>
<h3 id="anchors-1">Anchors</h3>
<h2 id="more-character-codes">More character codes</h2>
<h3 id="apostrophes-and-such-a-b-c-d-e-f-g-h">Apostrophes and such: “a”
‘b’ “c” ‘d’ »e« ›f‹ „g“ ‚h‘</h3>
<h3 id="parentheses-brackets-and">(Parentheses), [brackets] and</h3>
<h3 id="arrows---">Arrows: ←↓↑→ ↕⇵ ⏎</h3>
<h3 id="symbols---">Symbols: ☯ ☎ 🂡</h3>
<h3 id="currency-----">Currency: $ € £ ₽ ¤</h3>
<h3 id="other-">Other: ℗©™</h3>
<h2 id="repeated-headings">Repeated Headings</h2>
<p>Repeated headings auto-generate links with appended numbers, like
<code>-1</code>, <code>-2</code>, etc.</p>
<h3 id="heading">Heading</h3>
<p>This will generate the link <code>#heading</code>.</p>
<h3 id="heading-1">Heading</h3>
<p>This generates <code>#heading-1</code>.</p>
<h3 id="heading-2">Heading</h3>
<p>This generates <code>#heading-2</code>.</p>
<h3 id="heading-2-1">Heading 2</h3>
<p>This <em>would</em> generate <code>#heading-2</code>, but since that
has been used already, it now generates <code>#heading-2-1</code>.</p>
<h3 id="heading-3">Heading</h3>
<p>This generates <code>#heading-3</code> as expected.</p>
<h2 id="numbered-headings">Numbered Headings</h2>
<h3 id="3-a-section">3. A section</h3>
<h4 id="31-sub-section">3.1 Sub-section</h4>
<h5 id="311-sub-sub-section">3.1.1 Sub-sub-section</h5>
<h5 id="312-sub-sub-section">3.1.2 Sub-sub-section</h5>
<h5 id="313-sub-sub-section">3.1.3 Sub-sub-section</h5>
<h4 id="32-sub-section">3.2 Sub-section</h4>
<h5 id="321-sub-sub-section">3.2.1 Sub-sub-section</h5>
<h5 id="322-sub-sub-section">3.2.2 Sub-sub-section</h5>
<h5 id="323-sub-sub-section">3.2.3 Sub-sub-section</h5>
<h2 id="code-blocks">Code blocks</h2>
<pre><code>## What if this is in a code block?</code></pre>
<pre><code>```
## Code level 3 inside level 5 block
```</code></pre>
<pre><code>```
## Code level 3 inside level 4 block, no level 3 end</code></pre>
<div class="sourceCode" id="cb5"><pre
class="sourceCode markdown"><code class="sourceCode markdown"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="fu">## Code tag with name</span></span></code></pre></div>
<div class="sourceCode" id="mycode" data-startFrom="100"><pre
class="sourceCode numberSource markdown numberLines"><code class="sourceCode markdown" style="counter-reset: source-line 99;"><span id="mycode-100"><a href="#mycode-100"></a><span class="fu">## fenced code block starting with 4, ending with 6 tildes</span></span></code></pre></div>
<p><code>indented code block 3 spaces ## 3-space indented code block</code></p>
<pre><code>``` not a fenced code block but still a code block (4 spaces)
## 4-space indent—treat as code
```
## This is an indented code block (4+ spaces)
More text here (also "code").</code></pre>
<h2 id="back-again-from-the-code-blocks">Back again from the code
blocks</h2>
<h2 id="indentation-4-spaces-is-code">Indentation (4+ spaces is
code)</h2>
<h3 id="none">None</h3>
<p>### 1 space {#1-space}</p>
<p>### 2 spaces {#2-spaces}</p>
<p>### 3 spaces {#3-spaces}</p>
<pre><code>### 4 spaces, empty line before (consider as code)</code></pre>
<p>Lots of characters normally <em>not</em> in headings, but they
shouldn’t break link generation.</p>
<h2
id="dummy-text-so-we-can-see-the-browser-jump-to-the-desired-heading">Dummy
text so we can see the browser jump to the desired heading</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean
commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et
magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa
quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget,
arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras
dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend
tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac,
enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a,
tellus.</p>
<p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.
Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper
ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus
eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing
sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar,
hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec
vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit
amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris
sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget
bibendum sodales, augue velit cursus nunc, quis gravida magna mi a
libero. Fusce vulputate eleifend sapien.</p>
<p>Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus.
Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit
fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et
ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia.
Nam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet
nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante
arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent
adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy
yesmummy canbare metus. Vestibulum volutpat pretium libero. Cras id dui.
Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies
sit amet, nonummy id, imperdiet feugiat, pede.</p>
<p>Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo
pellentesque facilisis. Etiam imperdiet imperdiet orci. Nunc nec neque.
Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi.
Curabitur ligula sapien, tincidunt non, euismod vitae, posuere
imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed
cursus turpis vitae tortor. Donec posuere vulputate arcu. Phasellus
accumsan cursus velit. Vestibulum ante ipsum primis in faucibus orci
luctus et ultrices posuere cubilia Curae; Sed aliquam, nisi quis augue
porttitor congue, elit erat euismod orci, ac placerat dolor lectus quis
orci. Phasellus consectetuer vestibulum elit. Aenean tellus metus,
bibendum sed, posuere ac, mattis non, nunc. Vestibulum fringilla pede
sit amet augue. In turpis. Pellentesque posuere. Praesent turpis. Aenean
posuere, tortor sed cursus feugiat, nunc augue blandit nunc, eu
sollicitudin urna dolor sagittis lacus. Donec elit libero, sodales nec,
volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar,
augue ac venenatis condimentum, sem libero volutpat nibh, nec
pellentesque velit pede quis nunc. Vestibulum ante ipsum primis in
faucibus orci luctus et ultrices posuere cubilia Curae; Fusce id purus.
Ut varius tincidunt libero. Phasellus dolor.</p>
<p><strong>Enjoy!</strong></p>
</body>
</html>