[GH-ISSUE #437] MD035: Add "slides" option to allow reveal.js vertical/horizontal slide feature (multiple lengths) #364

Open
opened 2026-03-03 01:26:14 +03:00 by kerem · 0 comments
Owner

Originally created by @RonnyPfannschmidt on GitHub (Oct 6, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/437

context: when creating reveal.js slides in markdown, its possible to use longer hr for splitting vertical/horizontal slides

it would be nice if it was possible to configure a slide split mode that allowed 2 specified and consistent lengths of the hr markers

example


## My  presentation
# intro
slide 1.1
----

slide 1.2

-----

slide 2.1

---
slide 2.2
Originally created by @RonnyPfannschmidt on GitHub (Oct 6, 2021). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/437 context: when creating reveal.js slides in markdown, its possible to use longer hr for splitting vertical/horizontal slides it would be nice if it was possible to configure a slide split mode that allowed 2 specified and consistent lengths of the hr markers example ```markdown ## My presentation # intro slide 1.1 ---- slide 1.2 ----- slide 2.1 --- slide 2.2 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#364
No description provided.