example external markdown in readme (#329)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Wed, 27 Feb 2013 20:32:47 +0000 (15:32 -0500)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Wed, 27 Feb 2013 20:32:47 +0000 (15:32 -0500)
README.md

index 22216dac9d35d1e719b8523fb436afd8d6a72db9..f4b5e6ecaee5011b2f570b37d81fb86682a38c19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -49,6 +49,14 @@ This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Iri
 </section>
 ```
 
+#### External Markdown
+
+You can write your content as a separate file and have reveal.js load it at runtime. Note the separator arguments which determine how slides are delimited in the external file.
+
+```html
+<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section>
+```
+
 ### Configuration
 
 At the end of your page you need to initialize reveal by running the following code. Note that all config values are optional and will default as specified below.