syntax highlighting for <pre><code> start

This commit is contained in:
Kyle Drake 2015-12-14 15:30:04 -08:00
parent 607d1fa1fd
commit 518a847b9e
71 changed files with 5075 additions and 6 deletions

View file

@ -18,12 +18,14 @@
<p>Here are all the heading tags, for all your needs—from the most important to the least!</p>
<pre>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<code class="html">
&lt;h1&gt;derpie test!&lt;/h1&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;/h4&gt;
&lt;h5&gt;&lt;/h5&gt;
&lt;h6&gt;&lt;/h6&gt;
</code>
</pre>
</div>