aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarcvangend <info@marcvangend.nl>2018-04-01 20:03:25 +0200
committerGitHub <noreply@github.com>2018-04-01 20:03:25 +0200
commitceb1738a0faff097af2b7dbfa56d27d144ffe094 (patch)
tree13c7d620c8fd1a388980250fa33bb6e1d6e199d1 /README.md
parenta2e69a4b42f9e968406f62073d1c4bf0ea2d3361 (diff)
downloadperl-software-in-gnu-guix-ceb1738a0faff097af2b7dbfa56d27d144ffe094.tar
perl-software-in-gnu-guix-ceb1738a0faff097af2b7dbfa56d27d144ffe094.tar.gz
Clarify the meaning of the notes?: regex
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 857f39c..c57a5c2 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ 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: the `data-separator` attribute defines a regular expression for horizontal slides (defaults to `^\r?\n---\r?\n$`, a newline-bounded horizontal rule) and `data-separator-vertical` defines vertical slides (disabled by default). The `data-separator-notes` attribute is a regular expression for specifying the beginning of the current slide's speaker notes (defaults to `notes?:`). The `data-charset` attribute is optional and specifies which charset to use when loading 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-separator` attribute defines a regular expression for horizontal slides (defaults to `^\r?\n---\r?\n$`, a newline-bounded horizontal rule) and `data-separator-vertical` defines vertical slides (disabled by default). The `data-separator-notes` attribute is a regular expression for specifying the beginning of the current slide's speaker notes (defaults to `notes?:`, so it will match both "note:" and "notes:"). The `data-charset` attribute is optional and specifies which charset to use when loading the external file.
When used locally, this feature requires that reveal.js [runs from a local web server](#full-setup). The following example customises all available options: