Skip to content

Instantly share code, notes, and snippets.

@vicegd
Last active February 6, 2016 16:24
Show Gist options
  • Save vicegd/4036d871677d775206eb to your computer and use it in GitHub Desktop.
Save vicegd/4036d871677d775206eb to your computer and use it in GitHub Desktop.
Reveal.JS - Ordered list
<section>
<h2>Listas ordenadas</h2>
<ol>
<li>Harina</li>
<li>Canela</li>
<li>Levadura</li>
<li>Huevos</li>
</ol>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment