Commit 9361dfda authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'aregnery/keyboard-html-tag' into 'master'

Add keyboard HTML tag to markdown page

See merge request gitlab-org/gitlab!85216
parents 43f1a6ef 6785d97d
...@@ -1412,6 +1412,16 @@ while the equation for the theory of relativity is E = mc<sup>2</sup>. ...@@ -1412,6 +1412,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