internal/testdata/fixtures/expected/hello.html

<article class="til">
  <header><h1 id="til-hello-til">Hello, TIL</h1></header>
  <p>This is the first TIL in the repo.</p>
  <p>A second paragraph with <strong>bold</strong> and <em>italic</em> text.</p>
  <ul>
    <li>list item one</li>
    <li>list item two</li>
    <li>list item three</li>
  </ul>
  <footer class="tags">
    <a href="/tags/intro/">intro</a>
    <a href="/tags/meta/">meta</a>
  </footer>
</article>