If you want to use examples of code in your note, then iKnolio can give you the syntax highlighting. To do this, wrap your code inside the pairs of “@@”, and you can optionally specify a programming language for proper highlightinh. It can be written between the first two “@” symbol. For example:
@js@ alert(«hello world»); @@
At the moment iKnolio can highlight java, vb, perl, javascript, php, python, etc. Feel free to use the name of your programming language, we soon add support for your language and you will immediately see the result.
To specify additional information you can use footnotes, write them as “[##]” in the text (where ## number of footnotes), and describing the footnote at the end of the recording, in the form of «fn ##. Your text»(note the dot after the number). iKnolio automatically create reciprocal links between these elements, and correctly display your message.
You can additionally specify the link text by writing it before the link, separated by a colon. If the text is more than one word you need to conclude it in quotation marks. For example: Google:http://www.google.com and "Google Search":http://www.google.com
You can use the tables in your note, separating the individual cells of the symbol «|», starting and finishing line with the this symbol.
For example:
| Country | City | Value |
| USA | New York | 15000 |
| France | Paris | 1250 |
| USA | Boston | 720 |
you can use the formatting within the cells, highlight the text bold, italic and so on.
To mark the line as the title of the table, and thus make the cell more visible, after the symbol «|» you need to
put «h.» (with a dot at the end), for example:
|h. Country |h. City |h. Value |
| USA | New York | 15000 |