mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #1265 from williamd1k0/patch-1
[markdown/en] Add <kbd> tag
This commit is contained in:
commit
a743c831a0
@ -232,6 +232,12 @@ can be anything so long as they are unique. -->
|
|||||||
I want to type *this text surrounded by asterisks* but I don't want it to be
|
I want to type *this text surrounded by asterisks* but I don't want it to be
|
||||||
in italics, so I do this: \*this text surrounded by asterisks\*.
|
in italics, so I do this: \*this text surrounded by asterisks\*.
|
||||||
|
|
||||||
|
<!-- Keyboard keys -->
|
||||||
|
<!-- In Github Flavored Markdown, you can use a <kbd> tag to represent keyboard keys -->
|
||||||
|
|
||||||
|
Your computer crashed? Try sending a
|
||||||
|
<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>
|
||||||
|
|
||||||
<!-- Tables -->
|
<!-- Tables -->
|
||||||
<!-- Tables are only available in Github Flavored Markdown and are slightly
|
<!-- Tables are only available in Github Flavored Markdown and are slightly
|
||||||
cumbersome, but if you really want it: -->
|
cumbersome, but if you really want it: -->
|
||||||
|
Loading…
Reference in New Issue
Block a user