aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 21:15:02 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 21:15:02 +0100
commit015468c3a2d1d4092f33920ac555a0e288e6213f (patch)
tree0d5a27aa5b885a6dd20f1d036e301485dac6f3df /README.md
parenta22d00ab25b13b82d19890428f124b4ed3759f92 (diff)
downloadfreenode-live-2017-presentation-015468c3a2d1d4092f33920ac555a0e288e6213f.tar
freenode-live-2017-presentation-015468c3a2d1d4092f33920ac555a0e288e6213f.tar.gz
renamed markdown attributes for clarity and consistency: data-vertical -> data-separator-vertical, data-notes -> data-separator-notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8a37a0d..cbdb088 100644
--- a/README.md
+++ b/README.md
@@ -59,8 +59,8 @@ When used locally, this feature requires that reveal.js [runs from a local web s
```html
<section data-markdown="example.md"
data-separator="^\n\n\n"
- data-vertical="^\n\n"
- data-notes="^Note:"
+ data-separator-vertical="^\n\n"
+ data-separator-notes="^Note:"
data-charset="iso-8859-15">
</section>
```
@@ -621,7 +621,7 @@ When used locally, this feature requires that reveal.js [runs from a local web s
If you're using the external Markdown plugin, you can add notes with the help of a special delimiter:
```html
-<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n" data-notes="^Note:"></section>
+<section data-markdown="example.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n" data-separator-notes="^Note:"></section>
# Title
## Sub-title