summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/expected_output/page-with-an-image-at-the-top.html
blob: 5675558f40f3fe499b8046920520dd700b12a107 (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"><img src="images/leonardo-da-vinci.png" alt="This is the alternate text for the image" /></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>