Text

The text plugin is a powerful way to show content

Properties

Set Text

You can specify text for your Text Plugin

Set Text Size

You can change the font size of the text

Set Text Color

You can change the color of text

Markdown

You can use markdown to style text

Supported Markdown Elements

Markdown Element

Syntax

Effect

Heading

# Heading 1

## Heading 2

### Heading 3

(Sets a

heading visual

style)

Bold Text

**test**

test

Italic Text

*test*

test

Blockquote

> test

(Sets text

in a block)

Ordered List

1. test

2. test

3. test

  1. test

  2. test

  3. test

Unordered List

- test

- test

- test

  • test

  • test

  • test

Code Block

`test`

test

Horizontal Rule

---

(Creates a

horizontal line)

Link

[test](https://mpm.care/)

Image

![alt-text](photo.png)

(Embeds an

image)

Table

| test | test |

| ------------ | ------------|

| test | test |

| test | test |

(Creates a

table)

Fenced Code Block

```

test

test

test

```

test

test

test

Strikethrough

~~test~~

test

Check List

- [x] test

- [ ] test

List adapted from Markdown Cheat Sheet at Markdown Guide

Set Alignment

You can set the alignment of the text box

Set Pane

You can set the background color of the text box

Last updated