1,774
edits
Changes
m
Adding console output
Go eat some food
END IF
=== console output ===
Console output should be placed in a black box to simulate what it looks like in a terminal session or command prompt. Separate the text across multiple lines if multiple lines of output are displayed. Console output should be surrounded by <pre"> </pre"> thus the form:
<pre style="color: silver; background: black;">This text should look like a command line terminal output
Spread it over multiple lines if you like</pre>
This results in the following output:
<pre style="color: silver; background: black;">This text looks like a command line terminal output
Spread it over multiple lines if you like</pre>
=== Warning boxes ===