Slide
vuepress-theme-hope
allows you to add slides pages.
You need to set layout: Slide
in the frontmatter of the corresponding page to enable the slides page.
Also, you should enable presentation feature in vuepress-plugin-md-enhance
by setting themeConfig.mdEnhance.enableAll
or themeConfig.mdEnhance.presentation
.
Here is a demo (opens new window) for your to preview all the slide features.
You should only include a single slide syntax on this page to avoid other problems.
@slidestart [your theme]
// your slides
@slideend
2
3
4
5