Markdown Syntax Guide

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, and shows whether basic HTML elements are styled in a Hugo theme.

Headings

The following HTML

elements represent six levels of section headings.

is the highest section level while

is the lowest.

H1

H2

H3

H4

H5
H6

Paragraph

Xerum, quo qui aut unt expliquam qui dolut labo… (sample filler text)

Blockquotes

Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown within a blockquote.

Tables

NameAge
Bob27
Alice23

Code Blocks

1
<p>A paragraph</p>

Lists

  1. First item
  2. Second item
  3. Third item
  • One
  • Two
  • Three
Built with Hugo
Theme Stack designed by Jimmy