We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a424c15 commit d6111eaCopy full SHA for d6111ea
Makefile
@@ -1408,6 +1408,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
1408
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
1409
.PHONY: format-md
1410
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
1411
+ $(info Formatting Markdown...)
1412
@$(call available-node,$(run-format-md))
1413
1414
0 commit comments