Difference between revisions of "Web Elements"


(Typography)
(Typography)
Line 24: Line 24:
 
<var>x = y + 2</var> var
 
<var>x = y + 2</var> var
 
|}
 
|}
 +
 +
===Syntax Highlight===
 +
 +
<syntaxhighlight lang="Python" line='line'>
 +
def quickSort(arr):
 +
less = []
 +
pivotList = []
 +
more = []
 +
if len(arr) <= 1:
 +
return arr
 +
else:
 +
pass
 +
</syntaxhighlight>
  
 
===Download Box===
 
===Download Box===

Revision as of 20:41, 15 August 2019


Typography

I18N abbr
Bold bold
Citation cite
Hello World! code
Deleted del
Emphasis em
Italic i
Inserted ins
Ctrl + S kbd

Highlighted mark
Strikethrough s
Sample samp
Text Subscripted sub
Text Superscripted sup
time
Underline u
x = y + 2 var

Syntax Highlight

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

Download Box

spectre-docs.pdf
14MB•Public•1 Jan, 2017

Steps

1

Step 1

This is the first step of the process.

2

Step 2

This is the second step. You get here once you have completed the first step.

3

Step 3

This is the third step. One more step before the end.

People Info

Charles Darwin
Naturalist, Geologist, Biologist•1809-1882


Jane Doe
Opportunist•1981-


Templates