mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Docs: add missing example code code for kbd
after #13351.
This commit is contained in:
parent
83c9510da2
commit
97ca848e16
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
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>
|
||||
|
|
Loading…
Reference in a new issue