Enable Markdown in text fields
Markdown lets you format rich text using an easy-to-remember plain text syntax.
Before you begin
Role required: Admin
About this task
ServiceNow CPQ text fields support Markdown, a widely used, lightweight markup language for formatting text using plain-text syntax.
Procedure
In the layout editor, click the gear icon.
Enter the following JSON text as the raw value for the field properties:
{ "enableMarkdown": true }Click Edit Field Info.
Select ReadOnlyText as the display type for the field that will accept Markdown text.
Related topics