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 |
| (Sets a heading visual style) |
Bold Text |
| test |
Italic Text |
| test |
Blockquote |
| (Sets text in a block) |
Ordered List |
|
|
Unordered List |
|
|
Code Block | `test` |
|
Horizontal Rule | --- | (Creates a horizontal line) |
Link |
| |
Image |
| (Embeds an image) |
Table |
| (Creates a table) |
Fenced Code Block | ``` test test test ``` |
|
Strikethrough |
|
|
Check List |
|
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