From: Hakim El Hattab Date: Wed, 27 Feb 2013 20:32:47 +0000 (-0500) Subject: example external markdown in readme (#329) X-Git-Tag: 2.3.0~38 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c438ba6516f5979e8f07093c48c34bc801d440fd;p=reveal.js.git example external markdown in readme (#329) --- diff --git a/README.md b/README.md index 22216da..f4b5e6e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Iri ``` +#### 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 +
+``` + ### 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.