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 ac0b5ec commit e5f1095Copy full SHA for e5f1095
README.md
@@ -54,9 +54,12 @@ To ensure minimal consistency across nodes documentation, it is recommended to f
54
# Run this command: Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
55
npm install -g markdownlint-cli
56
57
-# Fix linting issues in markdown files, using shell script (Linux)
+# Fix linting issues in all markdown files under docs directory,using shell script (Linux)
58
bash fix_markdown.sh
59
60
+# Fix linting issues for a specific node's documentation
61
+bash fix_markdown.sh ClipLoader # This will only check files in comfyui_embedded_docs/docs/ClipLoader/
62
+
63
# Or fix linting issues in markdown files, using powershell script (Windows)
64
powershell -ExecutionPolicy Bypass -File fix_markdown.ps1
65
```
0 commit comments