Skip to content

Commit 80f4070

Browse files
Loiroorioltabatkins
authored andcommitted
[css-contain] Highlight HTML code in example (#2615)
1 parent 0c61070 commit 80f4070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-contain-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Strong Containment: the 'contain' property</h2>
124124

125125
For example, assume a micropost social network had markup something like this:
126126

127-
<pre class='lang-css'>
127+
<pre><code highlight=markup>
128128
&lt;body>
129129
&lt;aside>...&lt;/aside>
130130
&lt;section>
@@ -141,7 +141,7 @@ Strong Containment: the 'contain' property</h2>
141141
142142
&lt;/section>
143143
&lt;/body>
144-
</pre>
144+
</code></pre>
145145

146146
There are probably a <em>lot</em> of messages displayed on the site,
147147
but each is independent and won't affect anything else on the site.

0 commit comments

Comments
 (0)