diff --git a/pages/common/bastet.md b/pages/common/bastet.md index 0084c56d3..26bce8d79 100644 --- a/pages/common/bastet.md +++ b/pages/common/bastet.md @@ -17,7 +17,7 @@ - Soft drop the piece: -`{{Down arrow key}}` +`` - Hard drop the piece: diff --git a/pages/common/blender.md b/pages/common/blender.md index 0e27437f9..e128bab7d 100644 --- a/pages/common/blender.md +++ b/pages/common/blender.md @@ -22,7 +22,7 @@ - Render the animation of a specific scene, starting at frame 10 and ending at frame 500: -`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} -e {{500}} --render-anim` +`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} --frame-end {{500}} --render-anim` - Render an animation at a specific resolution, by passing a Python expression: diff --git a/pages/common/blockout2.md b/pages/common/blockout2.md index 8de98071b..f4d530b01 100644 --- a/pages/common/blockout2.md +++ b/pages/common/blockout2.md @@ -9,7 +9,7 @@ - Navigate the current piece on a 2D plane: -`{{Up|Down|Left|Right}} arrow key` +`{{Up|Down|Left|Right arrow key}}` - Rotate the piece on its axis: @@ -17,7 +17,7 @@ - Hard drop the current piece: -`Spacebar` +`` - Pause/unpause the game: diff --git a/pages/common/duplicity.md b/pages/common/duplicity.md index 0dfde7601..34d4c089b 100644 --- a/pages/common/duplicity.md +++ b/pages/common/duplicity.md @@ -22,7 +22,7 @@ - List the files in a backup stored on a remote machine, via ssh: -`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/path/to/backup/dir` +`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{user@hostname}}/{{path/to/backup/dir}}` - Restore a subdirectory from a GnuPG-encrypted local backup to a given location: diff --git a/pages/common/lynx.md b/pages/common/lynx.md index baa9b6b17..654049094 100644 --- a/pages/common/lynx.md +++ b/pages/common/lynx.md @@ -25,12 +25,12 @@ - Navigate forwards and backwards through the links on a page: -`Up arrow key, Down arrow key` +`{{Up arrow key|Down arrow key}}` - Go back to the previously displayed page: -`Left arrow key OR u` +`{{Left arrow key|u}}` - Exit: -`q then y` +`q + y` diff --git a/pages/common/mplayer.md b/pages/common/mplayer.md index 3855c08a1..d35d462c6 100644 --- a/pages/common/mplayer.md +++ b/pages/common/mplayer.md @@ -25,4 +25,4 @@ - Seek backward or forward 10 seconds: -` OR ` +`{{Left|Right}}` diff --git a/pages/common/nudoku.md b/pages/common/nudoku.md index 18ad4e969..03fb8717e 100644 --- a/pages/common/nudoku.md +++ b/pages/common/nudoku.md @@ -13,7 +13,7 @@ - Navigate the board: -`{{h|j|k|l}} OR {{Left|Down|Up|Right}} arrow key` +`{{h|j|k|l}} OR {{Left|Down|Up|Right arrow key}}` - Delete a number: diff --git a/pages/common/sc-im.md b/pages/common/sc-im.md index 2afa8a8fd..3fe5054c0 100644 --- a/pages/common/sc-im.md +++ b/pages/common/sc-im.md @@ -10,7 +10,7 @@ - Enter a string into the current cell: -`< OR >` +`{{<|>}}` - Enter a numeric constant into the current cell: diff --git a/pages/common/youtube-dl.md b/pages/common/youtube-dl.md index 9aa3ee7e3..938faad49 100644 --- a/pages/common/youtube-dl.md +++ b/pages/common/youtube-dl.md @@ -33,4 +33,4 @@ - Download a playlist and extract MP3s from it: -`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url_to_playlist}}` +`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" '{{url_to_playlist}}'` diff --git a/pages/linux/finch.md b/pages/linux/finch.md index 3b9f13e5e..62871e527 100644 --- a/pages/linux/finch.md +++ b/pages/linux/finch.md @@ -9,24 +9,24 @@ - Quit: -`alt + q OR ctrl + c` +` + q OR + c` - Show actions menu: -`alt + a` +` + a` - Jump to n-th window: -`alt + {{number_key}}` +` + {{number_key}}` - Close current window: -`alt + c` +` + c` - Start moving a window, use arrow keys to move, press escape when done: -`alt + m` +` + m` - Start resizing a window, use arrow keys to resize, press escape when done: -`alt + r` +` + r` diff --git a/pages/linux/links.md b/pages/linux/links.md index a3be7953a..bfdaa71a0 100644 --- a/pages/linux/links.md +++ b/pages/linux/links.md @@ -17,12 +17,12 @@ - Navigate forwards and backwards through the links on a page: -`Up arrow key, Down arrow key` +`{{Up arrow key|Down arrow key}}` - Go forwards and backwards one page: -`Left arrow key, Right arrow key` +`{{Left arrow key|Right arrow key}}` - Exit: -`q then y` +`q + y` diff --git a/pages/linux/nsnake.md b/pages/linux/nsnake.md index c4552915e..45e919ffa 100644 --- a/pages/linux/nsnake.md +++ b/pages/linux/nsnake.md @@ -9,7 +9,7 @@ - Navigate the snake: -`{{Up|Down|Left|Right}} arrow key` +`{{Up|Down|Left|Right arrow key}}` - Pause/unpause the game: diff --git a/pages/linux/snake4.md b/pages/linux/snake4.md index 6a1640fa7..b67438f52 100644 --- a/pages/linux/snake4.md +++ b/pages/linux/snake4.md @@ -13,11 +13,11 @@ - Navigate the snake: -`{{Up|Down|Left|Right}} arrow key` +`{{Up|Down|Left|Right arrow key}}` - Pause game: -`Spacebar` +`` - Quit game: diff --git a/pages/linux/yetris.md b/pages/linux/yetris.md index c3e908ef5..f38c84173 100644 --- a/pages/linux/yetris.md +++ b/pages/linux/yetris.md @@ -9,7 +9,7 @@ - Navigate the piece horizontally: -`{{Left|Right}} arrow key` +`{{Left|Right arrow key}}` - Rotate the piece clockwise or counterclockwise: @@ -21,11 +21,11 @@ - Soft drop the piece: -`Down arrow key` +`` - Hard drop the piece: -`Spacebar` +`` - Pause/unpause the game: