You've already forked comprehensive-rust
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user