Please place all code, config, and log output within code boxes. Three ways to do so:
-
Automatically:
-
Highlight output, then click the pre-formatted text button [
</>
] on the toolbar-
Single code command:
-
Encapsulate within a single back tick [
` ] at beginning & end of command
-
Encapsulate within a single back tick [
-
Single code command:
-
Highlight output, then click the pre-formatted text button [
-
Manually: (I prefer this way as it's faster)
-
Syntax Highlighed:
-
Three back ticks [
```
] on new line, output on next lines, three back ticks on new line
OR -
Three back ticks, whitespace, syntax [
``` bash
] on new line, output on next lines, three back ticks on new line
-
Three back ticks [
-
No Syntax Highlighting:
-
Three back ticks, whitespace, "text" [
``` text
] on new line, output on next lines, three back ticks on new line
-
Three back ticks, whitespace, "text" [
-
Syntax Highlighed: