Skip to content
Snippets Groups Projects
Commit 11ee006f authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

slide with code is now editable, escaped unicode arrows

parent 60bf1978
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@
<section>
<h2>Pretty Code</h2>
<pre><code>
<pre><code contenteditable>
var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
document.body.style['MozPerspective'] !== undefined ||
document.body.style['perspective'] !== undefined;
......@@ -169,10 +169,10 @@ linkify( 'a' );
</div>
<aside class="controls">
<a class="left" href="#"></a>
<a class="right" href="#"></a>
<a class="up" href="#"></a>
<a class="down" href="#"></a>
<a class="left" href="#">&#x25C4;</a>
<a class="right" href="#">&#x25BA;</a>
<a class="up" href="#">&#x25B2;</a>
<a class="down" href="#">&#x25BC;</a>
</aside>
<script src="js/reveal.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment