fix(markdown): escape pipe chars in translation and en tables (#115)
Escape unescaped pipe characters in markdown table cells across zh/01-slash-commands, 10-cli, ja/10-cli, and vi/10-cli. Unescaped pipes inside table cells are interpreted as column delimiters, breaking table rendering.
This commit is contained in:
@@ -826,7 +826,7 @@ claude -p --output-format json "query"
|
||||
|
||||
| Use Case | Command |
|
||||
|----------|---------|
|
||||
| Quick code review | `cat file | claude -p "review"` |
|
||||
| Quick code review | `cat file \| claude -p "review"` |
|
||||
| Structured output | `claude -p --output-format json "query"` |
|
||||
| Safe exploration | `claude --permission-mode plan` |
|
||||
| Autonomous with safety | `claude --enable-auto-mode --permission-mode auto` |
|
||||
|
||||
Reference in New Issue
Block a user