Closed akarel-mb closed 9 months ago
On a Windows machine (Windows 11), if I include the yaml matter block and run presenterm [path] I get the following error:
presenterm [path]
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 -->
Forgot to add, I'm using presenterm version 0.4.1
0.4.1
Thanks for the report! This is now fixed in master.
On a Windows machine (Windows 11), if I include the yaml matter block and run
presenterm [path]
I get the following error:If I remove the block, the presentation renders as expected.
The following works...
But this does not...