Skip to content

Commit 1cdb2e5

Browse files
committed
Propogate change to later section
1 parent ad8238f commit 1cdb2e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/tools/_code-oss-editors.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,19 @@ Execute the **Quarto: Show Assist Panel** command to show a panel in the sidebar
138138
2) A realtime preview of equations is shown when editing LaTeX math
139139
3) Thumbnail previews are shown when your cursor is located on a markdown image.
140140

141+
::: {.content-hidden unless-meta="tool.is_vscode"}
141142
For example, below help on the matplotlib `plot()` function is shown automatically when the cursor is located on the function:
142143

143-
::: {.content-hidden unless-meta="tool.is_vscode"}
144144
![](/docs/computations/images/python-vscode.png){.border fig-alt='Screenshot of {{< meta tool.name >}} editor with three vertical sections. The leftmost includes the file explorer, and quarto help. The second pane is the source code for a quarto file with python code. The third is interactive with Python running and output of the code cells shown.'}
145145
:::
146146

147147
::: {.content-hidden unless-meta="tool.is_positron"}
148-
![](/docs/tools/images/positron-python.png){.border .preview-image fig-alt="Screen shot of Positron editor with three vertical sections. The leftmost includes the file explorer, and quarto help. The second pane is the source code for a quarto file with python code, and the active Python Console. The third shows the Environment and Plots for the active console populated with the output of the code cells."}
148+
For example, below an image preview is shown automatically when the cursor is located in the image path in the markdown:
149+
150+
![](/docs/tools/images/positron-python.png){.border .preview-image .light-content fig-alt="Screen shot of Positron editor with three vertical sections. The leftmost includes the file explorer, and quarto assist pane. The second pane is the source code for a quarto file with python code, and the active Python Console. The third shows the Environment and Plots for the active console populated with the output of the code cells."}
151+
152+
![](/docs/tools/images/positron-python-dark.png){.border .dark-content .preview-image fig-alt="Screen shot of Positron editor with three vertical sections. The leftmost includes the file explorer, and quarto assist pane. The second pane is the source code for a quarto file with python code, and the active Python Console. The third shows the Environment and Plots for the active console populated with the output of the code cells."}
153+
149154
:::
150155

151156
## Live Preview

0 commit comments

Comments
 (0)