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

Front matter block causing error on Windows #159

Closed
akarel-mb opened this issue Jan 22, 2024 · 2 comments · Fixed by #162
Closed

Front matter block causing error on Windows #159

akarel-mb opened this issue Jan 22, 2024 · 2 comments · Fixed by #162

Comments

@akarel-mb
Copy link

On a Windows machine (Windows 11), if I include the yaml matter block and run presenterm [path] I get the following error:

invalid presentation metadata: deserializing from YAML containing more than one document is not supported

If I remove the block, the presentation renders as expected.

The following works...

Header
---

This is a test.

<!-- end_slide -->

But this does not...

---
title: Test
author: Test
---

Header
---

This is a test.

<!-- end_slide -->
@akarel-mb
Copy link
Author

Forgot to add, I'm using presenterm version 0.4.1

@mfontanini
Copy link
Owner

Thanks for the report! This is now fixed in master.

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

Successfully merging a pull request may close this issue.

2 participants