Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata breaks when paging is just %d / %d #254

Open
franalbani opened this issue Jun 29, 2023 · 1 comment
Open

Metadata breaks when paging is just %d / %d #254

franalbani opened this issue Jun 29, 2023 · 1 comment

Comments

@franalbani
Copy link

Description

Metadata gets interpreted as a slide when the paging field starts directly with %d (and other chars).

How to Reproduce

  1. Put this at the top of some p.md file:
---
author: You
date: 2023 07 06
paging: %d / %d
---
  1. Save it and run it with slides p.md
  2. You should see author: You date: 2023 07 06 paging: %d / %d as the first slide, and the default Slide 1 / 1 at the bottom.
  • OS: Arch Linux
  • slides Version: 0.9.0-2
@franalbani
Copy link
Author

workaround: use double-quotes: "%d / %d"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant