Difference between revisions of "Formatting"

From iagent
Jump to: navigation, search
(Syntax Highlighting)
 
Line 60: Line 60:
 
Syntax_highlight =True
 
Syntax_highlight =True
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
</pre>
 +
 +
== Full width images ==
 +
<pre>
 +
<div class="res-img">
 +
[[File:somefile.png]]
 +
</div>
 
</pre>
 
</pre>

Latest revision as of 18:18, 22 January 2022

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>