<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1 id="Markdown-Test-File">Markdown Test File</h1>

<p>This file tests <a href="https://daringfireball.net/projects/markdown/">Markdown</a>&rsquo;s
parser &mdash; which is powered by <a href="https://p3rl.org/Text::Markdown::Discount">Text::Markdown::Discount</a>.
Öy.</p>

<pre><code class="go">func main() {
    fmt.Println("hello")
}
</code></pre>

<dl>
<dt>Term 1</dt>
<dt>Term 2</dt>
<dd>  Definition a</dd>
<dt>Term 3</dt>
<dd>  Definition b</dd>
</dl>

<table>
<thead>
<tr>
<th> foo </th>
<th> bar </th>
</tr>
</thead>
<tbody>
<tr>
<td> baz </td>
<td> bim </td>
</tr>
</tbody>
</table>


</body>
</html>