Testing Markdown Features

Testing All Markdown Elements

Let’s test various markdown features:

Lists

Unordered List

  • Item one
  • Item two
    • Nested item
    • Another nested item
  • Item three

Ordered List

  1. First item
  2. Second item
  3. Third item

This is bold text and this is italic text.

Here’s a link to Hugo.

Images

Images will be responsive and fit the content width.


That’s a horizontal rule above!