---
title: "Nodes extensions"
description: "Discover the different types of nodes in Tiptap, like paragraphs, headings, code blocks, and more. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/editor/extensions/nodes"
---

# Nodes extensions

Discover the different types of nodes in Tiptap, like paragraphs, headings, code blocks, and more. Learn more in our docs!

If you think of the document as a tree, then nodes are just a type of content in that tree. Examples of nodes are paragraphs, headings, or code blocks. But nodes don’t have to be blocks. They can also be rendered inline with the text, for example for @mentions.
