Skip to content

Instantly share code, notes, and snippets.

@vicegd
Last active February 7, 2016 12:03
Show Gist options
  • Save vicegd/32990127d6a4ba20f0e3 to your computer and use it in GitHub Desktop.
Save vicegd/32990127d6a4ba20f0e3 to your computer and use it in GitHub Desktop.
Reveal.JS - Markdown
<section data-markdown>
<script type="text/template">
## Soporte para Markdown
Es posible crear contenido utilizando *Markdown*
Es utilizado en plataformas como GitHub, reddit, Diaspora, Stack Echange, OpenStreetMap o SourceForge
Más información [aquí](http://daringfireball.net/projects/markdown/)
```
<section data-markdown>
## Soporte para Markdown
Es posible crear contenido utilizando *Markdown*
Es utilizado en plataformas como GitHub, reddit, Diaspora, Stack Echange, OpenStreetMap o SourceForge
Más información [aquí](http://daringfireball.net/projects/markdown/)
</section>
```
</script>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment