Skip to content

markdown2impress is script to convert markdown into presentation using impress.js.

Notifications You must be signed in to change notification settings

ysasaki/markdown2impress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

markdown2impress

What is markdown2impress?

markdown2impress is script to convert markdown into presentation using impress.js.

How to use?

  1. Write markdown.

  2. Run markdown2impress.pl, then generate 'js/impress.js', 'css/impress.css' and 'index.html'.

     % markdown2impress README.md
    

Slide Dividing rule

Each slide is divided into sections.

'data-*' attribute rule

'data-*' attribute for impress.js represent HTML comment. This comment must be write in secion.

<!-- data-x="2400" -->
<!-- data-y="3000" -->
<!-- data-z="-100" -->
<!-- data-scale="10" -->
<!-- data-rotate="90" -->

markdown2impress assume and calculate default x,y, if you do not specify this.

See impress.js manual for details.

Command line options

  • --width=1200

    Width of slide.

  • --height=800

    Height of slide.

  • --column=5

    Column of slide.

  • --outputdir=.

    Output directory.

About

markdown2impress is script to convert markdown into presentation using impress.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%