summaryrefslogtreecommitdiff
path: root/tests/data/article-html4.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/article-html4.html')
-rw-r--r--tests/data/article-html4.html298
1 files changed, 149 insertions, 149 deletions
diff --git a/tests/data/article-html4.html b/tests/data/article-html4.html
index 40e3577..50256cf 100644
--- a/tests/data/article-html4.html
+++ b/tests/data/article-html4.html
@@ -1,149 +1,149 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="generator" content="AsciiDoc test">
-<title>The Article Title</title>
-</head>
-<body>
-<h1>The Article Title</h1>
-<p>
-<strong>Author's Name</strong><br>
-<code>&lt;<a href="mailto:authors@email.address">authors@email.address</a>&gt;</code><br>
-version 1.0,
-2003-12
-</p>
-<a name="preamble"></a>
-<p>This is the optional preamble (an untitled section body). Useful for
-writing simple sectionless documents consisting only of a preamble.</p>
-<table frame="void" cellpadding="4">
-<tr valign="top">
-<td>
-<p><b><u>Note</u></b></p>
-</td>
-<td style="border-left: 1px solid silver;">The abstract, preface, appendix, bibliography, glossary and
-index section titles are significant (<em>specialsections</em>).</td></tr></table>
-<hr>
-<h2><a name="_example_abstract"></a>Example Abstract</h2>
-<p>The optional abstract (one or more paragraphs) goes here.</p>
-<p>This document is an AsciiDoc article skeleton containing briefly
-annotated element placeholders plus a couple of example index entries
-and footnotes.</p>
-<hr>
-<h2><a name="_the_first_section"></a>1. The First Section</h2>
-<p>Article sections start at level 1 and can be nested up to four levels
-deep.
-<br><i>[An example footnote.]</i><br></p>
-<p>And now for something completely different: monkeys, lions and
-tigers (Bengal and Siberian) using the alternative syntax index
-entries.
-
-
-
-Note that multi-entry terms generate separate index entries.</p>
-<p>Here are a couple of image examples: an <img src="images/smallnew.png" style="border-width: 0; vertical-align: text-bottom;" alt="images/smallnew.png">
-example inline image followed by an example block image:</p>
-<div>
-<img src="images/tiger.png" style="border-width: 0;" alt="Tiger image">
-<p><b>Figure 1. </b>Tiger block image</p>
-</div>
-<p>Followed by an example table:</p>
-<div>
-<table rules="all"
-width="60%"
-frame="border"
-cellspacing="0" cellpadding="4">
-<thead>
-<tr>
-<th align="left" width="50%" valign="top"> Option </th>
-<th align="left" width="50%" valign="top"> Description</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td align="left" width="50%" valign="top"><p>-a <em>USER GROUP</em></p></td>
-<td align="left" width="50%" valign="top"><p>Add <em>USER</em> to <em>GROUP</em>.</p></td>
-</tr>
-<tr>
-<td align="left" width="50%" valign="top"><p>-R <em>GROUP</em></p></td>
-<td align="left" width="50%" valign="top"><p>Disables access to <em>GROUP</em>.</p></td>
-</tr>
-</tbody>
-</table>
-<p><b>Table 1. </b>An example table</p>
-</div>
-<table frame="void" width="100%" cellpadding="4">
-<tr><td style="border-left: 2px solid silver;">
-<p>Lorum ipum&#8230;</p>
-</td></tr></table>
-<p><b>Example 1. </b>An example example</p>
-<h3><a name="X1"></a>1.1. Sub-section with Anchor</h3>
-<p>Sub-section at level 2.</p>
-<h4><a name="_a_nested_sub_section"></a>1.1.1. A Nested Sub-section</h4>
-<p>Sub-section at level 3.</p>
-<h5><a name="_yet_another_nested_sub_section"></a>Yet another nested Sub-section</h5>
-<p>Sub-section at level 4.</p>
-<p>This is the maximum sub-section depth supported by the distributed
-AsciiDoc configuration.
-<br><i>[A second example footnote.]</i><br></p>
-<hr>
-<h2><a name="_the_second_section"></a>2. The Second Section</h2>
-<p>Article sections are at level 1 and can contain sub-sections nested up
-to four deep.</p>
-<p>An example link to anchor at start of the <a href="#X1">first sub-section</a>.</p>
-<p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p>
-<hr>
-<h2><a name="_example_appendix"></a>Appendix A: Example Appendix</h2>
-<p>AsciiDoc article appendices are just just article sections with
-<em>specialsection</em> titles.</p>
-<h3><a name="_appendix_sub_section"></a>Appendix Sub-section</h3>
-<p>Appendix sub-section at level 2.</p>
-<hr>
-<h2><a name="_example_bibliography"></a>Example Bibliography</h2>
-<p>The bibliography list is a style of AsciiDoc bulleted list.</p>
-<ul>
-<li>
-<p>
-<a name="taoup"></a>[taoup] Eric Steven Raymond. <em>The Art of Unix
- Programming</em>. Addison-Wesley. ISBN 0-13-142901-9.
-</p>
-</li>
-<li>
-<p>
-<a name="walsh-muellner"></a>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
- <em>DocBook - The Definitive Guide</em>. O&#8217;Reilly &amp; Associates. 1999.
- ISBN 1-56592-580-7.
-</p>
-</li>
-</ul>
-<hr>
-<h2><a name="_example_glossary"></a>Example Glossary</h2>
-<p>Glossaries are optional. Glossaries entries are an example of a style
-of AsciiDoc labeled lists.</p>
-<dl>
-<dt>
-A glossary term
-</dt>
-<dd>
-<p>
- The corresponding (indented) definition.
-</p>
-</dd>
-<dt>
-A second glossary term
-</dt>
-<dd>
-<p>
- The corresponding (indented) definition.
-</p>
-</dd>
-</dl>
-<p></p>
-<p></p>
-<hr><p><small>
-Version 1.0<br>
-Last updated
- 2002-11-25 00:37:42 UTC
-</small></p>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="generator" content="AsciiDoc test">
+<title>The Article Title</title>
+</head>
+<body>
+<h1>The Article Title</h1>
+<p>
+<strong>Author's Name</strong><br>
+<code>&lt;<a href="mailto:authors@email.address">authors@email.address</a>&gt;</code><br>
+version 1.0,
+2003-12
+</p>
+<a name="preamble"></a>
+<p>This is the optional preamble (an untitled section body). Useful for
+writing simple sectionless documents consisting only of a preamble.</p>
+<table frame="void" cellpadding="4">
+<tr valign="top">
+<td>
+<p><b><u>Note</u></b></p>
+</td>
+<td style="border-left: 1px solid silver;">The abstract, preface, appendix, bibliography, glossary and
+index section titles are significant (<em>specialsections</em>).</td></tr></table>
+<hr>
+<h2><a name="_example_abstract"></a>Example Abstract</h2>
+<p>The optional abstract (one or more paragraphs) goes here.</p>
+<p>This document is an AsciiDoc article skeleton containing briefly
+annotated element placeholders plus a couple of example index entries
+and footnotes.</p>
+<hr>
+<h2><a name="_the_first_section"></a>1. The First Section</h2>
+<p>Article sections start at level 1 and can be nested up to four levels
+deep.
+<br><i>[An example footnote.]</i><br></p>
+<p>And now for something completely different: monkeys, lions and
+tigers (Bengal and Siberian) using the alternative syntax index
+entries.
+
+
+
+Note that multi-entry terms generate separate index entries.</p>
+<p>Here are a couple of image examples: an <img src="images/smallnew.png" style="border-width: 0; vertical-align: text-bottom;" alt="images/smallnew.png">
+example inline image followed by an example block image:</p>
+<div>
+<img src="images/tiger.png" style="border-width: 0;" alt="Tiger image">
+<p><b>Figure 1. </b>Tiger block image</p>
+</div>
+<p>Followed by an example table:</p>
+<div>
+<table rules="all"
+width="60%"
+frame="border"
+cellspacing="0" cellpadding="4">
+<thead>
+<tr>
+<th align="left" width="50%" valign="top"> Option </th>
+<th align="left" width="50%" valign="top"> Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="left" width="50%" valign="top"><p>-a <em>USER GROUP</em></p></td>
+<td align="left" width="50%" valign="top"><p>Add <em>USER</em> to <em>GROUP</em>.</p></td>
+</tr>
+<tr>
+<td align="left" width="50%" valign="top"><p>-R <em>GROUP</em></p></td>
+<td align="left" width="50%" valign="top"><p>Disables access to <em>GROUP</em>.</p></td>
+</tr>
+</tbody>
+</table>
+<p><b>Table 1. </b>An example table</p>
+</div>
+<table frame="void" width="100%" cellpadding="4">
+<tr><td style="border-left: 2px solid silver;">
+<p>Lorum ipum&#8230;</p>
+</td></tr></table>
+<p><b>Example 1. </b>An example example</p>
+<h3><a name="X1"></a>1.1. Sub-section with Anchor</h3>
+<p>Sub-section at level 2.</p>
+<h4><a name="_a_nested_sub_section"></a>1.1.1. A Nested Sub-section</h4>
+<p>Sub-section at level 3.</p>
+<h5><a name="_yet_another_nested_sub_section"></a>Yet another nested Sub-section</h5>
+<p>Sub-section at level 4.</p>
+<p>This is the maximum sub-section depth supported by the distributed
+AsciiDoc configuration.
+<br><i>[A second example footnote.]</i><br></p>
+<hr>
+<h2><a name="_the_second_section"></a>2. The Second Section</h2>
+<p>Article sections are at level 1 and can contain sub-sections nested up
+to four deep.</p>
+<p>An example link to anchor at start of the <a href="#X1">first sub-section</a>.</p>
+<p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p>
+<hr>
+<h2><a name="_example_appendix"></a>Appendix A: Example Appendix</h2>
+<p>AsciiDoc article appendices are just just article sections with
+<em>specialsection</em> titles.</p>
+<h3><a name="_appendix_sub_section"></a>Appendix Sub-section</h3>
+<p>Appendix sub-section at level 2.</p>
+<hr>
+<h2><a name="_example_bibliography"></a>Example Bibliography</h2>
+<p>The bibliography list is a style of AsciiDoc bulleted list.</p>
+<ul>
+<li>
+<p>
+<a name="taoup"></a>[taoup] Eric Steven Raymond. <em>The Art of Unix
+ Programming</em>. Addison-Wesley. ISBN 0-13-142901-9.
+</p>
+</li>
+<li>
+<p>
+<a name="walsh-muellner"></a>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
+ <em>DocBook - The Definitive Guide</em>. O&#8217;Reilly &amp; Associates. 1999.
+ ISBN 1-56592-580-7.
+</p>
+</li>
+</ul>
+<hr>
+<h2><a name="_example_glossary"></a>Example Glossary</h2>
+<p>Glossaries are optional. Glossaries entries are an example of a style
+of AsciiDoc labeled lists.</p>
+<dl>
+<dt>
+A glossary term
+</dt>
+<dd>
+<p>
+ The corresponding (indented) definition.
+</p>
+</dd>
+<dt>
+A second glossary term
+</dt>
+<dd>
+<p>
+ The corresponding (indented) definition.
+</p>
+</dd>
+</dl>
+<p></p>
+<p></p>
+<hr><p><small>
+Version 1.0<br>
+Last updated
+ 2002-11-25 00:37:42 UTC
+</small></p>
+</body>
+</html>