This is a preview version of the site. Click here to go the main site.
This article is a draft.
The Astro logo on a dark background with a pink glow.

Arcadia

This is a slightly longer description that will show at the top of the article. I will write several sentences here so it can showcase the layout that I will make for the summary section of an article. I am going to keep writing now to pad this out a bit more and take up a few more lines of the page. I think writing this one more sentence will probably be enough so let's just keep going on a little bit longer and then it'll be good to stop and see what this looks like on the page.

This subject of this article occurred in . Learn more about how I sort articles chronologically.

This is a template project. I am not including a title in the Markdown because the front matter will be rendered as a title.

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

This is bold text

This is italic text

This is striken-through text

  1. An ordered list starts here
  2. Here's another item

here's a link

This is an image

This is some inline code and below is a code block:

for i in range(10):
    print(i)
print("Hello World!")

block quote here

this is another line in the block quote


There is a horizontal rule up there ^ see

And more Markdown things but look them up if you need them.