Skip to content

Commit

Permalink
added escaped pre for no dom inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
AnEmortalKid committed Jul 7, 2017
1 parent 7cb3e8a commit 2f98dda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dogetest/rundogescript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
<div id="diverino">
<p>This paragraph is in a div with id diverino if you wish to play with it!</p>
</div>
<span>The code above is literally:
<pre>
&lt;div id="diverino"&gt;
&lt;p&gt;This paragraph is in a div with id diverino if you wish to play with it!&lt;/p&gt;
&lt;/div&gt;
</pre>
</span>
<a href="https://github.com/dogescript/dogescript/blob/master/LANGUAGE.md">Language Ref</a>
<a href="https://github.com/dogescript/dogescript/blob/master/example/example.djs">Some complex example</a>
<h1> dogescript in the WOWser </h1>
Expand Down

0 comments on commit 2f98dda

Please sign in to comment.