marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.58k stars 75 forks source link

Page Number not shown #69

Closed thezhewenli closed 5 years ago

thezhewenli commented 5 years ago

I'm using the VSCode plugin of Marp and when I insert <!-- page_number: true --> at the beginning of my slide, no page number is shown at bottom-right corner. Other features work fine such as size, theme, and footer.

yhatt commented 5 years ago

Perhaps you may be watching a document for the outdated Marp app.

In Marp Next tools, page_number directive was renamed to paginate. So you have to use <!-- paginate: true --> instead. https://marp.app/blog/the-story-of-marp-next#directives

thezhewenli commented 5 years ago

Thank you! This really helps.