This repository contains the source of the Sigasi documentation. You can find the rendered version at http://insights.sigasi.com
We are using markdown
- external link :
[text](http://www.example.com)
- internal link :
[/manual/demo]
- internal link with different text : `[text][/manual/setup]
- link with link text :
<http://www.sigasi.com>
- Use dashes as separator. E.g.:
test-me.md
and nottest_me.md
- Images are stored in an
images
folder (e.g./opinion/images
,/tech/images/
, ...) - Image file names must be lower case
Tips:
- Images can be aligned by appending
{: style="float:right"}
to the regular![](images/...)
markdown syntax
Tips:
- You can specify the language of code blocks by appending the language to the first three back ticks: e.g.
```vhdl