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

<p>This file tests the <a href="https://daringfireball.net/projects/markdown/">Markdown</a>
parser — which is powered by <a href="https://p3rl/Text::Markdown">Text::Markdown</a>.
Öy.</p>

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

</body>
</html>