Metadata-Version: 1.1
Name: md2slides
Version: 0.1
Summary: Python package to convert mardown files into html presentations.
Home-page: http://packages.python.org/md2slides/
Author: Jacopo Sabbatini
Author-email: dedalusj [at] gmail.com
License: BSD License
Description: md2slides convert a presentation written in a markdown file into an html
           file suitable for browser presentations. Currently it supports Deck.js 
           and Impress.js Javascript presentation suites. It can automatically
           include LaTeX in the html presentation through MathJax.
           
           Markdown Syntax Extensions
           --------------------------
           - You can provide metadata for you presentation using a YAML front-matter
             format text at the top of the markdown file.
           
           - The end of a slide and the beginning of a new one is indicated by the
             string -*-. The rest of the text contained in the line with this
             keyword will be included in the html element of the slide as attributes.
           
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Markup :: HTML
