Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5f1095

Browse files
committedJun 9, 2025
Update readme
1 parent ac0b5ec commit e5f1095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ To ensure minimal consistency across nodes documentation, it is recommended to f
5454
# Run this command: Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
5555
npm install -g markdownlint-cli
5656

57-
# Fix linting issues in markdown files, using shell script (Linux)
57+
# Fix linting issues in all markdown files under docs directory,using shell script (Linux)
5858
bash fix_markdown.sh
5959

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+
6063
# Or fix linting issues in markdown files, using powershell script (Windows)
6164
powershell -ExecutionPolicy Bypass -File fix_markdown.ps1
6265
```

0 commit comments

Comments
 (0)
Failed to load comments.