# Markdown Overview

Markdown is a lightweight markup language that lets you add formatting to plain text documents. Thulite uses [Hugo's built-in Markdown processor](https://gohugo.io/content-management/formats/), which supports both CommonMark (basic syntax) and a range of extended features.

## Markdown

{{< card-grid >}}
{{< link-card src="svgs/simple-icons/markdown.svg" title="Basic Syntax" href="/reference/markdown/basic-syntax/" >}}
{{< link-card src="svgs/simple-icons/markdown.svg" title="Extended Syntax" href="/reference/markdown/extended-syntax/" >}}
{{< /card-grid >}}
