Skip to content

Commit 7e32dc1

Browse files
authored
Merge pull request #96 from abhro/list
Indent content to unify ordered list in Markdown
2 parents c005cb1 + be52781 commit 7e32dc1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/gettingstarted.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ If you want to use a different Julia executable command for the LanguageServer r
4747

4848
1. From the File Explorer toolbar, click the **New File** button on the `Hello` folder:
4949

50-
![Julia VS Code Extension](assets/hello-1.png)
50+
![Julia VS Code Extension](assets/hello-1.png)
5151

5252
2. Name the file `hello.jl`, and it automatically opens in the editor.
5353

54-
![Julia VS Code Extension](assets/hello-2.png)
54+
![Julia VS Code Extension](assets/hello-2.png)
5555

56-
The .jl file extension indicates to VS Code that you interpret this file as a Julia program, therefore it evaluates the contents with the Julia extension and the selected interpreter.
56+
The .jl file extension indicates to VS Code that you interpret this file as a Julia program, therefore it evaluates the contents with the Julia extension and the selected interpreter.
5757

5858
3. Enter the following source code in hello.jl:
5959

60-
```julia
61-
msg = "Hello World"
62-
println(msg)
63-
```
60+
```julia
61+
msg = "Hello World"
62+
println(msg)
63+
```
6464

6565
## Running Hello World program
6666

0 commit comments

Comments
 (0)