> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.monkcommerce.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to add Markdown?

This doc is a guide on how to use Markdown to format in Monk

|| Please note, all markdown codes need to be added from the 'Edit display and design' section of the offer set-ups, and not directly from step 2 of the offer under 'Texts and Translation' section.

Here is a list of syntax items that are available to you:

[Format Text](#1-format-text)
[Insert Titles](#1-insert-titles)
[Insert Lists](#1-insert-lists)

# Format text

1. Bold text

Markdown code: `**This is a bold** text section.`
Example: **This is a bold** text section.

2. Italic text

Markdown code: `_This is an italic_ text section.`
Example: *This is an italic* text section.

# Insert titles

1. H1 title (huge)

Markdown code: `# Huge title`

2. H2 title (large)

Markdown code: `## Large title`

3. H3 title (medium)

Markdown code: `### Medium title`

# Insert lists

1. Bullet list

Markdown code: `* Item`

2. Numbered list

Markdown code: `1. Item`

||| Only one markdown style can be applied to one section of text. For example, you cannot combine bold and italic formatting or bold and heading formatting in the same text segment.

If you have any other questions or queries please reach out to us via chat support or write to us at support@monkcommerce.com