Skip to content
Snippets Groups Projects
Commit dd80ccbc authored by Bruno BEAUFILS's avatar Bruno BEAUFILS
Browse files

Add example generation

parent c4bbb7ea
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,10 @@ test: $(FILTER_FILE) test/input.md test/test.yaml ...@@ -53,6 +53,10 @@ test: $(FILTER_FILE) test/input.md test/test.yaml
test/expected.native: $(FILTER_FILE) test/input.md test/test.yaml test/expected.native: $(FILTER_FILE) test/input.md test/test.yaml
$(PANDOC) --defaults test/test.yaml --output=$@ $(PANDOC) --defaults test/test.yaml --output=$@
## Generate an example from test/input.md
test/output.html: $(FILTER_FILE) test/input.md
$(PANDOC) -s --lua-filter=$< test/input.md --output=$@
## Creates or updates the quarto extension ## Creates or updates the quarto extension
.PHONY: quarto-extension .PHONY: quarto-extension
quarto-extension: $(QUARTO_EXT_DIR)/_extension.yml \ quarto-extension: $(QUARTO_EXT_DIR)/_extension.yml \
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment