Header image for vgmoose.com

First Post

Hello this is a test of the very first post that will be generated from this markdown file.

It must support links as well as demo image images.

It should also understand italic and bold as well as bold words with italics inside of them.

block quotes should be
supported

  1. as well as
    1. nested lists
    2. that work inside of
  2. eachother
    • these can be
    • unordered
    • bullets
  3. see
def method():
    print("Hello there")

class NewClass:
    def __init__(self):
        self.value = 1

n = NewClass()
method()
Col Col
Hello there you are a table