Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.04 KB

introduction.md

File metadata and controls

68 lines (43 loc) · 1.04 KB

!SLIDE

pydown

!SLIDE

Markdown + deck.js

Simple html presentation maker

You just need to write markdown file

!SLIDE

Support code highlighting

def hello():
    print 'hello world'

!SLIDE left

You can customize with css

like dropping the centering

!SLIDE left

Easy to use

  1. write your slides markdown file
  2. python main.py md directory

!SLIDE

The previous slide just looks like this

 !SLIDE left
 
 ##Easy to use
 
 1. write your slides markdown file
 2. python main.py md directory

!SLIDE

Supports Markdown extensions

Like Markdown Extra {: .slide}

Via the python-markdown module {: .slide}

which allows for things adding additional attributes to markdown {: .slide}

!SLIDE

Just simple

and enjoy yourself

!SLIDE

Thanks

isnowfy|isnowfy on Github

Made by pydown

Inspired by keydown