Markdown
Our Markdown component lets you work with both dynamic markdown strings (passed in the payload) or static markdown.
It follows our styling standards, supporting a wide range of elements, including:
- Headings
- Lists
- Links
- Images
- Tables
- Code blocks
- Blockquotes
- Inline code
- Horizontal rules
- Line breaks
Example of markdown syntax:
Send markdown as payload
You can also mark the option “Send markdown as payload” to send it dynamically on the payload of your API call. The variable name will automatically be set using the “Identifier” field.You can see more on payload schema of API calls on the API documentation.
Horizontal Margin convention
Apart from the Page component, every other component can be configured with a horizontal margin for a cleaner, more polished layout. The horizontal margin adheres to our spacing convention:- No space - 0 px
- Small space - 12px
- Medium space - 20px
- Large space - 40px