> For the complete documentation index, see [llms.txt](https://docs.famewall.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.famewall.io/markdown-guide.md).

# Ⓜ️ Markdown Guide

Markdown Guide for using Markdown in Famewall dashboard

You can use markdown in the text editors in Famewall.

You can head over to the Testimonial Collection Page customization [here](https://app.famewall.io/collection-page) and select the collection page you'd like to customize

Then you'd be able to find "Your Message for Customers" & "Thank You Message" fields which would have the message 'Markdown supported'

<figure><img src="https://2234661409-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwC4Q7ClSbJAc9WcmAoGA%2Fuploads%2FsoJybcFg8ENt5dLRVfao%2FmarkdownSupport.png?alt=media&amp;token=5866a1a7-171f-423d-b7b8-a7b7f23400e9" alt=""><figcaption></figcaption></figure>

Here are the Markdown shortcuts that you can use in the above editor:

<table><thead><tr><th width="330">Element</th><th>Markdown Syntax</th></tr></thead><tbody><tr><td>Bold</td><td><code>**bold text**</code></td></tr><tr><td>Italic</td><td><code>*italicized text*</code></td></tr><tr><td>Blockquote</td><td><code>> blockquote</code></td></tr><tr><td>Ordered List</td><td><code>1. First item</code><br><code>2. Second item</code><br><code>3. Third item</code><br></td></tr><tr><td>Unordered List</td><td><code>- First item</code><br><code>- Second item</code><br><code>- Third item</code><br></td></tr><tr><td>Link</td><td><code>[title](https://www.example.com)</code></td></tr></tbody></table>
