1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-23 15:01:49 +02:00

feat(docs): Update and apply kbd tag style guide (#2930)

- Based on feed back from @mgeisler, update the kbd tag guidance in
GEMINI.md to require wrapping each key in its own tag (e.g.,
`<kbd>Ctrl</kbd> + <kbd>S</kbd>`).
- Apply this new convention to existing content in the `src` directory
to ensure consistency.
This commit is contained in:
Dmitri Gribenko
2025-09-27 11:13:03 +02:00
committed by GitHub
parent 096a0a6ff3
commit 00e3e194ae
3 changed files with 7 additions and 8 deletions

View File

@@ -16,8 +16,8 @@ fn main() {
}
```
You can use <kbd>Ctrl + Enter</kbd> to execute the code when focus is in the
text box.
You can use <kbd>Ctrl</kbd> + <kbd>Enter</kbd> to execute the code when focus is
in the text box.
<details>