1
0

make: forgot markdown is whatever we want, fix $ in a better way

This commit is contained in:
Simon Michael
2022-06-18 16:26:15 +01:00
parent e3b6aefc44
commit eca3a08a6e

View File

@@ -4,8 +4,7 @@ all: html
# (including README, maybe useful for local preview. $(filter-out README.md, ...) to exclude).
html: $(patsubst %.md,%.html,$(wildcard *.md quickref/*.md)) Makefile
# PANDOC=pandoc -f markdown-smart+autolink_bare_uris
PANDOC=pandoc -f gfm
PANDOC=pandoc -f markdown-smart-tex_math_dollars+autolink_bare_uris
# generate html from a md file
%.html: %.md index.tmpl