summaryrefslogtreecommitdiff
path: root/t/data/spin/markdown/output/test.html
diff options
context:
space:
mode:
Diffstat (limited to 't/data/spin/markdown/output/test.html')
-rw-r--r--t/data/spin/markdown/output/test.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/t/data/spin/markdown/output/test.html b/t/data/spin/markdown/output/test.html
new file mode 100644
index 0000000..2e9178d
--- /dev/null
+++ b/t/data/spin/markdown/output/test.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Test Markdown</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" href="/~eagle/styles/markdown.css" type="text/css" />
+ <link rel="previous" href="other.html" title="Other test Markdown" />
+ <link rel="up" href="./" title="Test Root" />
+ <link rel="top" href="./" />
+</head>
+
+<body>
+<table class="navbar"><tr>
+ <td class="navleft">&lt;&nbsp;<a href="other.html">Other test Markdown</a></td>
+ <td>
+ <a href="./">Test Root</a>
+ </td>
+ <td class="navright"></td>
+</tr></table>
+
+<h1 id="test-markdown">Test Markdown</h1>
+<p>This is a test Markdown document.</p>
+<h2 id="another-header">Another header</h2>
+<p>Another section.</p>
+<p>Some Üniçodé¡</p>
+
+<table class="navbar"><tr>
+ <td class="navleft">&lt;&nbsp;<a href="other.html">Other test Markdown</a></td>
+ <td>
+ <a href="./">Test Root</a>
+ </td>
+ <td class="navright"></td>
+</tr></table>
+
+<address>
+ Last <a href="https://www.eyrie.org/~eagle/software/web/">spun</a>
+ %DATE% from thread modified %DATE%
+</body>
+</html>