# Typography Built-in tags for **text and document structure** — every Mantine typography component, wrapped as a single Markdown tag with no setup. Plain Markdown still handles ordinary prose; reach for these when you want the styling, color, icon, or layout controls Mantine adds on top. - [Text](/components/typography/text/) — style any run of text: weight, size, color, alignment, transform, gradient, and truncation. - [Title](/components/typography/title/) — a heading (`

`–`

`) with an explicit level, visual size, and the full typography surface. - [Blockquote](/components/typography/blockquote/) — a styled pull-quote with a citation, accent color, radius, and an optional icon. - [Code](/components/typography/code/) — inline or block code, shown verbatim, with an optional background tint. - [Mark](/components/typography/mark/) — a tinted `` run for drawing the eye to a phrase mid-sentence. - [Highlight](/components/typography/highlight/) — highlight every match of one or more substrings inside a longer run of text. - [List](/components/typography/list/) — an ordered or unordered list with sizing, spacing, and an optional icon bullet. - [Table](/components/typography/table/) — a data table with borders, striping, hover, a caption, and a sticky header. - [Typography](/components/typography/typography/) — a prose-styling wrapper that gives a block of raw HTML Mantine's article styles. - [Divider](/components/typography/divider/) — a labelled or plain horizontal / vertical rule. - [VisuallyHidden](/components/typography/visuallyhidden/) — hide content visually while keeping it available to screen readers. Every tag forwards the underlying Mantine component's options, so anything the component accepts is reachable here. For the full prop reference, follow the Mantine docs link on each page; for anything not surfaced as a tag option, drop down to the raw [`component()`](/authoring/components-and-snippets/) island.