Skip to content

danrot/markdown-presentation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Markdown Presentation

This is a collection of files useful to create presentations using pandoc to translate a markdown file to HTML. The presentation is styled using CSS contained in the slides.css file. The make command is used to easily create a self-contained HTML presentation, which means a single HTML file is enough to start the presentation from any machine.

This package is used as a submodule in the presentation-template. Whenever something in this repository is updated, the changes can be included in all projects based on top of the presentation template by switching the tag of the submodule.

Prerequisites

  • pandoc has to be installed and be available in the PATH
  • The make command has to be available in the PATH be generated