MyGuide
  • MyGuide
  • Application
    • Navigation
      • Tab List
  • Content Management
    • Guides
      • Editing
      • Plugins
        • Text
        • Question
        • Choices
        • Image
        • Video
        • Status
        • List
        • Grid
        • Background Image
        • Color
        • Slideshow
        • Timer
        • Audio
      • Advanced Builder Features
        • Variables
        • Plugins
          • Text
          • Question
          • Choices
          • Image
          • Video
          • Content Timer
          • Button
          • Conditional
          • List
          • Grid
      • Pages
    • Shelves
    • Libraries
    • Scheduling
  • Monitor
    • XP
    • Reports
    • Live Monitoring
    • Custom Alerts
  • Sharing
    • Share Shelves
    • Guardianship
  • Settings
    • Account Management
    • User Settings
Powered by GitBook
On this page
  • Properties
  • Set Text
  • Set Text Size
  • Set Text Color
  • Markdown
  • Set Alignment
  • Set Pane

Was this helpful?

  1. Content Management
  2. Guides
  3. Plugins

Text

The text plugin is a powerful way to show content

PreviousPluginsNextQuestion

Last updated 3 years ago

Was this helpful?

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

Set Alignment

You can set the alignment of the text box

Set Pane

You can set the background color of the text box

List adapted from

Markdown Cheat Sheet at Markdown Guide
test