1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-29 01:11:21 +02:00

modified data-markdown to support markdown indented with tabs

This commit is contained in:
Hakim El Hattab
2012-07-31 23:47:09 -04:00
parent ff567372c0
commit 0a440cee6c
4 changed files with 19 additions and 13 deletions

View File

@@ -122,8 +122,8 @@
<section data-markdown>
## Markdown support
For those of you who like that sort of thing. Instructions and a bit more info
available [here](https://github.com/hakimel/reveal.js#markdown).
For those of you who like that sort of thing.
Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
<pre><code contenteditable style="margin-top: 20px;">&lt;section data-markdown&gt;
## Markdown support
@@ -326,6 +326,6 @@ function linkify( selector ) {
hljs.initHighlightingOnLoad();
} );
</script>
</body>
</html>