woo sample code to test css
have some inline code
can we bold it
maybe some italics
would be nice
why not both
?
woo code block
that's nice but maybe...
how about
multiple lines
time for some sample code:
for i in range(10):
j = i*i
print(str(i) + '^2=' + str(j))
print('step ' + str(i))
i += 1
print('finish')
wow that's big