File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -879,6 +879,19 @@ The order of attribute for divs and spans follow rules defined in the [pandoc](h
879879[This is *some text*]{.class key="val"}
880880```
881881
882+ ## Keyboard Shortcuts
883+
884+ The [ kbd] {.text-success} shortcode can be used to describe keyboard shortcuts in documentation.
885+
886+ ``` md {.markdown shortcodes="false"}
887+ To print, press {{< kbd Shift-Ctrl-P >}}.
888+ To open an existing new project,
889+ press {{< kbd mac=Shift-Command-O win=Shift-Control-O linux=Shift-Ctrl-L >}}.
890+ ```
891+
892+ To print, press {{< kbd Shift-Ctrl-P >}}.
893+ To open an existing new project, press {{< kbd mac=Shift-Command-O win=Shift-Control-O linux=Shift-Ctrl-L >}}.
894+
882895## Listing
883896
884897### Table
You can’t perform that action at this time.
0 commit comments