fix heading and install markdownlint if needed

This commit is contained in:
burnettk 2023-09-15 20:29:02 -04:00
parent c631cbf634
commit 3fdb1fba60
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ An entirely new feature application feature with frontend and backend components
![Extension](images/Agregate_metadata.png) ![Extension](images/Agregate_metadata.png)
# Use Cases ## Use Cases
If your organization has specific needs not catered to by the standard SpiffArena features, you can use extensions to add those features. If your organization has specific needs not catered to by the standard SpiffArena features, you can use extensions to add those features.

View File

@ -13,7 +13,7 @@ help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) && echo " \033[0;34mlint\033[0m runs markdownlint on all markdown files (this was added to the Makefile manually. pardon formatting)" @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) && echo " \033[0;34mlint\033[0m runs markdownlint on all markdown files (this was added to the Makefile manually. pardon formatting)"
lint: lint:
markdownlint **/*.md (markdownlint -V > /dev/null || npm install -g markdownlint-cli) && markdownlint **/*.md
.PHONY: help Makefile .PHONY: help Makefile