Codehighlight fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-29 13:45:02 +03:00
parent 62b980d0da
commit 1fce27abb7
7 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
</p>
</DocSectionText>
<pre v-code.script><code>
<pre v-code><code>
&lt;div class="header"&gt;
&lt;div class="header-text"&gt;Header&lt;/div&gt;
&lt;/div&gt;
@ -29,7 +29,7 @@
<div class="doc-section-description">
<p>Same layout can be achieved using the semantic elements with screen reader support built-in.</p>
</div>
<pre v-code.script><code>
<pre v-code><code>
&lt;header&gt;
&lt;h1&gt;Header&lt;/h1&gt;
&lt;/header&gt;