Corrected markdown index

This commit is contained in:
Thomas FORGIONE 2015-04-24 09:22:47 +02:00
parent e134797f38
commit de0596e039
1 changed files with 5 additions and 7 deletions

View File

@ -3,11 +3,9 @@ layout: withjs
title: Bouncing cube title: Bouncing cube
extrajs: <script src="/static/js/bouncing/BouncingMain.js"></script> extrajs: <script src="/static/js/bouncing/BouncingMain.js"></script>
--- ---
<section> ## Bouncing cube
<h2>Bouncing cube</h2>
<p> Click on the cube to make it jump !
Click on the cube to make it jump !
</p> <div id="container"></div>
<div id="container"></div>
</section>