Markdown test#

  • plain text

  • inline code

  • italic text

  • bold text

    • bold italic text

Code blocks#

import requests

response = requests.get(
    'https://httpbin.org/get',
    params={'page': '1'},
)
print(response.text)
print(response.headers)
for i in {1..10}; do
    echo "Hello, world $i!"
done

Images#

wow look at this cat

Important status update#

how else will people know this is a work in progress

oh man this is going to look so cool when it’s done