From 363aff6222dafefe94a661655fc73f479ea2faa7 Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Mon, 23 Sep 2024 16:51:07 -0700 Subject: [PATCH] fix: remove escaped backticks on code block --- docs/widgets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets.mdx b/docs/widgets.mdx index e685516..912f00a 100644 --- a/docs/widgets.mdx +++ b/docs/widgets.mdx @@ -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.