fix(docs): escape inline-code backticks in !command`` references

Escape backticks across en/ja/uk/vi/zh slash-commands and skills modules so the literal `!`command`` syntax renders correctly instead of breaking the inline-code span.
This commit is contained in:
Stephen Guo
2026-05-12 04:58:29 +08:00
committed by GitHub
parent b3571e8def
commit 6e46b25276
7 changed files with 9 additions and 9 deletions

View File

@@ -276,7 +276,7 @@ Usage: `/review-pr 456 high` → `$0`="456", `$1`="high"
### Dynamic Context with Shell Commands
Execute bash commands before the prompt using `!`command``:
Execute bash commands before the prompt using `` !`command` ``:
```yaml
---