Skip to content

Commit ed3b1bd

Browse files
committed
change emphasis
1 parent c6ed5c5 commit ed3b1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authoring/_kbd.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The `kbd` [shortcode](shortcodes.qmd) can be used to describe keyboard shortcuts in documentation:
44

5-
- **single keyboard shortcuts for every operating system**: use a positional parameter: `{{{< kbd Ctrl-C >}}}`
6-
- **different shortcuts for different operating systems** use keyword parameters `win`, `mac`, and `linux`: `{{{< kbd mac=Shift-Command-O win=Shift-Control-O linux=Shift-Ctrl-L >}}}`
5+
- single keyboard shortcuts for every operating system use a **positional parameter**: `{{{< kbd Ctrl-C >}}}`
6+
- different shortcuts for different operating systems use **keyword parameters `win`, `mac`, and `linux`**: `{{{< kbd mac=Shift-Command-O win=Shift-Control-O linux=Shift-Ctrl-L >}}}`
77

88
On Javascript formats, Quarto will attempt to detect the operating system of the format and show the correct shortcut.
99
On print formats, it will print the keyboard shortcut information for all operating systems.

0 commit comments

Comments
 (0)