Skip to content

Lightweight tool for creating HTML slide shows containing syntax highlighted code

Notifications You must be signed in to change notification settings

erikojebo/code2slide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code2slide is a lightweight tool for creating a syntax highlighted HTML slideshow from simple markdown text.

Below is an example of a slide written in the markdown format:

--------------------------------------------------

Slide title
===========

* Bullet 1
* Bullet 2
 * Sub bullet 1


    // Code is syntax highlighted
    private void Foo()
    {
      // ...
    }

--------------------------------------------------


Information about the markdown format can be found at: http://daringfireball.net/projects/markdown/syntax

About

Lightweight tool for creating HTML slide shows containing syntax highlighted code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published