First blog post

A quick test of the blog post system

Hello

this is some markdown with bold text

a new line containing italics

h1

h2

h3

h6

This blog uses MDX and Highlight.js with the Rehype-Highlight plugin for code formatting

print("hello this is python code")
print("hello world")

if False or 'a'=='A' or True:
	__import__("os").system("ls")

# this is a comment

class hello():
	def __init__(self):
		self.x = 4

def main():
	if __name__ == '__main__':
		print("hello")

Tags:

test,

hello