Changes

From Amahi Wiki
Jump to: navigation, search
260 bytes added ,  12:53, 2 January 2011
Created page with "= Code Formatting = To add formatting to code, we have a little Template:Code code template that can be used like this: <pre> {{Code|bash$ ls -l total 696 ... bash$ }} </p..."
= Code Formatting =

To add formatting to code, we have a little [[Template:Code code template]] that can be used like this:

<pre>
{{Code|bash$ ls -l
total 696
...
bash$
}}
</pre>

Which should look like this:

{{Code|bash$ ls -l
total 696
...
bash$
}}
----
287

edits