File tree Expand file tree Collapse file tree
.claude/skills/ui-ux-pro-max/scripts
.codex/skills/ui-ux-pro-max/scripts
.gemini/skills/ui-ux-pro-max/scripts
.shared/ui-ux-pro-max/scripts
.trae/skills/ui-ux-pro-max/scripts
.claude/skills/ui-ux-pro-max/scripts
.codex/skills/ui-ux-pro-max/scripts
.gemini/skills/ui-ux-pro-max/scripts
.shared/ui-ux-pro-max/scripts
.trae/skills/ui-ux-pro-max/scripts
skills/ui-ux-pro-max/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
Original file line number Diff line number Diff line change @@ -440,7 +440,8 @@ def format_markdown(design_system: dict) -> str:
440440 # Anti-patterns section
441441 if anti_patterns :
442442 lines .append ("### Avoid (Anti-patterns)" )
443- lines .append (f"- { anti_patterns .replace (' + ' , '\n - ' )} " )
443+ newline_bullet = '\n - '
444+ lines .append (f"- { anti_patterns .replace (' + ' , newline_bullet )} " )
444445 lines .append ("" )
445446
446447 # Pre-Delivery Checklist section
You can’t perform that action at this time.
0 commit comments