Format text with Markdown

This guide explains how to format text content in Client Portal Builder using Markdown. Markdown lets you structure text in Text and Callout sections with headings, lists, links, and basic formatting.

Using Markdown

How to apply Markdown to text content

  1. Open the Client Portal Builder board view.
  2. Open the portal page you want to edit.
  3. Add a new Text or Callout section, or edit an existing one.
  4. Enter your content in the text field.
  5. Use Markdown syntax to format the text.
  6. Save the portal configuration.

Markdown formatting is applied automatically when the portal is rendered.

Reference

Supported Markdown syntax

The following Markdown syntax is supported in text and callout sections:

Markdown Result
*Italic text* Italic text
**Bold text** Bold text
***Bold italic text*** Bold italic text
# Heading 1 Heading 1
## Heading 2 Heading 2
### Heading 3 Heading 3
[Link](http://getgorilla.app) Link
[Link](http://getgorilla.app!external) Link
* List item
* List item
* List item
  • List item
  • List item
  • List item
1. List item
2. List item
3. List item
  1. List item
  2. List item
  3. List item
---

Did you know?

Markdown formatting is applied only to the Text field in Text and Callout sections. Headlines and other structured fields are not supported.