Skip to content

Instantly share code, notes, and snippets.

View sstevens2's full-sized avatar

Sarah Stevens sstevens2

View GitHub Profile
@kristopherjohnson
kristopherjohnson / Makefile
Last active October 7, 2025 07:32
Makefile that uses Pandoc to generate HTML, PDF, DOCX, etc. from Markdown source files
# Makefile
#
# Converts Markdown to other formats (HTML, PDF, DOCX, RTF, ODT, EPUB) using Pandoc
# <http://johnmacfarlane.net/pandoc/>
#
# Run "make" (or "make all") to convert to all other formats
#
# Run "make clean" to delete converted files
# Convert all files in this directory that have a .md suffix