mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
13 lines
228 B
Markdown
13 lines
228 B
Markdown
## Plain
|
|
|
|
plain, 单纯的文字输出来,像 [tpl](./Tpl.md) 一样支持变量,区别在于内容不支持 html 标签。
|
|
|
|
```schema:height="200"
|
|
{
|
|
"body": {
|
|
"type": "plain",
|
|
"text": "Pure Text <html>"
|
|
}
|
|
}
|
|
```
|