Landslide ========= --- Landslide --------- .notes: plop Generates a slideshow using the slides that power [the html5-slides presentation](http://apirocks.com/html5/html5.html). A `python` with the `jinja2`, `markdown`, and `pygments` modules is required. Markdown Formatting Instructions -------------------------------- - Separate your slides with a horizontal rule (--- in markdown) - Your first slide (title slide) should not have a heading, only `
`s
- Your other slides should have a heading that renders to an h1 element
- To highlight blocks of code, put !{{lang}} as the first indented line
- See the included slides.md for an example
Rendering Instructions
----------------------
- Put your markdown content in a file called `slides.md`
- Run `python render.py`
- Enjoy your newly generated `presentation.html`
---
Slide #2
========
.fx: foo bar
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean magna tellus,
fermentum nec venenatis nec, dapibus id metus. Phasellus nulla massa, consequat
nec tempor et, elementum viverra est. Duis sed nisl in eros adipiscing tempor.
Section #1
----------
Integer in dignissim ipsum. Integer pretium nulla at elit facilisis eu feugiat
velit consectetur.
Section #2
----------
Donec risus tortor, dictum sollicitudin ornare eu, egestas at purus. Cras
consequat lacus vitae lectus faucibus et molestie nisl gravida. Donec tempor,
tortor in varius vestibulum, mi odio laoreet magna, in hendrerit nibh neque eu
eros.
Unicode Characters Work
-----------------------
© é
---
Middle Title Slide
==================
---
Slide #3
========
**Hello Gentlemen**
- Mega Man 2
- Mega Man 3
- Spelunky
- Dungeon Crawl Stone Soup
- Etrian Odyssey
*Are you prepared to see beyond the veil of reason?* - DeceasedCrab
- Black Cascade
- Two Hunters
- Diadem of 12 Stars
---
Slide #4
========
First code block:
!python
while True:
print "Everything's gonna be allright"
Second code block:
!php
Third code block:
!xml