summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-10-01 09:41:43 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-10-01 09:41:43 -0500
commita743c831a07f5e846051b156152fe8e6ddcfb097 (patch)
tree66c99591a8f25df39b3d9f290df1f0c52a8493e1
parent5254c21bbed437e1f91c9c78209da2b48d22ec8b (diff)
parentaaa818fc2522bf49b07f33a4011d31cce5b01ad0 (diff)
Merge pull request #1265 from williamd1k0/patch-1
[markdown/en] Add <kbd> tag
-rw-r--r--markdown.html.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown
index 7541f904..6d19710f 100644
--- a/markdown.html.markdown
+++ b/markdown.html.markdown
@@ -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
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 are only available in Github Flavored Markdown and are slightly
cumbersome, but if you really want it: -->