Help:Contents
From Amahi Wiki
Help Topics
Wiki Formatting:
To add formatting to code, we have a little Template:Code code template that can be used like this:
::{{Code|$ this is a bash command -bash: this: command not found $ }}
Which should look like this:
bash code |
---|
$ this is a bash command -bash: this: command not found $
|