Sign inSign up

ludwigprager/pandoc

By ludwigprager

Updated almost 7 years ago

create a presentation from markdown with pandoc

Image
0

212

ludwigprager/pandoc repository overview

tl;dr

Create a powerpoint-like pdf from a markdown file.

docker run -v $(pwd):/workdir ludwigprager/pandoc pandoc example.md -o example.pdf

or use the Makefile. If you have a 'presentation.md' then call

make presentation.pdf

Example

There is an example included. The resulting pdf is as follows:

Incremental Lists

For incremental lists you need the option '-t beamer' as shown in the inactive line in the Makefile

Tag summary

Content type

Image

Digest

Size

677 MB

Last updated

almost 7 years ago

docker pull ludwigprager/pandoc