mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-26 03:41:16 +00:00
fix(docs): preserve inline code literals
This commit is contained in:
@@ -494,7 +494,7 @@ When a channel cannot render interactive controls, button and select values
|
||||
fall back to plain text. The fallback behavior preserves usability while
|
||||
keeping opaque callback data private:
|
||||
|
||||
- **`command`-typed actions** render as `label: \`command\`` so users can
|
||||
- **`command`-typed actions** render as `` label: `command` `` so users can
|
||||
copy the command and run it manually in the channel input.
|
||||
- **`callback`-typed actions** and legacy **`value`** fields render as
|
||||
label-only. The opaque callback value is not exposed in fallback text.
|
||||
|
||||
Reference in New Issue
Block a user