D&D Gaming Table with Embedded Digital Map
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 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
- An ordered list starts here
- Here's another item
- An unordered list starts here
- Here's another item
- This is a task list item
- This is a completed task

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.