diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-07 15:53:30 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-07 15:53:30 +0200 |
commit | d7995c64a714dc2541fede75e4aafa8a3db3142d (patch) | |
tree | 7f09b8b671582b453f3d72175f91362023a02899 | |
parent | fa1ff706f60af74430b02d9b8606472466836219 (diff) |
omit index.qmd from markdown-lint
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ pad-import-ref: lint: lint-markdown lint-markdown: - mdl --ignore-front-matter --style .mdl.rb $(addsuffix /*.qmd,$(TIDY_MARKDOWN)) + mdl --ignore-front-matter --style .mdl.rb $(filter-out %/index.qmd,$(wildcard $(addsuffix /*.qmd,$(TIDY_MARKDOWN)))) tidy: tidy-bibtex tidy-perl |