We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<kbd>
<samp>
Use
So the HTML could look like
<pre> <samp>$ <kbd>git status<kbd> # On branch master nothing to commit, working directory clean</samp> </pre>
As an idea for styling, some CSS:
kbd { display: inline-block; padding: 2px 6px 3px; background: #fff; color: #3B3E43; border: 1px solid #7d8186; line-height: 1em; box-shadow: 0 2px 0 -1px #fff,0 2px 0 #828282; font-size: 0.8em; } code { border: 1px solid #cccbcb; background-color: #eef; padding: 1px 5px; font-size: 0.8em; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use
<kbd>
for keyboard shortcuts<samp>
for sample output from a computerSo the HTML could look like
As an idea for styling, some CSS:
The text was updated successfully, but these errors were encountered: