You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to follow the getting started instructions, for creating a presentation from a md file.
I am using the md example, but it seems that the { "layout" : "columns" } is not working. Do I need to install something else?
Background Info/Attempts
So, I have installed npm in ubuntu using apt repository
then I have installed spectacle with
sudo npm install spectacle-cli
Finally I tried to serve the md example with:
sudo spectacle -s example.md
It serves it ok, and the presentation shows on localhost:3000 , but the first slide looks strand seem that --- { "layout" : "columns" } was not correctly parced.
The text was updated successfully, but these errors were encountered:
Question
I am trying to follow the getting started instructions, for creating a presentation from a md file.
I am using the md example, but it seems that the { "layout" : "columns" } is not working. Do I need to install something else?
Background Info/Attempts
So, I have installed npm in ubuntu using apt repository
then I have installed spectacle with
Finally I tried to serve the md example with:
It serves it ok, and the presentation shows on localhost:3000 , but the first slide looks strand seem that --- { "layout" : "columns" } was not correctly parced.
The text was updated successfully, but these errors were encountered: