---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Enable Markdown in text fields

# Enable Markdown in text fields {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Markdown lets you format rich text using an easy-to-remember plain text syntax.

## Vorbereitungen

Role required: Admin

## Warum und wann dieser Vorgang ausgeführt wird

CPQ text fields support Markdown, a widely used, lightweight markup language for formatting text using plain-text syntax.

## Prozedur

1. In the layout editor, click the gear icon.
2. Enter the following JSON text as the raw value for the field properties:  

       {
         "enableMarkdown": true
       }

3. Click Edit Field Info.
4. Select ReadOnlyText as the display type for the field that will accept Markdown text.
**Zugehörige Verweise**   

* [Markdown syntax](https://servicenow-prod.fluidtopics.net/RTC~2Typ4MZEoecj~hG2mg "Markdown provides a simple way to format content using plain text syntax. Use Markdown to apply basic text styling, insert links, and add images by using a small set of intuitive symbols that render consistently across supported CPQ experiences.")
* [Markdown options for read-only text](https://servicenow-prod.fluidtopics.net/g7DPgK9T_cyF7naochftrQ "Enable markdown formatting for ReadOnlyText components in CPQ layouts to enhance text presentation. Use syntax for bold, italics, lists, links, images, and dynamic field values to create clear, engaging, and context-aware display text in configurations.")

