Text
The text plugin is a powerful way to show content
Last updated
The text plugin is a powerful way to show content
Last updated
You can specify text for your Text Plugin
You can change the font size of the text
You can change the color of text
You can use markdown to style text
List adapted from Markdown Cheat Sheet at Markdown Guide
You can set the alignment of the text box
You can set the background color of the text box
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
test
test
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