highlight charset option for external md in readme #537
authorHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 25 Jul 2013 03:35:18 +0000 (23:35 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 25 Jul 2013 03:35:28 +0000 (23:35 -0400)
README.md
plugin/markdown/example.html

index 96f6b8cbc8d9835dd0b589d27a6e0105a03951ee..f1a521e070b47cf4033bdb794c63abaf142d92b2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,10 +52,10 @@ 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.
+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. The ```data-charset``` attribute is optional and specifies which charset to use when loading the external file.
 
 ```html
-<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section>
+<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n" data-charset="iso-8859-15"></section>
 ```
 
 ### Configuration
index 90ff1346a578cee526d3fb58539f004b870d8feb..ceed53fb4fd29006ee7de39fdb6f47204c6bb883 100644 (file)
@@ -16,8 +16,8 @@
 
                        <div class="slides">
 
-                <!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines and specify a custom charset -->
-                <section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n" data-charset="iso-8859-15"></section>
+                <!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines -->
+                <section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section>
 
                 <!-- Slides are separated by three dashes (quick 'n dirty regular expression) -->
                 <section data-markdown data-separator="---">