diff options
author | Hakim El Hattab | 2013-07-24 23:30:13 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-07-24 23:30:13 -0400 |
commit | 289ea804ad2c7b99981f49a97d55ae50600d24dc (patch) | |
tree | 722a4802258aa026cef6fe76e9774f5c997bb91b /plugin/markdown/example.html | |
parent | b6e85816e594171853625b006f966d91f3fcc9e9 (diff) | |
parent | 3ca598473b710d98e82d094f19d16d428cf2066e (diff) |
Merge branch 'master' of https://github.com/iMilnb/reveal.js into dev
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r-- | plugin/markdown/example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html index 1253cba..90ff134 100644 --- a/plugin/markdown/example.html +++ b/plugin/markdown/example.html @@ -16,8 +16,8 @@ <div class="slides"> - <!-- Use external markdown resource, and 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> + <!-- 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> <!-- Slides are separated by three dashes (quick 'n dirty regular expression) --> <section data-markdown data-separator="---"> |