fix: remove escaped backticks on code block

This commit is contained in:
Sylvia Crowe
2024-09-23 16:51:07 -07:00
parent 9c61c6caa2
commit 363aff6222
+1 -1
View File
@@ -35,7 +35,7 @@ Preview is the generic type of widget used for viewing files. This can take many
You can use \`wsh view [path]\` from any Wave terminal window to open a preview widget with the contents of the specified path (e.g. `wsh view .` or `wsh view ~/myimage.jpg`).
#### Directory
When looking at a directory, preview will show a file viewer much like MacOS' *Finder* application or Windows' *File Explorer* application. This variant is slightly more geared toward software development with the focus on seeing what is shown by the \`ls -alh\` command.
When looking at a directory, preview will show a file viewer much like MacOS' *Finder* application or Windows' *File Explorer* application. This variant is slightly more geared toward software development with the focus on seeing what is shown by the `ls -alh` command.
##### View a New File
The simplest way to view a new file is to double click its row in the file viewer. Alternatively, while the widget is focused, you can use the ↑ and ↓ arrow keys to select a row and press enter to preview the associated file.