Skip to content

Commit 31a8af3

Browse files
authored
docs(gemini): Add kbd tag formatting rule (#2925)
Adds a specific style convention to GEMINI.md for formatting keyboard key combinations using the `<kbd>` tag. The required format is `<kbd>Ctrl + S</kbd>`, which is consistent with existing usage in the course. This rule will be enforced by the AI assistant to ensure uniformity.
1 parent a77ea82 commit 31a8af3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GEMINI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ list of options.
141141

142142
- **HTML Tags:**
143143
- **`<details>`:** Used for collapsible "speaker notes".
144-
- **`<kbd>`:** Used to denote keyboard keys.
144+
- **`<kbd>`:** Used to denote keyboard keys. Key combinations must be
145+
formatted as `<kbd>Ctrl + S</kbd>`, wrapping the entire combination in one
146+
tag.
145147
- **`<style>`:** Used rarely for targeted custom CSS.
146148
- **`<img>`:** Used to embed images.
147149

0 commit comments

Comments
 (0)