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.

  1. numbered list
  2. numbered item 2
  3. numbered item 3

That's about it!