-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open

Description
In response to a question that I asked on stackoverflow (http://stackoverflow.com/q/29454614/3143179), it was suggested that I make the following feature request.
Briefly, my request is that internal links in Slidy slides open the relevant slide. Currently, they seem to do nothing; I include a minimal example in the linked question (above) on stackoverflow. One responder to my question explains that internal links in Slidy slides made with pandoc do not open the relevant slide because Slidy does not support links to <div>
(http://stackoverflow.com/a/29527497/3143179). The responder says that reveal.js slides produced with pandoc do have the desired effect.
Thanks for your work.