Skip to content

Commit 8267b09

Browse files
committed
whitespace changes: need blank line after HTML block
1 parent 437e133 commit 8267b09

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

windows-ui-guide/docs/editing-scripts-and-text-files.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ There are two ways to choose the file to be edited. If the file exists, you can
77
Alternatively, type `)ED` followed by the pathname to the file. To identify the name given as a file, it must either contain a slash character ("\" or "/") or be preceded by one.
88

99
<h2 class="example">Examples</h2>
10+
1011
```apl
1112
)ED c:\myfiles\myscript.dyalog
12-
```
13-
```apl
1413
)ED c:\myfiles\pete.txt
15-
1614
)ED \x.txt ⍝ x.txt in current directory
17-
1815
)ED / x.txt ⍝ ditto
19-
2016
```
2117

2218
If the named file does not exist, you will be asked whether or not you want to create it:

0 commit comments

Comments
 (0)