-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Describe the bug
In preview mode, the code inside curly brackets is shown at the top of the code block.
Markdown Source
```powershell
do {
Start-Process "ms-settings:mousetouchpad"
sleep 1
get-process | where-object {$_.MainWindowTitle -eq "Settings"} | % { $_.CloseMainWindow() }
sleep 2
} while ($true)
```
Metadata
Metadata
Assignees
Labels
No labels
