Test page!!
Since I've written my own markdown parser/renderer, this document is here to make sure that all of the features that I support in the markdown renderer work well. This is a paragraph of text.
this is my block quote
for i in range(10):
print("This is my python")
This paragraph of text
has a code word
thing in it.
This block quote has the same
code word
thing in it.
I have inline bold, italics, strikethrough, bold italic.
- bulleted list
- nested 1
- double nested
- nested 2
- nested 3
- nested 1
- item 2
- numbered list
- numbered item 2
- numbered item 3
That's about it!