Skip to content
Discussion options

You must be logged in to vote

I see, I understand what you want to do.

Already described at #141, we have no plans to support vertical slides in Marp, but there is room to support that via a plugin.

For example, Marp (Marpit) plugin can inject a <script> tag into the end of the HTML via markdown-it tokens and renderers, to override navigation shortcuts that are provided by Marp CLI's bespoke template.

Example

Skip sub slides when navigated by / keys:

# Concept: **Sub slides** (vertical slides)

- `` / `` keys will navigate only main slides
- `` / `` keys will navigate including sub slides

> Only working on HTML output with `bespoke` template

---

# Slide 1

---

<!-- class: sub -->

## Slide 1.1

---

## Sli…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@scaleoutsean
Comment options

@yhatt
Comment options

Answer selected by scaleoutsean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants