This is my presentation template using pandoc to translate a markdown file called slides.md to HTML. The presentation
is created using the markdown-presentation package.
- pandoc has to be installed and be available in the
PATH - The
makecommand has to be available in thePATH - The
mmdccommand has to be available in thePATHas well if diagrams should be generated
Building the presentation into a single self-contained HTML file is done by executing the following command:
makeThis is just a project template, so it only contains boilerplate code, that can be changed as required. The following sections explain each file in detail.
This file is written using pandoc's flavour of markdown. The first lines are information for the title slide of the presentation:
% Title of the presentation
% Author of the presentation
% Date of the presentationAfterwards the other slides are defined. Every first and second level header will be its own slide.
# Slide 1
## Slide 2
### Content on Slide 2Diagrams are automatically created using mmdc from the files ending with .mmd in the diagrams folder. They are
placed as SVGs in the same diagram folder, but will have a .svg ending. By this name it can be included in the
presentation. So diagrams/test.mmd will become diagrams/test.mmd.svg and can be included in the slides.md file:
