SamplePage: Difference between revisions

From FPArma Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:


<img src="http://i.imgur.com/ZSCE7t7.png">
<img src="http://i.imgur.com/ZSCE7t7.png">
== Embed a Video ==
<youtube>https://www.youtube.com/watch?v=vGjwXI0n5-I</youtube>

Revision as of 18:05, 12 July 2017

Example of Syntax Highlighting

def quickSort(arr):
	less = []
	pivotList = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass

Hotlinking Images

Embed a Video