This repository contains examples of Pandoc usage. All the documents are written in Markdown and compiled to other formats.
- The folder
agreementcontains an example of how an agreement document could have been written in Markdown. Usespandocto generate a PDF, DOCX and ODT versions. - The folder
bookcontains a link to an example that generates a book in epub format. - The folder
filterscontains an example of how to usepandocfilters. - The folder
mathcontains an example of how to write math code and produce an HTML page. - The folder
research-papercontains a published paper written mostly in Markdown, and generates a PDF. To deal better with the formatting, we go through an intermediate step:Markdown ----> LaTeX ----> PDF. - The folder
slidescontains an example of slides written in Markdown, and generate arevealjspresentation. - The folder
writingcontains various examples using math, bullet lists and simple things. - The folder
zenformattingcontains the implementation of apandocfilter that applies many of the formatting rules described in "Zen of eBook Formatting: A Step-by-step Guide To Format eBooks for Kindle and EPUB", automatically, in constrast to the manual approach used by the author.