Difference between revisions of "Formatting"
From iagent
(Created page with " <div class="alert alert-success"> ===='''Important'''==== Important </div> <pre> <div class="alert alert-success"> ===='''Important'''==== Important </div> </pre> <div class...") |
|||
| Line 21: | Line 21: | ||
Info | Info | ||
</div> | </div> | ||
| + | </pre> | ||
| + | |||
| + | <syntaxhighlight lang="Python" line='line'> | ||
| + | Syntax Highlight | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | <pre> | ||
| + | <syntaxhighlight lang="Python" line='line'> | ||
| + | Syntax Highlight | ||
| + | </syntaxhighlight> | ||
</pre> | </pre> | ||
Revision as of 23:05, 19 October 2018
Important
Important
<div class="alert alert-success"> ===='''Important'''==== Important </div>
Info
Info
<div class="alert alert-info"> ===='''Info'''==== Info </div>
1 Syntax Highlight
<syntaxhighlight lang="Python" line='line'> Syntax Highlight </syntaxhighlight>
