Available In: Docs Made Easy Basic and Pro
Parameter Value : HTML
Parameter Requirements : Must be used with a Rich Text Area field.
Parameter Description : The HTML parameter ensures that content from a Rich Text Area field is rendered with proper formatting in the generated document. Without this parameter, raw HTML tags (such as <p>, <br>, <b>) are displayed instead of being interpreted as formatting. Using HTML strips unnecessary tags and outputs clean, user-friendly formatting.
Example : {{HTML:ObjectName.FieldAPI}}
SYNTAX | OUTPUT |
{{Account.Facts__c}} | ![]() |
{{HTML:Account.Facts__c}} | ![]() |
Note:
Use this parameter only with Rich Text Area fields. Standard text fields and other field types do not require it.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article