Skip to content

Commit 78bb632

Browse files
authored
Update output-accessibility.md
1 parent 6ec77f2 commit 78bb632

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ Invoke-Item .\myFile.csv
6262

6363
The `Invoke-Item` command opens the file in the default application for CSV files.
6464

65-
### HyperText Markup Language (HTML) format
66-
67-
HTML files can be viewed by web browsers such as **Microsoft Edge**. The following example shows
68-
how to save the output of a command to an HTML file.
69-
70-
```powershell
71-
dsc resource list | ConvertFrom-Json | ConvertTo-HTML | Out-File .\myFile.html
72-
Invoke-Item .\myFile.html
73-
```
74-
75-
The `Invoke-Item` command opens the file in your default web browser.
76-
7765
## Reduce the amount of output
7866

7967
One way to improve the accessibility of the output is to reduce the amount of output displayed in

0 commit comments

Comments
 (0)