Markdown support makes it easy to move content between tools, maintain consistent formatting, and streamline your content workflow. You can paste Markdown into CMS rich text fields or copy CMS content as Markdown for use elsewhere.
You can paste Markdown directly into a CMS rich text field, and it will automatically convert into formatted content.
To paste Markdown:
Copy the Markdown content from your preferred tool.
Open a CMS item.
Paste the content into a rich text field.
The CMS converts the Markdown into structured content while preserving supported formatting.
Supported elements include headings, paragraphs, ordered and unordered lists, tables, code blocks and blockquotes.
You can export rich text content from the CMS as Markdown and reuse it in other tools.
To copy content as Markdown:
Open a CMS item.
Click the three-dot icon in the top-right corner.
Select Copy as Markdown.
Paste the content into your preferred Markdown editor.

Links pasted into the CMS are automatically optimized to ensure they work correctly across your site.
When processing links, the CMS:
Converts links to relative URLs when possible.
Preserves external links.
Includes the correct href attributes.
Resolves variables inside links automatically.
This helps maintain consistent and reliable linking throughout your content.