Formatting

From iagent
Jump to: navigation, search

This wiki uses | Tweeki skin based on Bootstrap. The formatting is somewhat similar to Github pages. Below are some cut and paste snippets for making notifications and stuff on the wiki.

Notes

Important

Important

<div class="alert alert-success">
===='''Important'''====
Important
</div>

Info

Info

<div class="alert alert-info">
===='''Info'''====
Info
</div>

Warning

warning

<div class="alert alert-danger">
===='''Warning'''====
warning
</div>


Note

note

<div class="alert alert-warning">
===='''Note'''====
note
</div>

Syntax Highlighting

1 Syntax_highlight =True
<syntaxhighlight lang="Python" line='line'>
Syntax_highlight =True
</syntaxhighlight>

Full width images

<div class="res-img">
[[File:somefile.png]]
</div>