fix(docs): preserve inline code literals

This commit is contained in:
Peter Steinberger
2026-07-15 03:02:49 -04:00
parent 0d7da61e9b
commit 6beb726be7
4 changed files with 62 additions and 4 deletions

View File

@@ -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.