Skip to content

Commit

Permalink
Merge pull request #14047 from twbs/kbd
Browse files Browse the repository at this point in the history
Docs: add missing example code code for `kbd` after #13351.
  • Loading branch information
XhmikosR committed Jul 5, 2014
2 parents 83c9510 + 97ca848 commit bae2c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_includes/css/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ <h2 id="code-user-input">User input</h2>
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
</div>
{% highlight html %}
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
{% endhighlight %}

<h2 id="code-block">Basic block</h2>
Expand Down

0 comments on commit bae2c55

Please sign in to comment.