Title 1

Title 2

Other Title 2

This is some plain text.

code in markdown

multiline code in markdown
# code comment
print(1+1)
for i in range(10):
    pass
2
# this code specifies language with triple colons
print(1+1)
for i in range(10):
    pass

Last update: April 14, 2020