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
Most of the provided examples were written directly in html, at a time were the compiler did not exist, only the engine. So, in order to see how they were done, you can have a look at the source code, but that won't help to write the equivalent markdown. Once #53 is completed, it will be possible to see the source markdown even from compiled file.
About the original question, there are still no way of creating multiple "slides" in a slipshow presentation written in markdown. The reason is that the compiler is quite young and I did not get the time to settle on a syntax for this. It is planned!
However, keep in mind that slipshow is not focused on presentations with multiple slides, but rather on a continuous flow. I usually start a new "slip" (I call them like that to distinguish with "slides", which cannot scroll) only for a completely new content.
While there is no possibility to create a new slip in markdown, you can achieve a very similar effect with:
The second heading and content will be hidden, until "right arrow" is pressed. Then, scrolling will happen until "Slide 2" is at the top of the screen, effectively hiding "Slide 1".
I might missed something in the document. But how to separate different headline in separated slides?
After generating html file, all 3 slides are showing in the same page.
There is no sample markdown file anywhere. It is very hard to get started. The html file in
example/
folder is more of demo, instead of an example.The text was updated successfully, but these errors were encountered: