diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-20 22:13:00 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-20 22:13:00 -0400 |
commit | 141d69469c5773b0f6850c40688fb91240751ea9 (patch) | |
tree | 6831b75b40f4a9c9d30d71aa5772d59221e100dc /README.md | |
parent | 5bd5ac67a4ddab7e5b2b1cb36b41be02a8a741e9 (diff) | |
download | perl-software-in-gnu-guix-141d69469c5773b0f6850c40688fb91240751ea9.tar perl-software-in-gnu-guix-141d69469c5773b0f6850c40688fb91240751ea9.tar.gz |
support for named links (closes #55)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -165,6 +165,15 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { } ); ``` +### Internal links + +It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (```<section id="'"some-slide">```): + +```html +<a href="#/2/2">Link</a> +<a href="#/some-slide">Link</a> +``` + ## PDF Export Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome). |