Created
September 6, 2020 08:36
-
-
Save mig-hub/48522f740e108f9905e79079c31d6a61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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