create a presentation from markdown with pandoc
212
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
There is an example included. The resulting pdf is as follows:
For incremental lists you need the option '-t beamer' as shown in the inactive line in the Makefile
Content type
Image
Digest
Size
677 MB
Last updated
almost 7 years ago
docker pull ludwigprager/pandoc