Using Markdown in components
Checkout Components supports markdown in text lines for rich text formatting. This allows you to add emphasis, links, and other formatting to your text lines.
Supported Markdown
Inline links
You can add links to your text lines by wrapping the link text in square brackets and the URL in parentheses. For example, [Shipping Policy](https://example.com)
will render as Shipping Policy.
Italic text
You can add emphasis to your text lines by wrapping the text in asterisks. For example, *This text is italic*
will render as This text is italic.
Bold text
You can make text bold by wrapping the text in double asterisks. For example, **This text is bold**
will render as This text is bold.
Supported Components
Markdown support is still being made available throughout the Checkout Components app. Below you will find a list of the current components that support Markdown.