Skip to content

Instantly share code, notes, and snippets.

@mig-hub
Created September 6, 2020 08:36
Show Gist options
  • Save mig-hub/48522f740e108f9905e79079c31d6a61 to your computer and use it in GitHub Desktop.
Save mig-hub/48522f740e108f9905e79079c31d6a61 to your computer and use it in GitHub Desktop.
TEMPLATE = $(SRC_DIR)/template.html
$(DST_DIR)/%.html: $(SRC_DIR)/%.md $(TEMPLATE)
pandoc \
--from markdown_github+smart+yaml_metadata_block+auto_identifiers \
--to html \
--template $(TEMPLATE) \
-o $@ $<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment