diff options
author | Emile 'iMil' Heitor <imil@NetBSD.org> | 2013-07-23 17:34:23 +0200 |
---|---|---|
committer | Emile 'iMil' Heitor <imil@NetBSD.org> | 2013-07-23 17:34:23 +0200 |
commit | 3ca598473b710d98e82d094f19d16d428cf2066e (patch) | |
tree | 56a9db215170205fc05abc6284667620b4adb3b4 | |
parent | ce0facf7b24bd43e8ca6e77f69fd2c651b840341 (diff) | |
download | perl-software-in-gnu-guix-3ca598473b710d98e82d094f19d16d428cf2066e.tar perl-software-in-gnu-guix-3ca598473b710d98e82d094f19d16d428cf2066e.tar.gz |
updated markdown example with data-charset
-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="---"> |