Skip to content

Commit 2ddbc8c

Browse files
authored
Try to fix numbering (#12964)
1 parent 0d5de68 commit 2ddbc8c

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-89-run-with-intellij.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,19 @@ Due to [IDEA-119280](https://youtrack.jetbrains.com/issue/IDEA-119280), it is a
2828
1. Navigate into directory "classes"
2929
1. Now you have two Explorer windows opened. Copy all files and directories from the first one to the second one.
3030
11. Locate the class `Launcher` (e.g., by <kbd>ctrl</kbd>+<kbd>N</kbd> and then typing `Launcher`). Press <kbd>Enter</kbd> to jump to that class.
31-
<figure>
32-
<img src="intellij-search-for-launcher.png" alt="IntelliJ search for class “Launcher”">
33-
<figcaption>IntelliJ search for class “Launcher”</figcaption>
34-
</figure>
31+
<figure>
32+
<img src="intellij-search-for-launcher.png" alt="IntelliJ search for class “Launcher”">
33+
<figcaption>IntelliJ search for class “Launcher”</figcaption>
34+
</figure>
3535
12. Click on the green play button next to the `main` method to create a Launch configuration. IntelliJ will fail in launching.
36-
<figure>
37-
<img src="intellij-hover-on-play-button.png" alt="However on green play">
38-
<figcaption>However on green play</figcaption>
39-
</figure>
40-
41-
<figure>
42-
<img src="intellij-run-jabref-from-launcher.png" alt="Run JabRef via launcher">
43-
<figcaption>Run JabRef via launcher</figcaption>
44-
</figure>
45-
36+
<figure>
37+
<img src="intellij-hover-on-play-button.png" alt="However on green play">
38+
<figcaption>However on green play</figcaption>
39+
</figure>
40+
<figure>
41+
<img src="intellij-run-jabref-from-launcher.png" alt="Run JabRef via launcher">
42+
<figcaption>Run JabRef via launcher</figcaption>
43+
</figure>
4644
13. On the top right of the IntelliJ window, next to the newly created launch configuration, click on the drop down
4745
14. Click on "Edit Configurations..."
4846
15. On the right, click on "Modify options"
@@ -73,10 +71,10 @@ Due to [IDEA-119280](https://youtrack.jetbrains.com/issue/IDEA-119280), it is a
7371
```
7472
19. Click "Apply"
7573
20. Click "Run". You can also click on the debug symbol next to it to enable stopping at breakpoints.
76-
<figure>
77-
<img src="intellij-run-launcher.png" alt="Launch menu contains “Launcher”">
78-
<figcaption>Launch menu contains “Launcher”</figcaption>
79-
</figure>
74+
<figure>
75+
<img src="intellij-run-launcher.png" alt="Launch menu contains “Launcher”">
76+
<figcaption>Launch menu contains “Launcher”</figcaption>
77+
</figure>
8078

8179
<!-- MD031 is disabled, because otherwise the numbering does not work properly. MD029 and M032 are disabled as a consequence. -->
8280
<!-- markdownlint-disable-file MD029 MD031 MD032 MD033 -->

0 commit comments

Comments
 (0)