Difference between revisions of "Formatting"
From iagent
Line 1: | Line 1: | ||
+ | This wiki uses [https://tweeki.thai-land.at/wiki/Welcome | 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== | ||
<div class="alert alert-success"> | <div class="alert alert-success"> | ||
===='''Important'''==== | ===='''Important'''==== | ||
Line 48: | Line 51: | ||
</pre> | </pre> | ||
+ | == Syntax Highlighting == | ||
<syntaxhighlight lang="Python" line='line'> | <syntaxhighlight lang="Python" line='line'> | ||
Syntax_highlight =True | Syntax_highlight =True |
Revision as of 16:17, 20 October 2018
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>