The Text element is the primary tool for adding paragraphs, notes, or variable data to your page. Unlike the Heading element (which is for titles), the Text element is optimized for body content and supports Markdown rendering for advanced formatting.
This guide covers how to display static descriptions, instructions, or dynamic content using rich text formatting.
The Application Builder allow you to bind the text element to data sources. This enables the text to update dynamically based on user input or application logic. By binding the text element, any changes to the data source will be reflected in the displayed text, creating a responsive and dynamic user experience.
{{ Status }}”).
+ icon).Click the text element to open the General properties tab. You will see two primary configuration options:
This is where you define what the element displays.
User Name variable to create a personalized greeting: “Welcome back, John.”Choose how Baserow should interpret your text.
If you select Markdown, you can use standard syntax to format your content:
| Style | Syntax | Result |
|---|---|---|
| Bold | **Bold Text** |
Bold Text |
| Italic | *Italic Text* |
Italic Text |
| Link | [Link Text](url) |
Link Text |
| List | - Item |
• Item |
| Heading | ### Title |
Title (Small Header) |
By default, the text element uses the “Body” typography settings defined in your Global Theme.
To change the appearance of a specific text block (e.g., to center-align a footer or make a warning message red), use a Theme Override.

Note: Moving the Alignment setting to Theme Overrides keeps your main configuration clean. If you don’t set an alignment here, it defaults to Left (or whatever your Global Theme specifies).
No. For security reasons, HTML is not rendered. Please use the Markdown format option to add links, images, or formatting. If you strictly need to embed HTML/IFrames, use the IFrame element.
You can mix them in the same field. For example, type “Total Price: $” and then click the variable button to insert {{ Price }}. The result will look like “Total Price: $50.00”.
Yes, but not in the “General” tab. Switch to the Style tab (Layout settings) to configure background colors, padding, and borders for the text container.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.