Difference between revisions of "Formatting"
From iagent
Line 35: | Line 35: | ||
</pre> | </pre> | ||
+ | |||
+ | <div class="alert alert-warning"> | ||
+ | ===='''Note'''==== | ||
+ | note | ||
+ | </div> | ||
+ | |||
+ | <pre> | ||
+ | <div class="alert alert-warning"> | ||
+ | ===='''Note'''==== | ||
+ | note | ||
+ | </div> | ||
+ | </pre> | ||
<syntaxhighlight lang="Python" line='line'> | <syntaxhighlight lang="Python" line='line'> |
Revision as of 13:41, 20 October 2018
<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>
1 Syntax Highlight
<syntaxhighlight lang="Python" line='line'> Syntax Highlight </syntaxhighlight>