Testing page: Difference between revisions

no edit summary
imported>Sjwhitak
No edit summary
imported>Sjwhitak
No edit summary
 
(2 intermediate revisions by the same user not shown)
 
<syntaxhighlight lang="python" line>
 
def quick_sort(arr):
less = []
return arr
else:
pass</syntaxhighlight>
 
‎</syntaxhighlight>
{{Warning|This is a warning that is using the warning template specified by Gentoo!}}
{{Important|This is an important message!}}
{{Note|This is a notice, something to keep mind of.}}
{{Tip|Here's a tip.}}
{{UserCmd|sudo apt install python3 firefox}}
{{RootCmd|apt install python3 firefox}}
 
These templates are not that great and the <code>=</code> value messes it up:
{{RootCmd|pip3 update tensorflow==2.5.0}}
{{RootCmd|pip3 update tensorflow&#x3d;&#x3d;2.5.0}}
The second line uses <code>&#x26;#x3d;</code> for each equal sign. I'm not sure what causes this.
Anonymous user