> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Markdown

Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. It is a simple way to add formatting to your text.

You can use Markdown in TypingMind Custom to format your text within the Welcome Messages, for example, in the following ways:

| **Markdown Syntax** | **Example**                                      |
| ------------------- | ------------------------------------------------ |
| Bold                | `**Bold**`                                       |
| Italic              | `*Italic*`                                       |
| Strikethrough       | `~~Strikethrough~~`                              |
| Code                | `Code`                                           |
| Code Block          | `Code Block`                                     |
| Link                | `[Link](https://www.typingmind.com)`             |
| Image               | `![Image](https://www.typingmind.com/logo.webp)` |
| Unordered List      | `- Item 1`                                       |
| Ordered List        | `1. Item 1`                                      |
| Horizontal line     | `---`                                            |
