Fields - Markdown Support
You can pass Markdown syntax as a field value to get the dynamic formatted text inside the output Document.
Last updated
You can pass Markdown syntax as a field value to get the dynamic formatted text inside the output Document.
Last updated
You need to add an "!" in front of your field name The final syntax should be: {!fieldName}
We support all basic markdown elements and syntax. Please check one of the Markdown Guides:
If you pass link elements they will be added as clickable hyperlinks to your document
If you pass image elements with a public url they will be downloaded and added to output document
Font settings for text in Markdowncontent will be inherited from your template's Regular Text Styling Settings. You can change them in your document template styling unless they are explicitly defined with styling properties.
HTML tags cannot be used inline with other text or bindings. Use them in a separate paragraph:
You can pass mermaid charts, and diagrams using the syntax below. Read more about mermaid syntax: