All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
19 lines
206 B
HTML
19 lines
206 B
HTML
<h1>Heading 1</h1>
|
|
|
|
|
|
<p>Paragraph with some text</p>
|
|
|
|
|
|
<div>
|
|
<ul>
|
|
<li>List item 1</li>
|
|
<li>List item 2</li>
|
|
<li>List item 3</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<section>
|
|
<blockquote>
|
|
<p>A quote</p>
|
|
</blockquote>
|
|
</section>
|