Sample presentation in md format

Landslide


Landslide

Generates a slideshow using the slides that power the html5-slides presentation.

A python with the jinja2, markdown, and pygments modules is required.

Here we show just how sample slides from the landslide distribution, written in the markdown format, can also be pushed to S5 to generate a slide presentation. MOLTO partners can check their slides by adding a new wiki page underneath here.

Sample slide src attached.

Markdown Formatting Instructions

  • Separate your slides with a horizontal rule (--- in markdown)
  • Your first slide (title slide) should not have a heading, only <p>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
&lt;?php exec('python render.py --help'); ?&gt;

Third code block:

!xml
&lt;?xml version="1.0" encoding="UTF-8"?&gt;

  <img src="madonna.jpg" alt='Foligno Madonna, by Raphael' />
  This is Raphael's "Foligno" Madonna, painted in
    1511–1512.

Slide #5

Another code block:

!java
if (markdown &amp;&amp; isEasy()) {
    return true; 
}

Slide #6

An image:

logo


Slide #7

Landslide can generate QR codes:

.qr: 450|http://github.com/adamzap/landslide


This is a slide with no heading. It works too.


Slide #9

This slide has presenter notes.

Press p to open a new window for the presenter with its notes.

Presenter Notes

Hello from presenter notes

AttachmentSize
slides.md_.txt2.76 KB