Skip to content

Instantly share code, notes, and snippets.

@ColtonProvias
ColtonProvias / fountain.py
Created January 3, 2014 04:18
Fountain parser for Python 3.
"""
fountain.py
Ported to Python 3 by Colton J. Provias - cj@coltonprovias.com
Based on Fountain by Nima Yousefi & John August
Original code for Objective-C at https://github.com/nyousefi/Fountain
"""
COMMON_TRANSITIONS = {'FADE OUT.', 'CUT TO BLACK.', 'FADE TO BLACK.'}
@ritalin
ritalin / slides.md
Last active September 7, 2018 12:52 — forked from aaronwolen/slides.md
Customized Pandoc (http://johnmacfarlane.net/pandoc/) template for reveal.js (http://lab.hakim.se/reveal-js/#/) Add the feature displaying fragment. Add the feature changing background color.

% Title % Name % Date

My first slide { fragment=fade-in target=li }

Displaying fragment for specified target element.