Topic on Extension talk:SyntaxHighlight

TheDJ (talkcontribs)
1 def quickSort(arr):
2 	less = []
3 	pivotList = []
4 	more = []
5 	if len(arr) <= 1:
6 		return arr
7 	else:
8 		pass
IKhitron (talkcontribs)

The css classes are not loaded.

Reply to "Test"