Here are some basic tips for editing the SmartCentral Wiki.
The SmartCentral wiki uses a very simple text based structure with some markup standards based on Markdown.
For a very simple tutorial go here.
Separate paragraphs with a blank line.
Place 1 or more hash characters # on a new line followed by a space before the text. The number of hash characters control the heading level.
Place an asterix * at the start of a new line followed by a space before the text. Add 1 or more spaces before the asterix to indent the list e.g. * this is a bullet list item * this is a second level bullet item * and another * and back to level 1
Put text in italics like this by surronding the text with a single asterix on each side.
Put text in bold like this by surronding the text with double asterix on each side.
Put text in bold italics like this by surronding the text with tripple asterix on each side.
A few well chosen screenshots can be a useful tool to illustrate a particular point. To make sure your screenshots fit the wiki page and are crisp its important to capture them correctly. The steps below will produce clear images.
In order to add images to the wiki they must first be uploaded to the site. Every filename must be unique.
Once that is done they can be referenced with the relative address /uploads/filename.TYPE (type must be in upper case). For example :

Produces:
| Item | Category | Count |
| :--- | :---: | ---: | <-- defines the header and column alignment
| Apple | Fruit | 1 |
| Tomato | Fruit | 22 |
Item | Category | Count |
---|---|---|
Apple | Fruit | 1 |
Tomato | Fruit | 22 |
Sorry, unable to render sequence diagram at this time.