amis2/docs/renderers/Plain.md

13 lines
228 B
Markdown
Raw Normal View History

2019-06-04 20:13:40 +08:00
## Plain
2019-05-08 22:55:41 +08:00
2019-07-03 17:41:28 +08:00
plain, 单纯的文字输出来,像 [tpl](./Tpl.md) 一样支持变量,区别在于内容不支持 html 标签。
2019-05-08 22:55:41 +08:00
```schema:height="200"
{
"body": {
"type": "plain",
"text": "Pure Text <html>"
}
}
```