Skip to content

Commit a974ee7

Browse files
committed
Minor tidy up of <pre><code> HTML example
1 parent 07eece8 commit a974ee7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

demo.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@ <h1>Grouping content</h1>
8585
<h3>pre</h3>
8686

8787
<pre>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.</pre>
88-
<pre><code>&lt;html></code>
89-
<code>&lt;head></code>
90-
<code>&lt;/head></code>
91-
<code>&lt;body></code>
92-
<code>&lt;div class="main"> &lt;div></code>
93-
<code>&lt;/body></code>
94-
<code>&lt;/html></code></pre>
88+
89+
<pre><code>&lt;html>
90+
&lt;head>
91+
&lt;/head>
92+
&lt;body>
93+
&lt;div class="main"> &lt;div>
94+
&lt;/body>
95+
&lt;/html></code></pre>
9596

9697
<h3>blockquote</h3>
9798

@@ -294,4 +295,4 @@ <h1>Forms</h1>
294295
</form>
295296

296297
</body>
297-
</html>
298+
</html>

0 commit comments

Comments
 (0)