Skip to content

Commit d983eb4

Browse files
committed
Use ### for headings for consistency
1 parent f52cd31 commit d983eb4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/api/environment-variables.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,36 @@ on Windows console:
1919
> electron
2020
```
2121

22-
## `ELECTRON_RUN_AS_NODE`
22+
### `ELECTRON_RUN_AS_NODE`
2323

2424
Starts the process as a normal Node.js process.
2525

26-
## `ELECTRON_ENABLE_LOGGING`
26+
### `ELECTRON_ENABLE_LOGGING`
2727

2828
Prints Chrome's internal logging to console.
2929

30-
## `ELECTRON_LOG_ASAR_READS`
30+
### `ELECTRON_LOG_ASAR_READS`
3131

3232
When Electron reads from an ASAR file, log the read offset and file path to
3333
the system `tmpdir`. The resulting file can be provided to the ASAR module
3434
to optimize file ordering.
3535

36-
## `ELECTRON_ENABLE_STACK_DUMPING`
36+
### `ELECTRON_ENABLE_STACK_DUMPING`
3737

3838
When Electron crashed, prints the stack trace to console.
3939

4040
This environment variable will not work if `crashReporter` is started.
4141

42-
## `ELECTRON_DEFAULT_ERROR_MODE` _Windows_
42+
### `ELECTRON_DEFAULT_ERROR_MODE` _Windows_
4343

4444
Shows Windows's crash dialog when Electron crashed.
4545

4646
This environment variable will not work if `crashReporter` is started.
4747

48-
## `ELECTRON_NO_ATTACH_CONSOLE` _Windows_
48+
### `ELECTRON_NO_ATTACH_CONSOLE` _Windows_
4949

5050
Don't attach to current console session.
5151

52-
## `ELECTRON_FORCE_WINDOW_MENU_BAR` _Linux_
52+
### `ELECTRON_FORCE_WINDOW_MENU_BAR` _Linux_
5353

5454
Don't use global menu bar on Linux.

0 commit comments

Comments
 (0)