> 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

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="/files/mbU5effpcT7JZw17svGH" 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>
