Difference between revisions of "Formatting"
From iagent
Line 49: | Line 49: | ||
<syntaxhighlight lang="Python" line='line'> | <syntaxhighlight lang="Python" line='line'> | ||
− | + | Syntax_highlight =True | |
</syntaxhighlight> | </syntaxhighlight> | ||
<pre> | <pre> | ||
<syntaxhighlight lang="Python" line='line'> | <syntaxhighlight lang="Python" line='line'> | ||
− | + | Syntax_highlight =True | |
</syntaxhighlight> | </syntaxhighlight> | ||
</pre> | </pre> |
Revision as of 13:42, 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 =True
<syntaxhighlight lang="Python" line='line'> Syntax_highlight =True </syntaxhighlight>