diff options
author | Jacob Ward <jacobward1898@gmail.com> | 2015-11-01 20:56:59 -0700 |
---|---|---|
committer | Jacob Ward <jacobward1898@gmail.com> | 2015-11-01 20:56:59 -0700 |
commit | c64f9231a9e9eb797519a582a73dbca452f00672 (patch) | |
tree | 9b28e15b7a0b6c4b055373eb37f8f9cfb7b0645b /markdown.html.markdown | |
parent | 9444609b7d44a7f16cbd6c920374eb5e26f10725 (diff) |
fix kbd tag
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r-- | markdown.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown index d38bfe33..64f5f351 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -284,7 +284,7 @@ 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. +In Github Flavored Markdown, you can use a `<kbd>` tag to represent keyboard keys. ```markdown Your computer crashed? Try sending a <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd> |