---
title: Hello World
date: 2024-01-30
---
Markdown is just a simpler syntax for the most commonly used HTML
elements when writing body text.
A blank line, like above, marks a new paragraph (HTML `
`).
A line starting with `##` is an HTML `
`:
## Lists
An example of an unordered list:
- item one
- item two
And an ordered list:
1. item one
2. item two
## More info
See [CommonMark](https://commonmark.org) for more
information about Markdown.