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
No Commenthi there
some of this is a css test
actually, most of this is a css test
bold
italic
both
> blockquote
> multiline
>
> blockquote
> nested
>> blockquote
image
image test
inline code
code block
horizontal rule
link to google
link [with tooltip](http://google.com "this goes to http but the other one goes to https")
link to google again <https://www.google.com>
refrence style [to google yet again][1]
[1]: youtube.com "this actually goes to youtube. got you."
* escaped asterisk. someone catch it
i can't even get from there to here without testing some css
edit: oh hey some of the markdown didn't work
even though i only used markdown in the linked howto
that's weird