Skip to content
EGOIST edited this page Dec 20, 2016 · 3 revisions

Removed


Since: v0.8
Shortcut: CMD/Ctrl + K


Presentations in EME are simple markdown too, except each slide is sperated by \n\n---\n\n, for example:

# title 1
# subtitle 1

hello world!

---

# title 2
## subtitle 2

good bye world!

This is a valid presentation, it has two slides and can be rendered to:

preview 1


Customize

You can customize the slides behavior and look by using front-matter format:

---
align: right
---
# title 1
# subtitle 1

hello world!

And it turns to be:

preview 2

Configs

The properties you can configure via front-matter:

name default value description
align center How to align the contents, could be top left right or combine two of them
animation slide How to transit each slide, available values: slide zoom fade bounce
Clone this wiki locally