An HTML presentation component that enables to create fully-featured and beautiful presentations.
It's possible and often times more convenient to write presentation content using Markdown. To create a Markdown slide, add the markdown="true"
attribute to your pe:keynoteItem
element and wrap the contents in it.
Slides can be separated by pe:keynoteItem
or regexp. They are separated by three dashes by default in markdown mode.
Note that markdown codes are sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks).