1.1 Shell commands:
Issued commands should be wrapped by <pre> and <b> tags. The prompt should be a $, or it the command must be run by root, a #. Output of commands should be wrapped by <pre> tags.
e.g.
<b><pre>$ echo hello world</pre></b>
<pre>Hello world!</b>
gives
$ echo Hello world!
Hello world!