# Markdown OverviewLearn how Markdown works in Thulite with Hugo support for CommonMark basics and extended syntax features for richer documentation content.

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" description="Learn the core Markdown elements like headings, lists, links, images, and code blocks." href="/reference/markdown/basic-syntax/" >}}
{{< link-card src="svgs/simple-icons/markdown.svg" title="Extended Syntax" description="Explore advanced Markdown features such as tables, footnotes, task lists, and definition lists." href="/reference/markdown/extended-syntax/" >}}
{{< /card-grid >}}
