summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/expected/html/page-with-an-image-at-the-top.html
blob: e66e6ba51ae38fd2f0dc66be29c483e6891a0ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
<!-- brief_adventures.qdoc -->
  <meta name="description" content="This page has an image right at the top.">
  <title>This page starts with an image | IllformattedDocumentation</title>
</head>
<body>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">This page starts with an image</h1>
<!-- $$$page-with-an-image-at-the-top.html-description -->
<div class="descr" id="details">
<p class="centerAlign"><font color="red">[Missing image leonardo-da-vinci.png]</font></p><p>The image should render as expected, and the alternate text should be there, too. This text is contained in its own paragraph following the image.</p>
<p>This paragraph is a new paragraph, and doesn't contain an image.</p>
</div>
<!-- @@@page-with-an-image-at-the-top.html -->
</body>
</html>