Commit 6785d97d authored by Austin Regnery's avatar Austin Regnery

Add keyboard HTML tag to markdown page

parent 1d713d6f
...@@ -1410,6 +1410,16 @@ while the equation for the theory of relativity is E = mc<sup>2</sup>. ...@@ -1410,6 +1410,16 @@ while the equation for the theory of relativity is E = mc<sup>2</sup>.
<!-- vale gitlab.Spelling = YES --> <!-- vale gitlab.Spelling = YES -->
### Keyboard HTML tag
The `<kbd>` element is used to identify text that represents user keyboard input. Text surrounded by `<kbd>` tags is typically displayed in the browser's default monospace font.
```html
Press <kbd>Enter</kbd> to go to the next page.
```
Press <kbd>Enter</kbd> to go to the next page.
### Tables ### Tables
Tables are not part of the core Markdown spec, but they are part of GitLab Flavored Markdown. Tables are not part of the core Markdown spec, but they are part of GitLab Flavored Markdown.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment