We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797308c commit 7bf2098Copy full SHA for 7bf2098
Makefile
@@ -48,7 +48,7 @@ docs: docs/index.html docs/$(FILTER_FILE)
48
docs/index.html: README.md test/input.md $(FILTER_FILE) .tools/docs.lua \
49
docs/output.md docs/style.css
50
@mkdir -p docs
51
- pandoc \
+ $(PANDOC) \
52
--standalone \
53
--lua-filter=.tools/docs.lua \
54
--metadata=sample-file:test/input.md \
0 commit comments