I have an ioslides_presentation
with multiple slides (say 20). Some of the slides are optional (say 10-14). I want to allow the user to skip those optional slides (option to move directly from slide 9 to slide 15). Is this possible without going through each of the intermediate slides?
Edit
I want the slide to open in same tab. However, the following markdown opens a new tab in R v3.3.0 and knitr v1.12.3:
This is slide 5
[Go to slide 10](#/10)
Edit on edit
The following code opens a new tab starting from title slide in R v3.3.0 and knitr v1.12.3:
---
title: "Untitled"
output: ioslides_presentation
---
## R Markdown
[Go to slide 2](#/slide2)
## Slide with Bullets
id: slide2