Fix syntax highlighting

This commit is contained in:
Daniel Vassallo
2019-11-02 01:28:24 -07:00
parent 732ee0d64f
commit 96329d07b1

View File

@@ -94,7 +94,7 @@
<h3>Prerequisites</h3>
<p>You just need to be familiar with <a href="https://www.w3schools.com/html/html_editors.asp" target="_blank">HTML</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript" target="_blank">JavaScript basics</a>.</p>
<p>You just need to be familiar with <a href="https://developer.mozilla.org/en-US/docs/Web/HTML" target="_blank">HTML</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript" target="_blank">JavaScript basics</a>.</p>
<h3>Setting up</h3>
@@ -387,7 +387,7 @@
<div>
<pre data-line="9-13,18">
<code class="language-javascript">
<code class="language-markup">
&#x3C;!-- application code --&#x3E;
&#x3C;script type=&#x22;text/javascript&#x22;&#x3E;