> For the complete documentation index, see [llms.txt](https://docs.myguide.care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myguide.care/content/guides/plugins/text.md).

# Text

## Properties

![](/files/-M0Ee86Fgm5sHEL9pkx9)

### Set Text

You can specify text for your Text Plugin

<div align="left"><img src="/files/-M0EeWLR7n23IdAZOF70" alt=""></div>

### Set Text Size

You can change the font size of the text

<div align="left"><img src="/files/-M0EepfhC9LgTo3ffgDE" alt=""></div>

### Set Text Color

You can change the color of text

<div align="left"><img src="/files/-M0EfA6jGcPL2W45RDO8" alt=""></div>

### Markdown

You can use markdown to style text

![](https://i.imgur.com/vMgDWJb.gif)

#### Supported Markdown Elements

| Markdown Element  | Syntax                                                                                           | Effect                                                                                                               |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| ----------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | ---- | -------------------- | ------------ | ------------ | -------------------- | ---- | ---- | -------------------- | ---- | ---- | ----------- | ------------------------------ |
| Heading           | <p><code># Heading 1</code></p><p><code>## Heading 2</code></p><p><code>### Heading 3</code></p> | <p>(Sets a </p><p>heading visual </p><p>style)</p>                                                                   |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Bold Text         | `**test**`                                                                                       | **test**                                                                                                             |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Italic Text       | `*test*`                                                                                         | *test*                                                                                                               |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Blockquote        | `> test`                                                                                         | <p>(Sets text </p><p>in a block)</p>                                                                                 |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Ordered List      | <p><code>1. test</code></p><p><code>2. test</code></p><p><code>3. test</code></p>                | <ol><li>test</li><li>test</li><li>test</li></ol>                                                                     |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Unordered List    | <p><code>- test</code></p><p><code>- test</code></p><p><code>- test</code></p>                   | <ul><li>test</li><li>test</li><li>test</li></ul>                                                                     |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Code Block        | \`test\`                                                                                         | `test`                                                                                                               |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Horizontal Rule   | ---                                                                                              | <p>(Creates a </p><p>horizontal line)</p>                                                                            |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Link              | `[test](https://mpm.care/)`                                                                      | [test](https://mpm.care/)                                                                                            |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Image             | `![alt-text](photo.png)`                                                                         | <p>(Embeds an</p><p>image)</p>                                                                                       |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Table             | <p><code>                                                                                        | test                                                                                                                 | test | </code></p><p><code> | ------------ | ------------ | </code></p><p><code> | test | test | </code></p><p><code> | test | test | </code></p> | <p>(Creates a</p><p>table)</p> |
| Fenced Code Block | <p>`</p><p>test</p><p>test</p><p>test</p><p>`</p>                                                | <p><code>test</code></p><p><code>test</code></p><p><code>test</code></p>                                             |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Strikethrough     | `~~test~~`                                                                                       | ~~test~~                                                                                                             |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Check List        | <p><code>- \[x] test</code></p><p><code>- \[ ] test</code></p>                                   | <ul class="contains-task-list"><li><input type="checkbox" checked>test</li><li><input type="checkbox">test</li></ul> |      |                      |              |              |                      |      |      |                      |      |      |             |                                |

List adapted from [Markdown Cheat Sheet at Markdown Guide](https://www.markdownguide.org/cheat-sheet/)

### Set Alignment

You can set the alignment of the text box

<div align="left"><img src="/files/-M0EhJpubgiSi93ZE602" alt=""></div>

### Set Pane

You can set the background color of the text box

![](https://i.imgur.com/AVJc2pt.gif)
