Skip to content

isnowfy/pydown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#pydown pydown is another "Presentation System in a single HTML page" written by python ispired by keydown.

Like keydown it uses the deck.js and its extentions for the presentation.

##Usage

###Write your slides in markdown Edit slides.md

!SLIDE

# Hello

!SLIDE

# Another slide

!SLIDE left

# left

###Generate the html

python slides.md slides

This will make:

| - slides/
  | - css/
  | - js/
  | - index.html

###Slide classes

Any text follows !SLIDE will be added to the slide as css classes

!SLIDE left

###Syntax Highlighting

For python

 ~~~~{python}
 def test():
     print 'hello'

###Markdown syntax

[English version](https://daringfireball.net/projects/markdown/syntax)

[Chinese version](https://gitcafe.com/riku/Markdown-Syntax-CN/)

About

An HTML5 presentation builder written by python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published