A block of markdown content.
Markdown is a block of rich content defined using markdown. If you just need plain text, consider using Paragraph Layout Layout.
The following subset of markdown features are supported:
- Heading
- List (both ordered and unordered)
- Emphasis
- Strong Emphasis
- Links
markdown {
content = "**Sending money shouldn't cost the earth**. Wise can save you [up to 9x](https://wise.com/help/articles/2974130/how-does-wise-compare-to-leading-banks) compared to UK high street banks."
}| Property | Type | Required | Description |
|---|---|---|---|
align | Align | No | The text alignment of the content. Default to left. |
analyticsId | String | No | An optional identifier to be used in analytics tracking. |
content | String | Yes | The markdown-formatted string to use as the content. |
control | String | No | Specify a particular control to use to represent the layout. If the control is unknown, it will be ignored. |
margin | Size | No | The vertical margin to apply after this component. Defaults to md. |
| No | The size of the content. Default to
| |
| Array<String> | No | An optional list of identifiers used to configure renderers.
|
type | String | Yes | It must be markdown. |