- var panagram = 'Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'

h1= 'h1 - '+ panagram
h2= 'h2 - '+ panagram
h3= 'h3 - '+ panagram
h4= 'h4 - '+ panagram
h5= 'h5 - '+ panagram
h6= 'h6 - '+ panagram

p= 'paragraph - '+ panagram

p.darkgreen-text= 'colored paragraph - '+ panagram

p
	strong= 'strong - '+ panagram
p
	i= 'italic - '+ panagram
p
	small= 'small - '+ panagram
p.uppercase
	| Uppercase text
p
	abbr(title='Abbreviation') Abbr.
p 20m
	sup 2
p H
	sub 2
blockquote Use the force, Harry.
	small Gandalf
