Test: Difference between revisions

From Endeavour Knowledge Base
No edit summary
No edit summary
Line 1: Line 1:
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Centered text</div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">ok ok&nbsp; function <code>int m2()</code> is nice.</div>
<pre>{{Pre2|style=color:green|Text to be a [[Hyperlink|link]]. WARNING! To include A{{=}}B inside pf text, you must use Template:{{=}}. Like this: A{{((}}{{=}}{{)}}B.}}</pre>
<syntaxhighlight lang="json"> {}
 
}</syntaxhighlight>
 
&nbsp;
 
<syntaxhighlight lang="python" line='line'> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>

Revision as of 16:41, 7 May 2020

{{Pre2|style=color:green|Text to be a [[Hyperlink|link]]. WARNING! To include A{{=}}B inside pf text, you must use Template:{{=}}. Like this: A{{((}}{{=}}{{)}}B.}}